Interface ClusterShardingMessages.CurrentShardStateOrBuilder
- All Superinterfaces:
org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder,org.apache.pekko.protobufv3.internal.MessageOrBuilder
- All Known Implementing Classes:
ClusterShardingMessages.CurrentShardState,ClusterShardingMessages.CurrentShardState.Builder
- Enclosing class:
- ClusterShardingMessages
public static interface ClusterShardingMessages.CurrentShardStateOrBuilder
extends org.apache.pekko.protobufv3.internal.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetEntityIds(int index) repeated string entityIds = 2;org.apache.pekko.protobufv3.internal.ByteStringgetEntityIdsBytes(int index) repeated string entityIds = 2;intrepeated string entityIds = 2;repeated string entityIds = 2;required string shardId = 1;org.apache.pekko.protobufv3.internal.ByteStringrequired string shardId = 1;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.
-
getEntityIdsList
repeated string entityIds = 2;- Returns:
- A list containing the entityIds.
-
getEntityIdsCount
int getEntityIdsCount()repeated string entityIds = 2;- Returns:
- The count of entityIds.
-
getEntityIds
repeated string entityIds = 2;- Parameters:
index- The index of the element to return.- Returns:
- The entityIds at the given index.
-
getEntityIdsBytes
org.apache.pekko.protobufv3.internal.ByteString getEntityIdsBytes(int index) repeated string entityIds = 2;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the entityIds at the given index.
-