Interface ClusterShardingMessages.EntitiesStoppedOrBuilder
- 
- All Superinterfaces:
- org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder,- org.apache.pekko.protobufv3.internal.MessageOrBuilder
 - All Known Implementing Classes:
- ClusterShardingMessages.EntitiesStopped,- ClusterShardingMessages.EntitiesStopped.Builder
 - Enclosing class:
- ClusterShardingMessages
 
 public static interface ClusterShardingMessages.EntitiesStoppedOrBuilder extends org.apache.pekko.protobufv3.internal.MessageOrBuilder
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetEntityId(int index)repeated string entityId = 1;org.apache.pekko.protobufv3.internal.ByteStringgetEntityIdBytes(int index)repeated string entityId = 1;intgetEntityIdCount()repeated string entityId = 1;java.util.List<java.lang.String>getEntityIdList()repeated string entityId = 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- 
getEntityIdListjava.util.List<java.lang.String> getEntityIdList() repeated string entityId = 1;- Returns:
- A list containing the entityId.
 
 - 
getEntityIdCountint getEntityIdCount() repeated string entityId = 1;- Returns:
- The count of entityId.
 
 - 
getEntityIdjava.lang.String getEntityId(int index) repeated string entityId = 1;- Parameters:
- index- The index of the element to return.
- Returns:
- The entityId at the given index.
 
 - 
getEntityIdBytesorg.apache.pekko.protobufv3.internal.ByteString getEntityIdBytes(int index) repeated string entityId = 1;- Parameters:
- index- The index of the value to return.
- Returns:
- The bytes of the entityId at the given index.
 
 
- 
 
-