public static interface TopologyMaster.MetricDatumOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getComponentName()
required string component_name = 1; |
com.google.protobuf.ByteString |
getComponentNameBytes()
required string component_name = 1; |
java.lang.String |
getInstanceId()
required string instance_id = 2; |
com.google.protobuf.ByteString |
getInstanceIdBytes()
required string instance_id = 2; |
java.lang.String |
getName()
required string name = 3; |
com.google.protobuf.ByteString |
getNameBytes()
required string name = 3; |
long |
getTimestamp()
required int64 timestamp = 5; |
java.lang.String |
getValue()
required string value = 4; |
com.google.protobuf.ByteString |
getValueBytes()
required string value = 4; |
boolean |
hasComponentName()
required string component_name = 1; |
boolean |
hasInstanceId()
required string instance_id = 2; |
boolean |
hasName()
required string name = 3; |
boolean |
hasTimestamp()
required int64 timestamp = 5; |
boolean |
hasValue()
required string value = 4; |
boolean hasComponentName()
required string component_name = 1;
What is the name of the component Like Tail-FlatMap or __stmgr__
java.lang.String getComponentName()
required string component_name = 1;
What is the name of the component Like Tail-FlatMap or __stmgr__
com.google.protobuf.ByteString getComponentNameBytes()
required string component_name = 1;
What is the name of the component Like Tail-FlatMap or __stmgr__
boolean hasInstanceId()
required string instance_id = 2;
In case of a regular instance, it is the instance's instance_id. For stmgr it is the stmgr_id
java.lang.String getInstanceId()
required string instance_id = 2;
In case of a regular instance, it is the instance's instance_id. For stmgr it is the stmgr_id
com.google.protobuf.ByteString getInstanceIdBytes()
required string instance_id = 2;
In case of a regular instance, it is the instance's instance_id. For stmgr it is the stmgr_id
boolean hasName()
required string name = 3;
java.lang.String getName()
required string name = 3;
com.google.protobuf.ByteString getNameBytes()
required string name = 3;
boolean hasValue()
required string value = 4;
java.lang.String getValue()
required string value = 4;
com.google.protobuf.ByteString getValueBytes()
required string value = 4;
boolean hasTimestamp()
required int64 timestamp = 5;
long getTimestamp()
required int64 timestamp = 5;