Class ZeroOperationStatistic<T extends Enum<T>>

java.lang.Object
org.terracotta.statistics.ZeroOperationStatistic<T>
All Implemented Interfaces:
OperationObserver<T>, OperationStatistic<T>, SourceStatistic<ChainedOperationObserver<? super T>>

public class ZeroOperationStatistic<T extends Enum<T>> extends Object implements OperationStatistic<T>
An operation statistic that always return 0 for everything. Used as a null object.