Interface ClusterShardingMessages.GetClusterShardingStatsOrBuilder

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

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

    Modifier and Type
    Method
    Description
    long
    required int64 timeoutNanos = 1;
    boolean
    required int64 timeoutNanos = 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

    • hasTimeoutNanos

      boolean hasTimeoutNanos()
      required int64 timeoutNanos = 1;
      Returns:
      Whether the timeoutNanos field is set.
    • getTimeoutNanos

      long getTimeoutNanos()
      required int64 timeoutNanos = 1;
      Returns:
      The timeoutNanos.