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 Summary
Modifier and TypeMethodDescriptiongetRegionProxies(int index) repeated string regionProxies = 3;org.apache.pekko.protobufv3.internal.ByteStringgetRegionProxiesBytes(int index) repeated string regionProxies = 3;intrepeated string regionProxies = 3;repeated string regionProxies = 3;getRegions(int index) repeated string regions = 2;org.apache.pekko.protobufv3.internal.ByteStringgetRegionsBytes(int index) repeated string regions = 2;intrepeated string regions = 2;repeated string regions = 2;getShards(int index) repeated .CoordinatorState.ShardEntry shards = 1;intrepeated .CoordinatorState.ShardEntry shards = 1;repeated .CoordinatorState.ShardEntry shards = 1;getShardsOrBuilder(int index) repeated .CoordinatorState.ShardEntry shards = 1;repeated .CoordinatorState.ShardEntry shards = 1;getUnallocatedShards(int index) repeated string unallocatedShards = 4;org.apache.pekko.protobufv3.internal.ByteStringgetUnallocatedShardsBytes(int index) repeated string unallocatedShards = 4;intrepeated string unallocatedShards = 4;repeated string unallocatedShards = 4;Methods inherited from interface org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder
isInitializedMethods inherited from interface org.apache.pekko.protobufv3.internal.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getShardsList
List<ClusterShardingMessages.CoordinatorState.ShardEntry> getShardsList()repeated .CoordinatorState.ShardEntry shards = 1; -
getShards
repeated .CoordinatorState.ShardEntry shards = 1; -
getShardsCount
int getShardsCount()repeated .CoordinatorState.ShardEntry shards = 1; -
getShardsOrBuilderList
List<? extends ClusterShardingMessages.CoordinatorState.ShardEntryOrBuilder> getShardsOrBuilderList()repeated .CoordinatorState.ShardEntry shards = 1; -
getShardsOrBuilder
repeated .CoordinatorState.ShardEntry shards = 1; -
getRegionsList
repeated string regions = 2;- Returns:
- A list containing the regions.
-
getRegionsCount
int getRegionsCount()repeated string regions = 2;- Returns:
- The count of regions.
-
getRegions
repeated string regions = 2;- Parameters:
index- The index of the element to return.- Returns:
- The regions at the given index.
-
getRegionsBytes
org.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.
-
getRegionProxiesList
repeated string regionProxies = 3;- Returns:
- A list containing the regionProxies.
-
getRegionProxiesCount
int getRegionProxiesCount()repeated string regionProxies = 3;- Returns:
- The count of regionProxies.
-
getRegionProxies
repeated string regionProxies = 3;- Parameters:
index- The index of the element to return.- Returns:
- The regionProxies at the given index.
-
getRegionProxiesBytes
org.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.
-
getUnallocatedShardsList
repeated string unallocatedShards = 4;- Returns:
- A list containing the unallocatedShards.
-
getUnallocatedShardsCount
int getUnallocatedShardsCount()repeated string unallocatedShards = 4;- Returns:
- The count of unallocatedShards.
-
getUnallocatedShards
repeated string unallocatedShards = 4;- Parameters:
index- The index of the element to return.- Returns:
- The unallocatedShards at the given index.
-
getUnallocatedShardsBytes
org.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.
-