28 : fNodeType(kWorker), fPort(-1), fPerfIndex(100), fNWrks(1)
38 : fNodeType(kWorker), fPort(-1), fPerfIndex(100), fNWrks(1)
41 if (!str || strlen(str) <= 0)
47 if (ss.Tokenize(s, from,
"|") && !s.
IsNull() && s !=
"-")
50 if (ss.Tokenize(s, from,
"|") && !s.
IsNull() && s !=
"-")
53 if (ss.Tokenize(s, from,
"|") && !s.
IsNull() && s !=
"-")
56 if (ss.Tokenize(s, from,
"|") && !s.
IsNull() && s !=
"-")
59 if (ss.Tokenize(s, from,
"|") && !s.
IsNull() && s !=
"-")
62 if (ss.Tokenize(s, from,
"|") && !s.
IsNull() && s !=
"-")
65 if (ss.Tokenize(s, from,
"|") && !s.
IsNull() && s !=
"-")
68 if (ss.Tokenize(s, from,
"|") && !s.
IsNull() && s !=
"-")
71 if (ss.Tokenize(s, from,
"|") && !s.
IsNull() && s !=
"-")
74 if (ss.Tokenize(s, from,
"|") && !s.
IsNull() && s !=
"-")
77 if (ss.Tokenize(s, from,
"|") && !s.
IsNull() && s !=
"-")
127 if (opt[0] ==
'c' || opt[0] ==
'C') {
132 Printf(
" NodeName: %s, Port: %d, NodeType: %d, Ordinal: %s",
139 Printf(
"+++++++++++++++++++++++++++++++++++++++++++");
151 if (
type ==
"M" ||
type ==
"master") {
154 else if (
type ==
"S" ||
type ==
"submaster") {
void Printf(const char *fmt,...)
Mother of all ROOT objects.
The purpose of this class is to provide a complete node description for masters, submasters and worke...
void Print(const Option_t *) const
Print the TProofNodeInfo structure.
TProofNodeInfo()
Default constructor.
void Assign(const TProofNodeInfo &n)
Asssign content of node n to this node.
ENodeType GetNodeType() const
Int_t Atoi() const
Return integer value of string.
const char * Data() const
Bool_t IsDigit() const
Returns true if all characters in string are digits (0-9) or white spaces, i.e.
void Form(const char *fmt,...)
Formats a string using a printf style format descriptor.