Interface ClusterShardingMessages.CoordinatorStateOrBuilder
-
- All Superinterfaces:
akka.protobufv3.internal.MessageLiteOrBuilder
,akka.protobufv3.internal.MessageOrBuilder
- All Known Implementing Classes:
ClusterShardingMessages.CoordinatorState
,ClusterShardingMessages.CoordinatorState.Builder
- Enclosing class:
- ClusterShardingMessages
public static interface ClusterShardingMessages.CoordinatorStateOrBuilder extends akka.protobufv3.internal.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getRegionProxies(int index)
repeated string regionProxies = 3;
akka.protobufv3.internal.ByteString
getRegionProxiesBytes(int index)
repeated string regionProxies = 3;
int
getRegionProxiesCount()
repeated string regionProxies = 3;
java.util.List<java.lang.String>
getRegionProxiesList()
repeated string regionProxies = 3;
java.lang.String
getRegions(int index)
repeated string regions = 2;
akka.protobufv3.internal.ByteString
getRegionsBytes(int index)
repeated string regions = 2;
int
getRegionsCount()
repeated string regions = 2;
java.util.List<java.lang.String>
getRegionsList()
repeated string regions = 2;
ClusterShardingMessages.CoordinatorState.ShardEntry
getShards(int index)
repeated .CoordinatorState.ShardEntry shards = 1;
int
getShardsCount()
repeated .CoordinatorState.ShardEntry shards = 1;
java.util.List<ClusterShardingMessages.CoordinatorState.ShardEntry>
getShardsList()
repeated .CoordinatorState.ShardEntry shards = 1;
ClusterShardingMessages.CoordinatorState.ShardEntryOrBuilder
getShardsOrBuilder(int index)
repeated .CoordinatorState.ShardEntry shards = 1;
java.util.List<? extends ClusterShardingMessages.CoordinatorState.ShardEntryOrBuilder>
getShardsOrBuilderList()
repeated .CoordinatorState.ShardEntry shards = 1;
java.lang.String
getUnallocatedShards(int index)
repeated string unallocatedShards = 4;
akka.protobufv3.internal.ByteString
getUnallocatedShardsBytes(int index)
repeated string unallocatedShards = 4;
int
getUnallocatedShardsCount()
repeated string unallocatedShards = 4;
java.util.List<java.lang.String>
getUnallocatedShardsList()
repeated string unallocatedShards = 4;
-
Methods inherited from interface akka.protobufv3.internal.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getShardsList
java.util.List<ClusterShardingMessages.CoordinatorState.ShardEntry> getShardsList()
repeated .CoordinatorState.ShardEntry shards = 1;
-
getShards
ClusterShardingMessages.CoordinatorState.ShardEntry getShards(int index)
repeated .CoordinatorState.ShardEntry shards = 1;
-
getShardsCount
int getShardsCount()
repeated .CoordinatorState.ShardEntry shards = 1;
-
getShardsOrBuilderList
java.util.List<? extends ClusterShardingMessages.CoordinatorState.ShardEntryOrBuilder> getShardsOrBuilderList()
repeated .CoordinatorState.ShardEntry shards = 1;
-
getShardsOrBuilder
ClusterShardingMessages.CoordinatorState.ShardEntryOrBuilder getShardsOrBuilder(int index)
repeated .CoordinatorState.ShardEntry shards = 1;
-
getRegionsList
java.util.List<java.lang.String> getRegionsList()
repeated string regions = 2;
- Returns:
- A list containing the regions.
-
getRegionsCount
int getRegionsCount()
repeated string regions = 2;
- Returns:
- The count of regions.
-
getRegions
java.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.
-
getRegionsBytes
akka.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
java.util.List<java.lang.String> getRegionProxiesList()
repeated string regionProxies = 3;
- Returns:
- A list containing the regionProxies.
-
getRegionProxiesCount
int getRegionProxiesCount()
repeated string regionProxies = 3;
- Returns:
- The count of regionProxies.
-
getRegionProxies
java.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.
-
getRegionProxiesBytes
akka.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
java.util.List<java.lang.String> getUnallocatedShardsList()
repeated string unallocatedShards = 4;
- Returns:
- A list containing the unallocatedShards.
-
getUnallocatedShardsCount
int getUnallocatedShardsCount()
repeated string unallocatedShards = 4;
- Returns:
- The count of unallocatedShards.
-
getUnallocatedShards
java.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.
-
getUnallocatedShardsBytes
akka.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.
-
-