public class MetricSerializingCallback extends org.javasimon.CallbackSkeleton
Modifier and Type | Field and Description |
---|---|
protected static org.apache.commons.logging.Log |
log |
protected MetricSerializer |
serializer |
Constructor and Description |
---|
MetricSerializingCallback(MetricSerializer serializer) |
Modifier and Type | Method and Description |
---|---|
void |
counterSet(org.javasimon.Counter counter,
long val) |
void |
stopwatchStop(org.javasimon.Split split) |
protected void |
toStream(org.javasimon.Sample sample) |
protected static final org.apache.commons.logging.Log log
protected final MetricSerializer serializer
public MetricSerializingCallback(MetricSerializer serializer)
public void stopwatchStop(org.javasimon.Split split)
stopwatchStop
in interface org.javasimon.Callback
stopwatchStop
in class org.javasimon.CallbackSkeleton
public void counterSet(org.javasimon.Counter counter, long val)
counterSet
in interface org.javasimon.Callback
counterSet
in class org.javasimon.CallbackSkeleton
protected void toStream(org.javasimon.Sample sample)
Copyright © 2018 Nuxeo. All rights reserved.