Interface ClusterShardingMessages.CoordinatorStateOrBuilder
- 
- All Superinterfaces:
- org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder,- org.apache.pekko.protobufv3.internal.MessageOrBuilder
 - All Known Implementing Classes:
- ClusterShardingMessages.CoordinatorState,- ClusterShardingMessages.CoordinatorState.Builder
 - Enclosing class:
- ClusterShardingMessages
 
 public static interface ClusterShardingMessages.CoordinatorStateOrBuilder extends org.apache.pekko.protobufv3.internal.MessageOrBuilder
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetRegionProxies(int index)repeated string regionProxies = 3;org.apache.pekko.protobufv3.internal.ByteStringgetRegionProxiesBytes(int index)repeated string regionProxies = 3;intgetRegionProxiesCount()repeated string regionProxies = 3;java.util.List<java.lang.String>getRegionProxiesList()repeated string regionProxies = 3;java.lang.StringgetRegions(int index)repeated string regions = 2;org.apache.pekko.protobufv3.internal.ByteStringgetRegionsBytes(int index)repeated string regions = 2;intgetRegionsCount()repeated string regions = 2;java.util.List<java.lang.String>getRegionsList()repeated string regions = 2;ClusterShardingMessages.CoordinatorState.ShardEntrygetShards(int index)repeated .CoordinatorState.ShardEntry shards = 1;intgetShardsCount()repeated .CoordinatorState.ShardEntry shards = 1;java.util.List<ClusterShardingMessages.CoordinatorState.ShardEntry>getShardsList()repeated .CoordinatorState.ShardEntry shards = 1;ClusterShardingMessages.CoordinatorState.ShardEntryOrBuildergetShardsOrBuilder(int index)repeated .CoordinatorState.ShardEntry shards = 1;java.util.List<? extends ClusterShardingMessages.CoordinatorState.ShardEntryOrBuilder>getShardsOrBuilderList()repeated .CoordinatorState.ShardEntry shards = 1;java.lang.StringgetUnallocatedShards(int index)repeated string unallocatedShards = 4;org.apache.pekko.protobufv3.internal.ByteStringgetUnallocatedShardsBytes(int index)repeated string unallocatedShards = 4;intgetUnallocatedShardsCount()repeated string unallocatedShards = 4;java.util.List<java.lang.String>getUnallocatedShardsList()repeated string unallocatedShards = 4;- 
Methods inherited from interface org.apache.pekko.protobufv3.internal.MessageLiteOrBuilderisInitialized
 - 
Methods inherited from interface org.apache.pekko.protobufv3.internal.MessageOrBuilderfindInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
 
- 
 
- 
- 
- 
Method Detail- 
getShardsListjava.util.List<ClusterShardingMessages.CoordinatorState.ShardEntry> getShardsList() repeated .CoordinatorState.ShardEntry shards = 1;
 - 
getShardsClusterShardingMessages.CoordinatorState.ShardEntry getShards(int index) repeated .CoordinatorState.ShardEntry shards = 1;
 - 
getShardsCountint getShardsCount() repeated .CoordinatorState.ShardEntry shards = 1;
 - 
getShardsOrBuilderListjava.util.List<? extends ClusterShardingMessages.CoordinatorState.ShardEntryOrBuilder> getShardsOrBuilderList() repeated .CoordinatorState.ShardEntry shards = 1;
 - 
getShardsOrBuilderClusterShardingMessages.CoordinatorState.ShardEntryOrBuilder getShardsOrBuilder(int index) repeated .CoordinatorState.ShardEntry shards = 1;
 - 
getRegionsListjava.util.List<java.lang.String> getRegionsList() repeated string regions = 2;- Returns:
- A list containing the regions.
 
 - 
getRegionsCountint getRegionsCount() repeated string regions = 2;- Returns:
- The count of regions.
 
 - 
getRegionsjava.lang.String getRegions(int index) repeated string regions = 2;- Parameters:
- index- The index of the element to return.
- Returns:
- The regions at the given index.
 
 - 
getRegionsBytesorg.apache.pekko.protobufv3.internal.ByteString getRegionsBytes(int index) repeated string regions = 2;- Parameters:
- index- The index of the value to return.
- Returns:
- The bytes of the regions at the given index.
 
 - 
getRegionProxiesListjava.util.List<java.lang.String> getRegionProxiesList() repeated string regionProxies = 3;- Returns:
- A list containing the regionProxies.
 
 - 
getRegionProxiesCountint getRegionProxiesCount() repeated string regionProxies = 3;- Returns:
- The count of regionProxies.
 
 - 
getRegionProxiesjava.lang.String getRegionProxies(int index) repeated string regionProxies = 3;- Parameters:
- index- The index of the element to return.
- Returns:
- The regionProxies at the given index.
 
 - 
getRegionProxiesBytesorg.apache.pekko.protobufv3.internal.ByteString getRegionProxiesBytes(int index) repeated string regionProxies = 3;- Parameters:
- index- The index of the value to return.
- Returns:
- The bytes of the regionProxies at the given index.
 
 - 
getUnallocatedShardsListjava.util.List<java.lang.String> getUnallocatedShardsList() repeated string unallocatedShards = 4;- Returns:
- A list containing the unallocatedShards.
 
 - 
getUnallocatedShardsCountint getUnallocatedShardsCount() repeated string unallocatedShards = 4;- Returns:
- The count of unallocatedShards.
 
 - 
getUnallocatedShardsjava.lang.String getUnallocatedShards(int index) repeated string unallocatedShards = 4;- Parameters:
- index- The index of the element to return.
- Returns:
- The unallocatedShards at the given index.
 
 - 
getUnallocatedShardsBytesorg.apache.pekko.protobufv3.internal.ByteString getUnallocatedShardsBytes(int index) repeated string unallocatedShards = 4;- Parameters:
- index- The index of the value to return.
- Returns:
- The bytes of the unallocatedShards at the given index.
 
 
- 
 
-