Interface StoreTypes.ShufflePushReadMetricsOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
StoreTypes.ShufflePushReadMetrics, StoreTypes.ShufflePushReadMetrics.Builder
Enclosing class:
StoreTypes

public static interface StoreTypes.ShufflePushReadMetricsOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getCorruptMergedBlockChunks

      long getCorruptMergedBlockChunks()
      int64 corrupt_merged_block_chunks = 1;
      Returns:
      The corruptMergedBlockChunks.
    • getMergedFetchFallbackCount

      long getMergedFetchFallbackCount()
      int64 merged_fetch_fallback_count = 2;
      Returns:
      The mergedFetchFallbackCount.
    • getRemoteMergedBlocksFetched

      long getRemoteMergedBlocksFetched()
      int64 remote_merged_blocks_fetched = 3;
      Returns:
      The remoteMergedBlocksFetched.
    • getLocalMergedBlocksFetched

      long getLocalMergedBlocksFetched()
      int64 local_merged_blocks_fetched = 4;
      Returns:
      The localMergedBlocksFetched.
    • getRemoteMergedChunksFetched

      long getRemoteMergedChunksFetched()
      int64 remote_merged_chunks_fetched = 5;
      Returns:
      The remoteMergedChunksFetched.
    • getLocalMergedChunksFetched

      long getLocalMergedChunksFetched()
      int64 local_merged_chunks_fetched = 6;
      Returns:
      The localMergedChunksFetched.
    • getRemoteMergedBytesRead

      long getRemoteMergedBytesRead()
      int64 remote_merged_bytes_read = 7;
      Returns:
      The remoteMergedBytesRead.
    • getLocalMergedBytesRead

      long getLocalMergedBytesRead()
      int64 local_merged_bytes_read = 8;
      Returns:
      The localMergedBytesRead.
    • getRemoteMergedReqsDuration

      long getRemoteMergedReqsDuration()
      int64 remote_merged_reqs_duration = 9;
      Returns:
      The remoteMergedReqsDuration.