public static interface StoreTypes.ExecutorMetricsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsMetrics(String key)
map<string, int64> metrics = 1; |
java.util.Map<String,Long> |
getMetrics()
Deprecated.
|
int |
getMetricsCount()
map<string, int64> metrics = 1; |
java.util.Map<String,Long> |
getMetricsMap()
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; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getMetricsCount()
map<string, int64> metrics = 1;boolean containsMetrics(String key)
map<string, int64> metrics = 1;@Deprecated java.util.Map<String,Long> getMetrics()
getMetricsMap() instead.java.util.Map<String,Long> getMetricsMap()
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;