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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetEntities(int index)repeated string entities = 1;org.apache.pekko.protobufv3.internal.ByteStringgetEntitiesBytes(int index)repeated string entities = 1;intgetEntitiesCount()repeated string entities = 1;java.util.List<java.lang.String>getEntitiesList()repeated string entities = 1;- 
Methods inherited from interface org.apache.pekko.protobufv3.internal.MessageLiteOrBuilderisInitialized
 - 
Methods inherited from interface org.apache.pekko.protobufv3.internal.MessageOrBuilderfindInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
 
- 
 
- 
- 
- 
Method Detail- 
getEntitiesListjava.util.List<java.lang.String> getEntitiesList() repeated string entities = 1;- Returns:
- A list containing the entities.
 
 - 
getEntitiesCountint getEntitiesCount() repeated string entities = 1;- Returns:
- The count of entities.
 
 - 
getEntitiesjava.lang.String getEntities(int index) repeated string entities = 1;- Parameters:
- index- The index of the element to return.
- Returns:
- The entities at the given index.
 
 - 
getEntitiesBytesorg.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.
 
 
- 
 
-