public static interface StoreTypes.ShufflePushReadMetricsOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
long |
getCorruptMergedBlockChunks()
int64 corrupt_merged_block_chunks = 1; |
long |
getLocalMergedBlocksFetched()
int64 local_merged_blocks_fetched = 4; |
long |
getLocalMergedBytesRead()
int64 local_merged_bytes_read = 8; |
long |
getLocalMergedChunksFetched()
int64 local_merged_chunks_fetched = 6; |
long |
getMergedFetchFallbackCount()
int64 merged_fetch_fallback_count = 2; |
long |
getRemoteMergedBlocksFetched()
int64 remote_merged_blocks_fetched = 3; |
long |
getRemoteMergedBytesRead()
int64 remote_merged_bytes_read = 7; |
long |
getRemoteMergedChunksFetched()
int64 remote_merged_chunks_fetched = 5; |
long |
getRemoteMergedReqsDuration()
int64 remote_merged_reqs_duration = 9; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
long getCorruptMergedBlockChunks()
int64 corrupt_merged_block_chunks = 1;
long getMergedFetchFallbackCount()
int64 merged_fetch_fallback_count = 2;
long getRemoteMergedBlocksFetched()
int64 remote_merged_blocks_fetched = 3;
long getLocalMergedBlocksFetched()
int64 local_merged_blocks_fetched = 4;
long getRemoteMergedChunksFetched()
int64 remote_merged_chunks_fetched = 5;
long getLocalMergedChunksFetched()
int64 local_merged_chunks_fetched = 6;
long getRemoteMergedBytesRead()
int64 remote_merged_bytes_read = 7;
long getLocalMergedBytesRead()
int64 local_merged_bytes_read = 8;
long getRemoteMergedReqsDuration()
int64 remote_merged_reqs_duration = 9;