Package org.apache.spark.status.protobuf
Interface StoreTypes.OutputMetricDistributionsOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
StoreTypes.OutputMetricDistributions,StoreTypes.OutputMetricDistributions.Builder
- Enclosing class:
- StoreTypes
public static interface StoreTypes.OutputMetricDistributionsOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiondoublegetBytesWritten(int index) repeated double bytes_written = 1;intrepeated double bytes_written = 1;repeated double bytes_written = 1;doublegetRecordsWritten(int index) repeated double records_written = 2;intrepeated double records_written = 2;repeated double records_written = 2;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
-
getBytesWrittenList
repeated double bytes_written = 1;- Returns:
- A list containing the bytesWritten.
-
getBytesWrittenCount
int getBytesWrittenCount()repeated double bytes_written = 1;- Returns:
- The count of bytesWritten.
-
getBytesWritten
double getBytesWritten(int index) repeated double bytes_written = 1;- Parameters:
index- The index of the element to return.- Returns:
- The bytesWritten at the given index.
-
getRecordsWrittenList
repeated double records_written = 2;- Returns:
- A list containing the recordsWritten.
-
getRecordsWrittenCount
int getRecordsWrittenCount()repeated double records_written = 2;- Returns:
- The count of recordsWritten.
-
getRecordsWritten
double getRecordsWritten(int index) repeated double records_written = 2;- Parameters:
index- The index of the element to return.- Returns:
- The recordsWritten at the given index.
-