Interface JfrLabels.SnapshotOrBuilder

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

public static interface JfrLabels.SnapshotOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getContextsCount

      int getContextsCount()
      map<int64, .io.pyroscope.labels.pb.Context> contexts = 1;
    • containsContexts

      boolean containsContexts(long key)
      map<int64, .io.pyroscope.labels.pb.Context> contexts = 1;
    • getContexts

      Deprecated.
      Use getContextsMap() instead.
    • getContextsMap

      Map<Long,JfrLabels.Context> getContextsMap()
      map<int64, .io.pyroscope.labels.pb.Context> contexts = 1;
    • getContextsOrDefault

      JfrLabels.Context getContextsOrDefault(long key, JfrLabels.Context defaultValue)
      map<int64, .io.pyroscope.labels.pb.Context> contexts = 1;
    • getContextsOrThrow

      JfrLabels.Context getContextsOrThrow(long key)
      map<int64, .io.pyroscope.labels.pb.Context> contexts = 1;
    • getStringsCount

      int getStringsCount()
      map<int64, string> strings = 2;
    • containsStrings

      boolean containsStrings(long key)
      map<int64, string> strings = 2;
    • getStrings

      @Deprecated Map<Long,String> getStrings()
      Deprecated.
      Use getStringsMap() instead.
    • getStringsMap

      Map<Long,String> getStringsMap()
      map<int64, string> strings = 2;
    • getStringsOrDefault

      String getStringsOrDefault(long key, String defaultValue)
      map<int64, string> strings = 2;
    • getStringsOrThrow

      String getStringsOrThrow(long key)
      map<int64, string> strings = 2;