public class SingleIncrementCounts<T extends java.lang.Enum<T>> extends AbstractMetrics<T> implements WritableCounts<T>
clazz| Constructor and Description |
|---|
SingleIncrementCounts(WritableCounts<T> wrappedCounts) |
| Modifier and Type | Method and Description |
|---|---|
WritableCounts<T> |
getWrappedCounts() |
void |
write(T metric,
long number,
long nanoTime) |
getMetricClazzclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetMetricClazzpublic SingleIncrementCounts(WritableCounts<T> wrappedCounts)
public void write(T metric, long number, long nanoTime)
write in interface WritableCounts<T extends java.lang.Enum<T>>public WritableCounts<T> getWrappedCounts()
Copyright © 2014 Tim Brooks. All Rights Reserved.