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
Modifier and TypeMethodDescriptionlongint64 bufferedEvents = 17;string checkpointStatus = 16;com.google.protobuf.ByteStringstring checkpointStatus = 16;longint64 coreProcessingTime = 1;string effectiveName = 4;com.google.protobuf.ByteStringstring effectiveName = 4;longgetEpoch()int64 epoch = 3;longint64 eventsProcessedAfterRestart = 15;string lastCheckpoint = 14;com.google.protobuf.ByteStringstring lastCheckpoint = 14;getMode()string mode = 11;com.google.protobuf.ByteStringstring mode = 11;getName()string name = 10;com.google.protobuf.ByteStringstring name = 10;intint32 partitionsCached = 7;string position = 12;com.google.protobuf.ByteStringstring position = 12;floatfloat progress = 13;intint32 readsInProgress = 6;string stateReason = 9;com.google.protobuf.ByteStringstring stateReason = 9;string status = 8;com.google.protobuf.ByteStringstring status = 8;longint64 version = 2;intint32 writePendingEventsAfterCheckpoint = 19;intint32 writePendingEventsBeforeCheckpoint = 18;intint32 writesInProgress = 5;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
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
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
String getStatus()string status = 8;- Returns:
- The status.
-
getStatusBytes
com.google.protobuf.ByteString getStatusBytes()string status = 8;- Returns:
- The bytes for status.
-
getStateReason
String getStateReason()string stateReason = 9;- Returns:
- The stateReason.
-
getStateReasonBytes
com.google.protobuf.ByteString getStateReasonBytes()string stateReason = 9;- Returns:
- The bytes for stateReason.
-
getName
String getName()string name = 10;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()string name = 10;- Returns:
- The bytes for name.
-
getMode
String getMode()string mode = 11;- Returns:
- The mode.
-
getModeBytes
com.google.protobuf.ByteString getModeBytes()string mode = 11;- Returns:
- The bytes for mode.
-
getPosition
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
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
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.
-