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.String getAddress()
      Cluster accessible address.
      com.google.protobuf.ByteString getAddressBytes()
      Cluster accessible address.
      java.lang.String getClusterId()
      Id of the cluster.
      com.google.protobuf.ByteString getClusterIdBytes()
      Id of the cluster.
      java.lang.String getClusterName()
      Name of the cluster name.
      com.google.protobuf.ByteString getClusterNameBytes()
      Name of the cluster name.
      int getHistoryShardCount()
      History service shard number.
      long getInitialFailoverVersion()
      A unique failover version across all connected clusters.
      boolean getIsConnectionEnabled()
      A flag to indicate if a connection is active.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • 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()
         Cluster accessible address.
         
        string address = 3;
        Returns:
        The address.
      • getAddressBytes

        com.google.protobuf.ByteString getAddressBytes()
         Cluster accessible address.
         
        string address = 3;
        Returns:
        The bytes for address.
      • 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.