public interface ProfilingContext
| Modifier and Type | Method and Description |
|---|---|
default void |
clearContextValue(ProfilingContextAttribute attribute)
Clears a context value.
|
default void |
clearContextValue(String attribute)
Clears a context value.
|
default void |
setContextValue(ProfilingContextAttribute attribute,
String value)
Sets a context value to be appended to profiling data.
|
default void |
setContextValue(String attribute,
String value)
Sets a context value to be appended to profiling data
|
default void setContextValue(String attribute, String value)
attribute - the attribute (must have been registered at startup)value - the valuedefault void setContextValue(ProfilingContextAttribute attribute, String value)
createContextAttribute first, but is more efficient.attribute - the attribute (must have been registered at startup)value - the valuedefault void clearContextValue(String attribute)
attribute - the attribute (must have been registered at startup)default void clearContextValue(ProfilingContextAttribute attribute)
createContextAttribute first, but is more
efficient.attribute - the attribute (must have been registered at startup)