Interface ClusterShardingMessages.ShardHomeOrBuilder
- All Superinterfaces:
org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder
,org.apache.pekko.protobufv3.internal.MessageOrBuilder
- All Known Implementing Classes:
ClusterShardingMessages.ShardHome
,ClusterShardingMessages.ShardHome.Builder
- Enclosing class:
- ClusterShardingMessages
public static interface ClusterShardingMessages.ShardHomeOrBuilder
extends org.apache.pekko.protobufv3.internal.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionrequired string region = 2;
org.apache.pekko.protobufv3.internal.ByteString
required string region = 2;
getShard()
required string shard = 1;
org.apache.pekko.protobufv3.internal.ByteString
required string shard = 1;
boolean
required string region = 2;
boolean
hasShard()
required string shard = 1;
Methods inherited from interface org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder
isInitialized
Methods inherited from interface org.apache.pekko.protobufv3.internal.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasShard
boolean hasShard()required string shard = 1;
- Returns:
- Whether the shard field is set.
-
getShard
String getShard()required string shard = 1;
- Returns:
- The shard.
-
getShardBytes
org.apache.pekko.protobufv3.internal.ByteString getShardBytes()required string shard = 1;
- Returns:
- The bytes for shard.
-
hasRegion
boolean hasRegion()required string region = 2;
- Returns:
- Whether the region field is set.
-
getRegion
String getRegion()required string region = 2;
- Returns:
- The region.
-
getRegionBytes
org.apache.pekko.protobufv3.internal.ByteString getRegionBytes()required string region = 2;
- Returns:
- The bytes for region.
-