org.terracotta.context.extended
Class RegisteredCounterStatistic

java.lang.Object
  extended by org.terracotta.context.extended.RegisteredCounterStatistic
All Implemented Interfaces:
RegisteredStatistic

public class RegisteredCounterStatistic
extends Object
implements RegisteredStatistic

Class used to register counter statistics (MappingCount, etc.)


Constructor Summary
RegisteredCounterStatistic(ExpiringSampledStatistic<Long> sampledStatistic)
           
 
Method Summary
 SampledStatistic<Long> getSampledStatistic()
           
 SamplingSupport getSupport()
           
 RegistrationType getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RegisteredCounterStatistic

public RegisteredCounterStatistic(ExpiringSampledStatistic<Long> sampledStatistic)
Method Detail

getType

public RegistrationType getType()
Specified by:
getType in interface RegisteredStatistic

getSampledStatistic

public SampledStatistic<Long> getSampledStatistic()

getSupport

public SamplingSupport getSupport()
Specified by:
getSupport in interface RegisteredStatistic


Copyright © 2017. All rights reserved.