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 TypeMethodDescriptionbooleancontainsMetrics(String key) map<string, int64> metrics = 1;Deprecated.intmap<string, int64> metrics = 1;map<string, int64> metrics = 1;longgetMetricsOrDefault(String key, long defaultValue) map<string, int64> metrics = 1;longgetMetricsOrThrow(String key) map<string, int64> metrics = 1;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
-
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;
-