Interface ClusterShardingMessages.ShardIdMessageOrBuilder

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

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

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

    • hasShard

      boolean hasShard()
      required string shard = 1;
      Returns:
      Whether the shard field is set.
    • getShard

      String getShard()
      required string shard = 1;
      Returns:
      The shard.
    • getShardBytes

      org.apache.pekko.protobufv3.internal.ByteString getShardBytes()
      required string shard = 1;
      Returns:
      The bytes for shard.