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 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.