Package org.apache.spark.status.protobuf
Interface StoreTypes.InputMetricDistributionsOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
StoreTypes.InputMetricDistributions
,StoreTypes.InputMetricDistributions.Builder
- Enclosing class:
- StoreTypes
public static interface StoreTypes.InputMetricDistributionsOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiondouble
getBytesRead
(int index) repeated double bytes_read = 1;
int
repeated double bytes_read = 1;
repeated double bytes_read = 1;
double
getRecordsRead
(int index) repeated double records_read = 2;
int
repeated double records_read = 2;
repeated double records_read = 2;
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
-
getBytesReadList
repeated double bytes_read = 1;
- Returns:
- A list containing the bytesRead.
-
getBytesReadCount
int getBytesReadCount()repeated double bytes_read = 1;
- Returns:
- The count of bytesRead.
-
getBytesRead
double getBytesRead(int index) repeated double bytes_read = 1;
- Parameters:
index
- The index of the element to return.- Returns:
- The bytesRead at the given index.
-
getRecordsReadList
repeated double records_read = 2;
- Returns:
- A list containing the recordsRead.
-
getRecordsReadCount
int getRecordsReadCount()repeated double records_read = 2;
- Returns:
- The count of recordsRead.
-
getRecordsRead
double getRecordsRead(int index) repeated double records_read = 2;
- Parameters:
index
- The index of the element to return.- Returns:
- The recordsRead at the given index.
-