Interface ClusterShardingMessages.RememberedShardStateOrBuilder

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

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

    Modifier and Type
    Method
    Description
    boolean
    optional bool marker = 2;
    getShardId(int index)
    repeated string shardId = 1;
    org.apache.pekko.protobufv3.internal.ByteString
    getShardIdBytes(int index)
    repeated string shardId = 1;
    int
    repeated string shardId = 1;
    repeated string shardId = 1;
    boolean
    optional bool marker = 2;

    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

    • getShardIdList

      List<String> getShardIdList()
      repeated string shardId = 1;
      Returns:
      A list containing the shardId.
    • getShardIdCount

      int getShardIdCount()
      repeated string shardId = 1;
      Returns:
      The count of shardId.
    • getShardId

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

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

      boolean hasMarker()
      optional bool marker = 2;
      Returns:
      Whether the marker field is set.
    • getMarker

      boolean getMarker()
      optional bool marker = 2;
      Returns:
      The marker.