Interface ShardingMessages.GetNumberOfProcessesReplyOrBuilder
-
- All Superinterfaces:
akka.protobufv3.internal.MessageLiteOrBuilder
,akka.protobufv3.internal.MessageOrBuilder
- All Known Implementing Classes:
ShardingMessages.GetNumberOfProcessesReply
,ShardingMessages.GetNumberOfProcessesReply.Builder
- Enclosing class:
- ShardingMessages
public static interface ShardingMessages.GetNumberOfProcessesReplyOrBuilder extends akka.protobufv3.internal.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getNumberOfProcesses()
required int32 numberOfProcesses = 2;
boolean
getRescaleInProgress()
required bool rescaleInProgress = 3;
long
getRevision()
required int64 revision = 1;
long
getStartedTimestampMillis()
required int64 startedTimestampMillis = 4;
boolean
hasNumberOfProcesses()
required int32 numberOfProcesses = 2;
boolean
hasRescaleInProgress()
required bool rescaleInProgress = 3;
boolean
hasRevision()
required int64 revision = 1;
boolean
hasStartedTimestampMillis()
required int64 startedTimestampMillis = 4;
-
Methods inherited from interface akka.protobufv3.internal.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasRevision
boolean hasRevision()
required int64 revision = 1;
- Returns:
- Whether the revision field is set.
-
getRevision
long getRevision()
required int64 revision = 1;
- Returns:
- The revision.
-
hasNumberOfProcesses
boolean hasNumberOfProcesses()
required int32 numberOfProcesses = 2;
- Returns:
- Whether the numberOfProcesses field is set.
-
getNumberOfProcesses
int getNumberOfProcesses()
required int32 numberOfProcesses = 2;
- Returns:
- The numberOfProcesses.
-
hasRescaleInProgress
boolean hasRescaleInProgress()
required bool rescaleInProgress = 3;
- Returns:
- Whether the rescaleInProgress field is set.
-
getRescaleInProgress
boolean getRescaleInProgress()
required bool rescaleInProgress = 3;
- Returns:
- The rescaleInProgress.
-
hasStartedTimestampMillis
boolean hasStartedTimestampMillis()
required int64 startedTimestampMillis = 4;
- Returns:
- Whether the startedTimestampMillis field is set.
-
getStartedTimestampMillis
long getStartedTimestampMillis()
required int64 startedTimestampMillis = 4;
- Returns:
- The startedTimestampMillis.
-
-