32 : fNodeType(kWorker), fPort(-1), fPerfIndex(100), fNWrks(1)
42 : fNodeType(kWorker), fPort(-1), fPerfIndex(100), fNWrks(1)
45 if (!str || strlen(str) <= 0)
51 if (ss.Tokenize(s, from,
"|") && !s.
IsNull() && s !=
"-")
54 if (ss.Tokenize(s, from,
"|") && !s.
IsNull() && s !=
"-")
57 if (ss.Tokenize(s, from,
"|") && !s.
IsNull() && s !=
"-")
60 if (ss.Tokenize(s, from,
"|") && !s.
IsNull() && s !=
"-")
63 if (ss.Tokenize(s, from,
"|") && !s.
IsNull() && s !=
"-")
66 if (ss.Tokenize(s, from,
"|") && !s.
IsNull() && s !=
"-")
69 if (ss.Tokenize(s, from,
"|") && !s.
IsNull() && s !=
"-")
72 if (ss.Tokenize(s, from,
"|") && !s.
IsNull() && s !=
"-")
75 if (ss.Tokenize(s, from,
"|") && !s.
IsNull() && s !=
"-")
78 if (ss.Tokenize(s, from,
"|") && !s.
IsNull() && s !=
"-")
81 if (ss.Tokenize(s, from,
"|") && !s.
IsNull() && s !=
"-")
131 if (opt[0] ==
'c' || opt[0] ==
'C') {
136 Printf(
" NodeName: %s, Port: %d, NodeType: %d, Ordinal: %s",
143 Printf(
"+++++++++++++++++++++++++++++++++++++++++++");
155 if (type ==
"M" || type ==
"master") {
158 else if (type ==
"S" || type ==
"submaster") {
ClassImp(TProofNodeInfo) TProofNodeInfo
Default constructor.
const char * Data() const
Int_t Atoi() const
Return integer value of string.
void Form(const char *fmt,...)
Formats a string using a printf style format descriptor.
void Print(const Option_t *) const
Print the TProofNodeInfo structure.
Mother of all ROOT objects.
Bool_t IsDigit() const
Returns true if all characters in string are digits (0-9) or white spaces, i.e.
ENodeType GetNodeType() const
void Assign(const TProofNodeInfo &n)
Asssign content of node n to this node.