Package org.apache.spark.status.protobuf
Interface StoreTypes.ShuffleReadMetricDistributionsOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
StoreTypes.ShuffleReadMetricDistributions
,StoreTypes.ShuffleReadMetricDistributions.Builder
- Enclosing class:
- StoreTypes
public static interface StoreTypes.ShuffleReadMetricDistributionsOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiondouble
getFetchWaitTime
(int index) repeated double fetch_wait_time = 5;
int
repeated double fetch_wait_time = 5;
repeated double fetch_wait_time = 5;
double
getLocalBlocksFetched
(int index) repeated double local_blocks_fetched = 4;
int
repeated double local_blocks_fetched = 4;
repeated double local_blocks_fetched = 4;
double
getReadBytes
(int index) repeated double read_bytes = 1;
int
repeated double read_bytes = 1;
repeated double read_bytes = 1;
double
getReadRecords
(int index) repeated double read_records = 2;
int
repeated double read_records = 2;
repeated double read_records = 2;
double
getRemoteBlocksFetched
(int index) repeated double remote_blocks_fetched = 3;
int
repeated double remote_blocks_fetched = 3;
repeated double remote_blocks_fetched = 3;
double
getRemoteBytesRead
(int index) repeated double remote_bytes_read = 6;
int
repeated double remote_bytes_read = 6;
repeated double remote_bytes_read = 6;
double
getRemoteBytesReadToDisk
(int index) repeated double remote_bytes_read_to_disk = 7;
int
repeated double remote_bytes_read_to_disk = 7;
repeated double remote_bytes_read_to_disk = 7;
double
getRemoteReqsDuration
(int index) repeated double remote_reqs_duration = 9;
int
repeated double remote_reqs_duration = 9;
repeated double remote_reqs_duration = 9;
.org.apache.spark.status.protobuf.ShufflePushReadMetricDistributions shuffle_push_read_metrics_dist = 10;
.org.apache.spark.status.protobuf.ShufflePushReadMetricDistributions shuffle_push_read_metrics_dist = 10;
double
getTotalBlocksFetched
(int index) repeated double total_blocks_fetched = 8;
int
repeated double total_blocks_fetched = 8;
repeated double total_blocks_fetched = 8;
boolean
.org.apache.spark.status.protobuf.ShufflePushReadMetricDistributions shuffle_push_read_metrics_dist = 10;
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getReadBytesList
repeated double read_bytes = 1;
- Returns:
- A list containing the readBytes.
-
getReadBytesCount
int getReadBytesCount()repeated double read_bytes = 1;
- Returns:
- The count of readBytes.
-
getReadBytes
double getReadBytes(int index) repeated double read_bytes = 1;
- Parameters:
index
- The index of the element to return.- Returns:
- The readBytes at the given index.
-
getReadRecordsList
repeated double read_records = 2;
- Returns:
- A list containing the readRecords.
-
getReadRecordsCount
int getReadRecordsCount()repeated double read_records = 2;
- Returns:
- The count of readRecords.
-
getReadRecords
double getReadRecords(int index) repeated double read_records = 2;
- Parameters:
index
- The index of the element to return.- Returns:
- The readRecords at the given index.
-
getRemoteBlocksFetchedList
repeated double remote_blocks_fetched = 3;
- Returns:
- A list containing the remoteBlocksFetched.
-
getRemoteBlocksFetchedCount
int getRemoteBlocksFetchedCount()repeated double remote_blocks_fetched = 3;
- Returns:
- The count of remoteBlocksFetched.
-
getRemoteBlocksFetched
double getRemoteBlocksFetched(int index) repeated double remote_blocks_fetched = 3;
- Parameters:
index
- The index of the element to return.- Returns:
- The remoteBlocksFetched at the given index.
-
getLocalBlocksFetchedList
repeated double local_blocks_fetched = 4;
- Returns:
- A list containing the localBlocksFetched.
-
getLocalBlocksFetchedCount
int getLocalBlocksFetchedCount()repeated double local_blocks_fetched = 4;
- Returns:
- The count of localBlocksFetched.
-
getLocalBlocksFetched
double getLocalBlocksFetched(int index) repeated double local_blocks_fetched = 4;
- Parameters:
index
- The index of the element to return.- Returns:
- The localBlocksFetched at the given index.
-
getFetchWaitTimeList
repeated double fetch_wait_time = 5;
- Returns:
- A list containing the fetchWaitTime.
-
getFetchWaitTimeCount
int getFetchWaitTimeCount()repeated double fetch_wait_time = 5;
- Returns:
- The count of fetchWaitTime.
-
getFetchWaitTime
double getFetchWaitTime(int index) repeated double fetch_wait_time = 5;
- Parameters:
index
- The index of the element to return.- Returns:
- The fetchWaitTime at the given index.
-
getRemoteBytesReadList
repeated double remote_bytes_read = 6;
- Returns:
- A list containing the remoteBytesRead.
-
getRemoteBytesReadCount
int getRemoteBytesReadCount()repeated double remote_bytes_read = 6;
- Returns:
- The count of remoteBytesRead.
-
getRemoteBytesRead
double getRemoteBytesRead(int index) repeated double remote_bytes_read = 6;
- Parameters:
index
- The index of the element to return.- Returns:
- The remoteBytesRead at the given index.
-
getRemoteBytesReadToDiskList
repeated double remote_bytes_read_to_disk = 7;
- Returns:
- A list containing the remoteBytesReadToDisk.
-
getRemoteBytesReadToDiskCount
int getRemoteBytesReadToDiskCount()repeated double remote_bytes_read_to_disk = 7;
- Returns:
- The count of remoteBytesReadToDisk.
-
getRemoteBytesReadToDisk
double getRemoteBytesReadToDisk(int index) repeated double remote_bytes_read_to_disk = 7;
- Parameters:
index
- The index of the element to return.- Returns:
- The remoteBytesReadToDisk at the given index.
-
getTotalBlocksFetchedList
repeated double total_blocks_fetched = 8;
- Returns:
- A list containing the totalBlocksFetched.
-
getTotalBlocksFetchedCount
int getTotalBlocksFetchedCount()repeated double total_blocks_fetched = 8;
- Returns:
- The count of totalBlocksFetched.
-
getTotalBlocksFetched
double getTotalBlocksFetched(int index) repeated double total_blocks_fetched = 8;
- Parameters:
index
- The index of the element to return.- Returns:
- The totalBlocksFetched at the given index.
-
getRemoteReqsDurationList
repeated double remote_reqs_duration = 9;
- Returns:
- A list containing the remoteReqsDuration.
-
getRemoteReqsDurationCount
int getRemoteReqsDurationCount()repeated double remote_reqs_duration = 9;
- Returns:
- The count of remoteReqsDuration.
-
getRemoteReqsDuration
double getRemoteReqsDuration(int index) repeated double remote_reqs_duration = 9;
- Parameters:
index
- The index of the element to return.- Returns:
- The remoteReqsDuration at the given index.
-
hasShufflePushReadMetricsDist
boolean hasShufflePushReadMetricsDist().org.apache.spark.status.protobuf.ShufflePushReadMetricDistributions shuffle_push_read_metrics_dist = 10;
- Returns:
- Whether the shufflePushReadMetricsDist field is set.
-
getShufflePushReadMetricsDist
StoreTypes.ShufflePushReadMetricDistributions getShufflePushReadMetricsDist().org.apache.spark.status.protobuf.ShufflePushReadMetricDistributions shuffle_push_read_metrics_dist = 10;
- Returns:
- The shufflePushReadMetricsDist.
-
getShufflePushReadMetricsDistOrBuilder
StoreTypes.ShufflePushReadMetricDistributionsOrBuilder getShufflePushReadMetricsDistOrBuilder().org.apache.spark.status.protobuf.ShufflePushReadMetricDistributions shuffle_push_read_metrics_dist = 10;
-