org.terracotta.context.extended
Class RegisteredSizeStatistic

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

public class RegisteredSizeStatistic
extends Object
implements RegisteredStatistic

Class used to register size statistics (BytesSize, etc.)


Constructor Summary
RegisteredSizeStatistic(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

RegisteredSizeStatistic

public RegisteredSizeStatistic(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 © 2016. All rights reserved.