Class StatisticMapper<SOURCE extends Enum<SOURCE>,TARGET extends Enum<TARGET>>

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

public class StatisticMapper<SOURCE extends Enum<SOURCE>,TARGET extends Enum<TARGET>> extends Object implements OperationStatistic<TARGET>