Interface ClusterShardingMessages.CoordinatorState.ShardEntryOrBuilder
- All Superinterfaces:
org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder,org.apache.pekko.protobufv3.internal.MessageOrBuilder
- All Known Implementing Classes:
ClusterShardingMessages.CoordinatorState.ShardEntry,ClusterShardingMessages.CoordinatorState.ShardEntry.Builder
- Enclosing class:
- ClusterShardingMessages.CoordinatorState
public static interface ClusterShardingMessages.CoordinatorState.ShardEntryOrBuilder
extends org.apache.pekko.protobufv3.internal.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionrequired string regionRef = 2;org.apache.pekko.protobufv3.internal.ByteStringrequired string regionRef = 2;required string shardId = 1;org.apache.pekko.protobufv3.internal.ByteStringrequired string shardId = 1;booleanrequired string regionRef = 2;booleanrequired string shardId = 1;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
-
hasShardId
boolean hasShardId()required string shardId = 1;- Returns:
- Whether the shardId field is set.
-
getShardId
String getShardId()required string shardId = 1;- Returns:
- The shardId.
-
getShardIdBytes
org.apache.pekko.protobufv3.internal.ByteString getShardIdBytes()required string shardId = 1;- Returns:
- The bytes for shardId.
-
hasRegionRef
boolean hasRegionRef()required string regionRef = 2;- Returns:
- Whether the regionRef field is set.
-
getRegionRef
String getRegionRef()required string regionRef = 2;- Returns:
- The regionRef.
-
getRegionRefBytes
org.apache.pekko.protobufv3.internal.ByteString getRegionRefBytes()required string regionRef = 2;- Returns:
- The bytes for regionRef.
-