Interface JfrLabels.ContextOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
JfrLabels.Context, JfrLabels.Context.Builder
Enclosing class:
JfrLabels

public static interface JfrLabels.ContextOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    containsLabels(long key)
    map<int64, int64> labels = 1;
    Deprecated.
    int
    map<int64, int64> labels = 1;
    map<int64, int64> labels = 1;
    long
    getLabelsOrDefault(long key, long defaultValue)
    map<int64, int64> labels = 1;
    long
    getLabelsOrThrow(long key)
    map<int64, int64> labels = 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

    • getLabelsCount

      int getLabelsCount()
      map<int64, int64> labels = 1;
    • containsLabels

      boolean containsLabels(long key)
      map<int64, int64> labels = 1;
    • getLabels

      @Deprecated Map<Long,Long> getLabels()
      Deprecated.
      Use getLabelsMap() instead.
    • getLabelsMap

      Map<Long,Long> getLabelsMap()
      map<int64, int64> labels = 1;
    • getLabelsOrDefault

      long getLabelsOrDefault(long key, long defaultValue)
      map<int64, int64> labels = 1;
    • getLabelsOrThrow

      long getLabelsOrThrow(long key)
      map<int64, int64> labels = 1;