public static class Pyroscope.LabelsWrapper
extends java.lang.Object
| Constructor and Description |
|---|
LabelsWrapper() |
| Modifier and Type | Method and Description |
|---|---|
static JfrLabels.Snapshot |
dump() |
static <T> T |
run(LabelsSet labels,
java.util.concurrent.Callable<T> c) |
static void |
run(LabelsSet labels,
java.lang.Runnable c) |
public static <T> T run(LabelsSet labels, java.util.concurrent.Callable<T> c) throws java.lang.Exception
java.lang.Exceptionpublic static void run(LabelsSet labels, java.lang.Runnable c)
public static JfrLabels.Snapshot dump()