Interface ClusterShardingMessages.StopShardsOrBuilder

All Superinterfaces:
org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder, org.apache.pekko.protobufv3.internal.MessageOrBuilder
All Known Implementing Classes:
ClusterShardingMessages.StopShards, ClusterShardingMessages.StopShards.Builder
Enclosing class:
ClusterShardingMessages

public static interface ClusterShardingMessages.StopShardsOrBuilder extends org.apache.pekko.protobufv3.internal.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    getShards(int index)
    repeated string shards = 1;
    org.apache.pekko.protobufv3.internal.ByteString
    getShardsBytes(int index)
    repeated string shards = 1;
    int
    repeated string shards = 1;
    repeated string shards = 1;

    Methods inherited from interface org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface org.apache.pekko.protobufv3.internal.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getShardsList

      List<String> getShardsList()
      repeated string shards = 1;
      Returns:
      A list containing the shards.
    • getShardsCount

      int getShardsCount()
      repeated string shards = 1;
      Returns:
      The count of shards.
    • getShards

      String getShards(int index)
      repeated string shards = 1;
      Parameters:
      index - The index of the element to return.
      Returns:
      The shards at the given index.
    • getShardsBytes

      org.apache.pekko.protobufv3.internal.ByteString getShardsBytes(int index)
      repeated string shards = 1;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the shards at the given index.