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 TypeMethodDescriptiondoublegetFetchWaitTime(int index) repeated double fetch_wait_time = 5;intrepeated double fetch_wait_time = 5;repeated double fetch_wait_time = 5;doublegetLocalBlocksFetched(int index) repeated double local_blocks_fetched = 4;intrepeated double local_blocks_fetched = 4;repeated double local_blocks_fetched = 4;doublegetReadBytes(int index) repeated double read_bytes = 1;intrepeated double read_bytes = 1;repeated double read_bytes = 1;doublegetReadRecords(int index) repeated double read_records = 2;intrepeated double read_records = 2;repeated double read_records = 2;doublegetRemoteBlocksFetched(int index) repeated double remote_blocks_fetched = 3;intrepeated double remote_blocks_fetched = 3;repeated double remote_blocks_fetched = 3;doublegetRemoteBytesRead(int index) repeated double remote_bytes_read = 6;intrepeated double remote_bytes_read = 6;repeated double remote_bytes_read = 6;doublegetRemoteBytesReadToDisk(int index) repeated double remote_bytes_read_to_disk = 7;intrepeated double remote_bytes_read_to_disk = 7;repeated double remote_bytes_read_to_disk = 7;doublegetRemoteReqsDuration(int index) repeated double remote_reqs_duration = 9;intrepeated 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;doublegetTotalBlocksFetched(int index) repeated double total_blocks_fetched = 8;intrepeated 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
isInitializedMethods 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;
-