public static final class ProfilingContext.NoOp extends Object implements ProfilingContext
ProfilingContext.NoOp
Modifier and Type | Field and Description |
---|---|
static ProfilingContext.NoOp |
INSTANCE |
Constructor and Description |
---|
NoOp() |
Modifier and Type | Method and Description |
---|---|
void |
clearContextValue(String attribute)
Clears a context value
|
void |
setContextValue(String attribute,
String value)
Sets a context value to be appended to profiling data
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
get
public static final ProfilingContext.NoOp INSTANCE
public void setContextValue(String attribute, String value)
ProfilingContext
setContextValue
in interface ProfilingContext
attribute
- the attribute (must have been registered at startup)value
- the valuepublic void clearContextValue(String attribute)
ProfilingContext
clearContextValue
in interface ProfilingContext
attribute
- the attribute (must have been registered at startup)