Interface ClusterShardingMessages.CoordinatorState.ShardEntryOrBuilder

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

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

    Modifier and Type
    Method
    Description
    required string regionRef = 2;
    org.apache.pekko.protobufv3.internal.ByteString
    required string regionRef = 2;
    required string shardId = 1;
    org.apache.pekko.protobufv3.internal.ByteString
    required string shardId = 1;
    boolean
    required string regionRef = 2;
    boolean
    required string shardId = 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

    • hasShardId

      boolean hasShardId()
      required string shardId = 1;
      Returns:
      Whether the shardId field is set.
    • getShardId

      String getShardId()
      required string shardId = 1;
      Returns:
      The shardId.
    • getShardIdBytes

      org.apache.pekko.protobufv3.internal.ByteString getShardIdBytes()
      required string shardId = 1;
      Returns:
      The bytes for shardId.
    • hasRegionRef

      boolean hasRegionRef()
      required string regionRef = 2;
      Returns:
      Whether the regionRef field is set.
    • getRegionRef

      String getRegionRef()
      required string regionRef = 2;
      Returns:
      The regionRef.
    • getRegionRefBytes

      org.apache.pekko.protobufv3.internal.ByteString getRegionRefBytes()
      required string regionRef = 2;
      Returns:
      The bytes for regionRef.