Interface ShardingMessages.DaemonProcessScaleStateOrBuilder
-
- All Superinterfaces:
akka.protobufv3.internal.MessageLiteOrBuilder
,akka.protobufv3.internal.MessageOrBuilder
- All Known Implementing Classes:
ShardingMessages.DaemonProcessScaleState
,ShardingMessages.DaemonProcessScaleState.Builder
- Enclosing class:
- ShardingMessages
public static interface ShardingMessages.DaemonProcessScaleStateOrBuilder extends akka.protobufv3.internal.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
getCompleted()
required bool completed = 3;
int
getNumberOfProcesses()
required int32 numberOfProcesses = 2;
long
getRevision()
required int64 revision = 1;
long
getStartedTimestampMillis()
required int64 startedTimestampMillis = 4;
boolean
hasCompleted()
required bool completed = 3;
boolean
hasNumberOfProcesses()
required int32 numberOfProcesses = 2;
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.
-
hasCompleted
boolean hasCompleted()
required bool completed = 3;
- Returns:
- Whether the completed field is set.
-
getCompleted
boolean getCompleted()
required bool completed = 3;
- Returns:
- The completed.
-
hasStartedTimestampMillis
boolean hasStartedTimestampMillis()
required int64 startedTimestampMillis = 4;
- Returns:
- Whether the startedTimestampMillis field is set.
-
getStartedTimestampMillis
long getStartedTimestampMillis()
required int64 startedTimestampMillis = 4;
- Returns:
- The startedTimestampMillis.
-
-