Package org.apache.spark.status.protobuf
Interface StoreTypes.ExecutorPeakMetricsDistributionsOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
StoreTypes.ExecutorPeakMetricsDistributions
,StoreTypes.ExecutorPeakMetricsDistributions.Builder
- Enclosing class:
- StoreTypes
public static interface StoreTypes.ExecutorPeakMetricsDistributionsOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetExecutorMetrics
(int index) repeated .org.apache.spark.status.protobuf.ExecutorMetrics executor_metrics = 2;
int
repeated .org.apache.spark.status.protobuf.ExecutorMetrics executor_metrics = 2;
repeated .org.apache.spark.status.protobuf.ExecutorMetrics executor_metrics = 2;
getExecutorMetricsOrBuilder
(int index) repeated .org.apache.spark.status.protobuf.ExecutorMetrics executor_metrics = 2;
List<? extends StoreTypes.ExecutorMetricsOrBuilder>
repeated .org.apache.spark.status.protobuf.ExecutorMetrics executor_metrics = 2;
double
getQuantiles
(int index) repeated double quantiles = 1;
int
repeated double quantiles = 1;
repeated double quantiles = 1;
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
-
getQuantilesList
repeated double quantiles = 1;
- Returns:
- A list containing the quantiles.
-
getQuantilesCount
int getQuantilesCount()repeated double quantiles = 1;
- Returns:
- The count of quantiles.
-
getQuantiles
double getQuantiles(int index) repeated double quantiles = 1;
- Parameters:
index
- The index of the element to return.- Returns:
- The quantiles at the given index.
-
getExecutorMetricsList
List<StoreTypes.ExecutorMetrics> getExecutorMetricsList()repeated .org.apache.spark.status.protobuf.ExecutorMetrics executor_metrics = 2;
-
getExecutorMetrics
repeated .org.apache.spark.status.protobuf.ExecutorMetrics executor_metrics = 2;
-
getExecutorMetricsCount
int getExecutorMetricsCount()repeated .org.apache.spark.status.protobuf.ExecutorMetrics executor_metrics = 2;
-
getExecutorMetricsOrBuilderList
List<? extends StoreTypes.ExecutorMetricsOrBuilder> getExecutorMetricsOrBuilderList()repeated .org.apache.spark.status.protobuf.ExecutorMetrics executor_metrics = 2;
-
getExecutorMetricsOrBuilder
repeated .org.apache.spark.status.protobuf.ExecutorMetrics executor_metrics = 2;
-