public static interface TopologyMaster.MetricsCacheLocationOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
int |
getControllerPort()
required int32 controller_port = 4; |
java.lang.String |
getHost()
required string host = 3; |
com.google.protobuf.ByteString |
getHostBytes()
required string host = 3; |
int |
getMasterPort()
required int32 master_port = 5; |
int |
getStatsPort()
optional int32 stats_port = 6; |
java.lang.String |
getTopologyId()
required string topology_id = 2; |
com.google.protobuf.ByteString |
getTopologyIdBytes()
required string topology_id = 2; |
java.lang.String |
getTopologyName()
required string topology_name = 1; |
com.google.protobuf.ByteString |
getTopologyNameBytes()
required string topology_name = 1; |
boolean |
hasControllerPort()
required int32 controller_port = 4; |
boolean |
hasHost()
required string host = 3; |
boolean |
hasMasterPort()
required int32 master_port = 5; |
boolean |
hasStatsPort()
optional int32 stats_port = 6; |
boolean |
hasTopologyId()
required string topology_id = 2; |
boolean |
hasTopologyName()
required string topology_name = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasTopologyName()
required string topology_name = 1;
java.lang.String getTopologyName()
required string topology_name = 1;
com.google.protobuf.ByteString getTopologyNameBytes()
required string topology_name = 1;
boolean hasTopologyId()
required string topology_id = 2;
java.lang.String getTopologyId()
required string topology_id = 2;
com.google.protobuf.ByteString getTopologyIdBytes()
required string topology_id = 2;
boolean hasHost()
required string host = 3;
java.lang.String getHost()
required string host = 3;
com.google.protobuf.ByteString getHostBytes()
required string host = 3;
boolean hasControllerPort()
required int32 controller_port = 4;
The port to talk to the matricscache for topology control actions reserved for future use
int getControllerPort()
required int32 controller_port = 4;
The port to talk to the matricscache for topology control actions reserved for future use
boolean hasMasterPort()
required int32 master_port = 5;
The port that different components of the topology use to talk to the metricscache like metrics mgr for sending stats
int getMasterPort()
required int32 master_port = 5;
The port that different components of the topology use to talk to the metricscache like metrics mgr for sending stats
boolean hasStatsPort()
optional int32 stats_port = 6;
The port that is a http endpoint to publish stats about the topology
int getStatsPort()
optional int32 stats_port = 6;
The port that is a http endpoint to publish stats about the topology