Interface ClusterShardingMessages.ShardHomesEntryOrBuilder
-
- All Superinterfaces:
akka.protobufv3.internal.MessageLiteOrBuilder,akka.protobufv3.internal.MessageOrBuilder
- All Known Implementing Classes:
ClusterShardingMessages.ShardHomesEntry,ClusterShardingMessages.ShardHomesEntry.Builder
- Enclosing class:
- ClusterShardingMessages
public static interface ClusterShardingMessages.ShardHomesEntryOrBuilder extends akka.protobufv3.internal.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetRegion()required string region = 1;akka.protobufv3.internal.ByteStringgetRegionBytes()required string region = 1;java.lang.StringgetShard(int index)repeated string shard = 2;akka.protobufv3.internal.ByteStringgetShardBytes(int index)repeated string shard = 2;intgetShardCount()repeated string shard = 2;java.util.List<java.lang.String>getShardList()repeated string shard = 2;booleanhasRegion()required string region = 1;-
Methods inherited from interface akka.protobufv3.internal.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasRegion
boolean hasRegion()
required string region = 1;- Returns:
- Whether the region field is set.
-
getRegion
java.lang.String getRegion()
required string region = 1;- Returns:
- The region.
-
getRegionBytes
akka.protobufv3.internal.ByteString getRegionBytes()
required string region = 1;- Returns:
- The bytes for region.
-
getShardList
java.util.List<java.lang.String> getShardList()
repeated string shard = 2;- Returns:
- A list containing the shard.
-
getShardCount
int getShardCount()
repeated string shard = 2;- Returns:
- The count of shard.
-
getShard
java.lang.String getShard(int index)
repeated string shard = 2;- Parameters:
index- The index of the element to return.- Returns:
- The shard at the given index.
-
getShardBytes
akka.protobufv3.internal.ByteString getShardBytes(int index)
repeated string shard = 2;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the shard at the given index.
-
-