Package org.apache.spark.status.protobuf
Interface StoreTypes.ExecutorMetricsOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
StoreTypes.ExecutorMetrics
,StoreTypes.ExecutorMetrics.Builder
- Enclosing class:
- StoreTypes
public static interface StoreTypes.ExecutorMetricsOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionboolean
containsMetrics
(String key) map<string, int64> metrics = 1;
Deprecated.int
map<string, int64> metrics = 1;
map<string, int64> metrics = 1;
long
getMetricsOrDefault
(String key, long defaultValue) map<string, int64> metrics = 1;
long
getMetricsOrThrow
(String key) map<string, int64> metrics = 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
-
getMetricsCount
int getMetricsCount()map<string, int64> metrics = 1;
-
containsMetrics
map<string, int64> metrics = 1;
-
getMetrics
Deprecated.UsegetMetricsMap()
instead. -
getMetricsMap
map<string, int64> metrics = 1;
-
getMetricsOrDefault
map<string, int64> metrics = 1;
-
getMetricsOrThrow
map<string, int64> metrics = 1;
-