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 TypeMethodDescriptionlongrequired int64 timeoutNanos = 1;booleanrequired int64 timeoutNanos = 1;Methods inherited from interface org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder
isInitializedMethods 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.
-