Class MetricSerializingCallback
java.lang.Object
org.javasimon.CallbackSkeleton
org.nuxeo.runtime.management.metrics.MetricSerializingCallback
- All Implemented Interfaces:
org.javasimon.Callback
public class MetricSerializingCallback
extends org.javasimon.CallbackSkeleton
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.javasimon.Callback
org.javasimon.Callback.Event -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcounterSet(org.javasimon.Counter counter, long val) voidstopwatchStop(org.javasimon.Split split) protected voidtoStream(org.javasimon.Sample sample) Methods inherited from class org.javasimon.CallbackSkeleton
addCallback, callbacks, cleanup, clear, counterDecrease, counterIncrease, initialize, message, removeCallback, reset, simonCreated, simonDestroyed, stopwatchAdd, stopwatchStart, warning
-
Field Details
-
serializer
-
-
Constructor Details
-
MetricSerializingCallback
-
-
Method Details
-
stopwatchStop
public void stopwatchStop(org.javasimon.Split split) - Specified by:
stopwatchStopin interfaceorg.javasimon.Callback- Overrides:
stopwatchStopin classorg.javasimon.CallbackSkeleton
-
counterSet
public void counterSet(org.javasimon.Counter counter, long val) - Specified by:
counterSetin interfaceorg.javasimon.Callback- Overrides:
counterSetin classorg.javasimon.CallbackSkeleton
-
toStream
protected void toStream(org.javasimon.Sample sample)
-