public static interface Metrics.MetricPublisherOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getComponentName()
required string component_name = 3; |
com.google.protobuf.ByteString |
getComponentNameBytes()
required string component_name = 3; |
java.lang.String |
getHostname()
required string hostname = 1; |
com.google.protobuf.ByteString |
getHostnameBytes()
required string hostname = 1; |
java.lang.String |
getInstanceId()
required string instance_id = 4; |
com.google.protobuf.ByteString |
getInstanceIdBytes()
required string instance_id = 4; |
int |
getInstanceIndex()
required int32 instance_index = 5; |
int |
getPort()
required int32 port = 2; |
boolean |
hasComponentName()
required string component_name = 3; |
boolean |
hasHostname()
required string hostname = 1; |
boolean |
hasInstanceId()
required string instance_id = 4; |
boolean |
hasInstanceIndex()
required int32 instance_index = 5; |
boolean |
hasPort()
required int32 port = 2; |
boolean hasHostname()
required string hostname = 1;
java.lang.String getHostname()
required string hostname = 1;
com.google.protobuf.ByteString getHostnameBytes()
required string hostname = 1;
boolean hasPort()
required int32 port = 2;
int getPort()
required int32 port = 2;
boolean hasComponentName()
required string component_name = 3;
like Tail-FlatMap or __stmgr__
java.lang.String getComponentName()
required string component_name = 3;
like Tail-FlatMap or __stmgr__
com.google.protobuf.ByteString getComponentNameBytes()
required string component_name = 3;
like Tail-FlatMap or __stmgr__
boolean hasInstanceId()
required string instance_id = 4;
In case of regular instances, it is their instance_id For stmgr, it is the stmgr id
java.lang.String getInstanceId()
required string instance_id = 4;
In case of regular instances, it is their instance_id For stmgr, it is the stmgr id
com.google.protobuf.ByteString getInstanceIdBytes()
required string instance_id = 4;
In case of regular instances, it is their instance_id For stmgr, it is the stmgr id
boolean hasInstanceIndex()
required int32 instance_index = 5;
The index of the instance with respect to that component_name
int getInstanceIndex()
required int32 instance_index = 5;
The index of the instance with respect to that component_name