Interface ClusterMetadataOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ClusterMetadata,ClusterMetadata.Builder
@Generated(value="protoc", comments="annotations:ClusterMetadataOrBuilder.java.pb.meta") public interface ClusterMetadataOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetAddress()gRPC address.com.google.protobuf.ByteStringgetAddressBytes()gRPC address.java.lang.StringgetClusterId()Id of the cluster.com.google.protobuf.ByteStringgetClusterIdBytes()Id of the cluster.java.lang.StringgetClusterName()Name of the cluster name.com.google.protobuf.ByteStringgetClusterNameBytes()Name of the cluster name.intgetHistoryShardCount()History service shard number.java.lang.StringgetHttpAddress()HTTP address, if one exists.com.google.protobuf.ByteStringgetHttpAddressBytes()HTTP address, if one exists.longgetInitialFailoverVersion()A unique failover version across all connected clusters.booleangetIsConnectionEnabled()A flag to indicate if a connection is active.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getClusterName
java.lang.String getClusterName()
Name of the cluster name.
string cluster_name = 1;- Returns:
- The clusterName.
-
getClusterNameBytes
com.google.protobuf.ByteString getClusterNameBytes()
Name of the cluster name.
string cluster_name = 1;- Returns:
- The bytes for clusterName.
-
getClusterId
java.lang.String getClusterId()
Id of the cluster.
string cluster_id = 2;- Returns:
- The clusterId.
-
getClusterIdBytes
com.google.protobuf.ByteString getClusterIdBytes()
Id of the cluster.
string cluster_id = 2;- Returns:
- The bytes for clusterId.
-
getAddress
java.lang.String getAddress()
gRPC address.
string address = 3;- Returns:
- The address.
-
getAddressBytes
com.google.protobuf.ByteString getAddressBytes()
gRPC address.
string address = 3;- Returns:
- The bytes for address.
-
getHttpAddress
java.lang.String getHttpAddress()
HTTP address, if one exists.
string http_address = 7;- Returns:
- The httpAddress.
-
getHttpAddressBytes
com.google.protobuf.ByteString getHttpAddressBytes()
HTTP address, if one exists.
string http_address = 7;- Returns:
- The bytes for httpAddress.
-
getInitialFailoverVersion
long getInitialFailoverVersion()
A unique failover version across all connected clusters.
int64 initial_failover_version = 4;- Returns:
- The initialFailoverVersion.
-
getHistoryShardCount
int getHistoryShardCount()
History service shard number.
int32 history_shard_count = 5;- Returns:
- The historyShardCount.
-
getIsConnectionEnabled
boolean getIsConnectionEnabled()
A flag to indicate if a connection is active.
bool is_connection_enabled = 6;- Returns:
- The isConnectionEnabled.
-
-