Interface Projectionmanagement.StatisticsResp.DetailsOrBuilder

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