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 Type
    Method
    Description
    boolean
    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
    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

      boolean containsMetrics(String key)
      map<string, int64> metrics = 1;
    • getMetrics

      @Deprecated Map<String,Long> getMetrics()
      Deprecated.
      Use getMetricsMap() instead.
    • getMetricsMap

      Map<String,Long> getMetricsMap()
      map<string, int64> metrics = 1;
    • getMetricsOrDefault

      long getMetricsOrDefault(String key, long defaultValue)
      map<string, int64> metrics = 1;
    • getMetricsOrThrow

      long getMetricsOrThrow(String key)
      map<string, int64> metrics = 1;