Package io.pyroscope.labels.pb
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 Summary
Modifier and TypeMethodDescriptionbooleancontainsContexts(long key) map<int64, .io.pyroscope.labels.pb.Context> contexts = 1;booleancontainsStrings(long key) map<int64, string> strings = 2;Deprecated.intmap<int64, .io.pyroscope.labels.pb.Context> contexts = 1;map<int64, .io.pyroscope.labels.pb.Context> contexts = 1;getContextsOrDefault(long key, JfrLabels.Context defaultValue) map<int64, .io.pyroscope.labels.pb.Context> contexts = 1;getContextsOrThrow(long key) map<int64, .io.pyroscope.labels.pb.Context> contexts = 1;Deprecated.intmap<int64, string> strings = 2;map<int64, string> strings = 2;getStringsOrDefault(long key, String defaultValue) map<int64, string> strings = 2;getStringsOrThrow(long key) map<int64, string> strings = 2;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
-
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.UsegetContextsMap()instead. -
getContextsMap
Map<Long,JfrLabels.Context> getContextsMap()map<int64, .io.pyroscope.labels.pb.Context> contexts = 1; -
getContextsOrDefault
map<int64, .io.pyroscope.labels.pb.Context> contexts = 1; -
getContextsOrThrow
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.UsegetStringsMap()instead. -
getStringsMap
map<int64, string> strings = 2; -
getStringsOrDefault
map<int64, string> strings = 2; -
getStringsOrThrow
map<int64, string> strings = 2;
-