public static interface StoreTypes.ShuffleReadMetricsOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
long |
getFetchWaitTime()
int64 fetch_wait_time = 3; |
long |
getLocalBlocksFetched()
int64 local_blocks_fetched = 2; |
long |
getLocalBytesRead()
int64 local_bytes_read = 6; |
long |
getRecordsRead()
int64 records_read = 7; |
long |
getRemoteBlocksFetched()
int64 remote_blocks_fetched = 1; |
long |
getRemoteBytesRead()
int64 remote_bytes_read = 4; |
long |
getRemoteBytesReadToDisk()
int64 remote_bytes_read_to_disk = 5; |
long |
getRemoteReqsDuration()
int64 remote_reqs_duration = 8; |
StoreTypes.ShufflePushReadMetrics |
getShufflePushReadMetrics()
.org.apache.spark.status.protobuf.ShufflePushReadMetrics shuffle_push_read_metrics = 9; |
StoreTypes.ShufflePushReadMetricsOrBuilder |
getShufflePushReadMetricsOrBuilder()
.org.apache.spark.status.protobuf.ShufflePushReadMetrics shuffle_push_read_metrics = 9; |
boolean |
hasShufflePushReadMetrics()
.org.apache.spark.status.protobuf.ShufflePushReadMetrics shuffle_push_read_metrics = 9; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
long getRemoteBlocksFetched()
int64 remote_blocks_fetched = 1;
long getLocalBlocksFetched()
int64 local_blocks_fetched = 2;
long getFetchWaitTime()
int64 fetch_wait_time = 3;
long getRemoteBytesRead()
int64 remote_bytes_read = 4;
long getRemoteBytesReadToDisk()
int64 remote_bytes_read_to_disk = 5;
long getLocalBytesRead()
int64 local_bytes_read = 6;
long getRecordsRead()
int64 records_read = 7;
long getRemoteReqsDuration()
int64 remote_reqs_duration = 8;
boolean hasShufflePushReadMetrics()
.org.apache.spark.status.protobuf.ShufflePushReadMetrics shuffle_push_read_metrics = 9;
StoreTypes.ShufflePushReadMetrics getShufflePushReadMetrics()
.org.apache.spark.status.protobuf.ShufflePushReadMetrics shuffle_push_read_metrics = 9;
StoreTypes.ShufflePushReadMetricsOrBuilder getShufflePushReadMetricsOrBuilder()
.org.apache.spark.status.protobuf.ShufflePushReadMetrics shuffle_push_read_metrics = 9;