|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface ClusterMessages.NodeMetrics.NumberOrBuilder
Method Summary | |
---|---|
com.google.protobuf.ByteString |
getSerialized()
optional bytes serialized = 4; |
ClusterMessages.NodeMetrics.NumberType |
getType()
required .NodeMetrics.NumberType type = 1; |
int |
getValue32()
optional uint32 value32 = 2; |
long |
getValue64()
optional uint64 value64 = 3; |
boolean |
hasSerialized()
optional bytes serialized = 4; |
boolean |
hasType()
required .NodeMetrics.NumberType type = 1; |
boolean |
hasValue32()
optional uint32 value32 = 2; |
boolean |
hasValue64()
optional uint64 value64 = 3; |
Method Detail |
---|
boolean hasType()
required .NodeMetrics.NumberType type = 1;
ClusterMessages.NodeMetrics.NumberType getType()
required .NodeMetrics.NumberType type = 1;
boolean hasValue32()
optional uint32 value32 = 2;
int getValue32()
optional uint32 value32 = 2;
boolean hasValue64()
optional uint64 value64 = 3;
long getValue64()
optional uint64 value64 = 3;
boolean hasSerialized()
optional bytes serialized = 4;
com.google.protobuf.ByteString getSerialized()
optional bytes serialized = 4;
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |