Interface Projectionmanagement.StatisticsResp.DetailsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Projectionmanagement.StatisticsResp.Details,Projectionmanagement.StatisticsResp.Details.Builder
- Enclosing class:
- Projectionmanagement.StatisticsResp
public static interface Projectionmanagement.StatisticsResp.DetailsOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetBufferedEvents()int64 bufferedEvents = 17;java.lang.StringgetCheckpointStatus()string checkpointStatus = 16;com.google.protobuf.ByteStringgetCheckpointStatusBytes()string checkpointStatus = 16;longgetCoreProcessingTime()int64 coreProcessingTime = 1;java.lang.StringgetEffectiveName()string effectiveName = 4;com.google.protobuf.ByteStringgetEffectiveNameBytes()string effectiveName = 4;longgetEpoch()int64 epoch = 3;longgetEventsProcessedAfterRestart()int64 eventsProcessedAfterRestart = 15;java.lang.StringgetLastCheckpoint()string lastCheckpoint = 14;com.google.protobuf.ByteStringgetLastCheckpointBytes()string lastCheckpoint = 14;java.lang.StringgetMode()string mode = 11;com.google.protobuf.ByteStringgetModeBytes()string mode = 11;java.lang.StringgetName()string name = 10;com.google.protobuf.ByteStringgetNameBytes()string name = 10;intgetPartitionsCached()int32 partitionsCached = 7;java.lang.StringgetPosition()string position = 12;com.google.protobuf.ByteStringgetPositionBytes()string position = 12;floatgetProgress()float progress = 13;intgetReadsInProgress()int32 readsInProgress = 6;java.lang.StringgetStateReason()string stateReason = 9;com.google.protobuf.ByteStringgetStateReasonBytes()string stateReason = 9;java.lang.StringgetStatus()string status = 8;com.google.protobuf.ByteStringgetStatusBytes()string status = 8;longgetVersion()int64 version = 2;intgetWritePendingEventsAfterCheckpoint()int32 writePendingEventsAfterCheckpoint = 19;intgetWritePendingEventsBeforeCheckpoint()int32 writePendingEventsBeforeCheckpoint = 18;intgetWritesInProgress()int32 writesInProgress = 5;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getCoreProcessingTime
long getCoreProcessingTime()
int64 coreProcessingTime = 1;- Returns:
- The coreProcessingTime.
-
getVersion
long getVersion()
int64 version = 2;- Returns:
- The version.
-
getEpoch
long getEpoch()
int64 epoch = 3;- Returns:
- The epoch.
-
getEffectiveName
java.lang.String getEffectiveName()
string effectiveName = 4;- Returns:
- The effectiveName.
-
getEffectiveNameBytes
com.google.protobuf.ByteString getEffectiveNameBytes()
string effectiveName = 4;- Returns:
- The bytes for effectiveName.
-
getWritesInProgress
int getWritesInProgress()
int32 writesInProgress = 5;- Returns:
- The writesInProgress.
-
getReadsInProgress
int getReadsInProgress()
int32 readsInProgress = 6;- Returns:
- The readsInProgress.
-
getPartitionsCached
int getPartitionsCached()
int32 partitionsCached = 7;- Returns:
- The partitionsCached.
-
getStatus
java.lang.String getStatus()
string status = 8;- Returns:
- The status.
-
getStatusBytes
com.google.protobuf.ByteString getStatusBytes()
string status = 8;- Returns:
- The bytes for status.
-
getStateReason
java.lang.String getStateReason()
string stateReason = 9;- Returns:
- The stateReason.
-
getStateReasonBytes
com.google.protobuf.ByteString getStateReasonBytes()
string stateReason = 9;- Returns:
- The bytes for stateReason.
-
getName
java.lang.String getName()
string name = 10;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
string name = 10;- Returns:
- The bytes for name.
-
getMode
java.lang.String getMode()
string mode = 11;- Returns:
- The mode.
-
getModeBytes
com.google.protobuf.ByteString getModeBytes()
string mode = 11;- Returns:
- The bytes for mode.
-
getPosition
java.lang.String getPosition()
string position = 12;- Returns:
- The position.
-
getPositionBytes
com.google.protobuf.ByteString getPositionBytes()
string position = 12;- Returns:
- The bytes for position.
-
getProgress
float getProgress()
float progress = 13;- Returns:
- The progress.
-
getLastCheckpoint
java.lang.String getLastCheckpoint()
string lastCheckpoint = 14;- Returns:
- The lastCheckpoint.
-
getLastCheckpointBytes
com.google.protobuf.ByteString getLastCheckpointBytes()
string lastCheckpoint = 14;- Returns:
- The bytes for lastCheckpoint.
-
getEventsProcessedAfterRestart
long getEventsProcessedAfterRestart()
int64 eventsProcessedAfterRestart = 15;- Returns:
- The eventsProcessedAfterRestart.
-
getCheckpointStatus
java.lang.String getCheckpointStatus()
string checkpointStatus = 16;- Returns:
- The checkpointStatus.
-
getCheckpointStatusBytes
com.google.protobuf.ByteString getCheckpointStatusBytes()
string checkpointStatus = 16;- Returns:
- The bytes for checkpointStatus.
-
getBufferedEvents
long getBufferedEvents()
int64 bufferedEvents = 17;- Returns:
- The bufferedEvents.
-
getWritePendingEventsBeforeCheckpoint
int getWritePendingEventsBeforeCheckpoint()
int32 writePendingEventsBeforeCheckpoint = 18;- Returns:
- The writePendingEventsBeforeCheckpoint.
-
getWritePendingEventsAfterCheckpoint
int getWritePendingEventsAfterCheckpoint()
int32 writePendingEventsAfterCheckpoint = 19;- Returns:
- The writePendingEventsAfterCheckpoint.
-
-