Interface ClusterShardingMessages.EntityStateOrBuilder
- All Superinterfaces:
org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder,org.apache.pekko.protobufv3.internal.MessageOrBuilder
- All Known Implementing Classes:
ClusterShardingMessages.EntityState,ClusterShardingMessages.EntityState.Builder
- Enclosing class:
- ClusterShardingMessages
public static interface ClusterShardingMessages.EntityStateOrBuilder
extends org.apache.pekko.protobufv3.internal.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetEntities(int index) repeated string entities = 1;org.apache.pekko.protobufv3.internal.ByteStringgetEntitiesBytes(int index) repeated string entities = 1;intrepeated string entities = 1;repeated string entities = 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
-
getEntitiesList
repeated string entities = 1;- Returns:
- A list containing the entities.
-
getEntitiesCount
int getEntitiesCount()repeated string entities = 1;- Returns:
- The count of entities.
-
getEntities
repeated string entities = 1;- Parameters:
index- The index of the element to return.- Returns:
- The entities at the given index.
-
getEntitiesBytes
org.apache.pekko.protobufv3.internal.ByteString getEntitiesBytes(int index) repeated string entities = 1;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the entities at the given index.
-