org.terracotta.management.capabilities
Class StatisticsCapability.Properties

java.lang.Object
  extended by org.terracotta.management.capabilities.StatisticsCapability.Properties
All Implemented Interfaces:
Serializable
Enclosing class:
StatisticsCapability

public static class StatisticsCapability.Properties
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
StatisticsCapability.Properties(long averageWindowDuration, TimeUnit averageWindowUnit, int historySize, long historyInterval, TimeUnit historyIntervalUnit, long timeToDisable, TimeUnit timeToDisableUnit)
           
 
Method Summary
 boolean equals(Object o)
           
 long getAverageWindowDuration()
           
 TimeUnit getAverageWindowUnit()
           
 long getHistoryInterval()
           
 TimeUnit getHistoryIntervalUnit()
           
 int getHistorySize()
           
 long getTimeToDisable()
           
 TimeUnit getTimeToDisableUnit()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StatisticsCapability.Properties

public StatisticsCapability.Properties(long averageWindowDuration,
                                       TimeUnit averageWindowUnit,
                                       int historySize,
                                       long historyInterval,
                                       TimeUnit historyIntervalUnit,
                                       long timeToDisable,
                                       TimeUnit timeToDisableUnit)
Method Detail

getAverageWindowDuration

public long getAverageWindowDuration()

getAverageWindowUnit

public TimeUnit getAverageWindowUnit()

getHistorySize

public int getHistorySize()

getHistoryInterval

public long getHistoryInterval()

getHistoryIntervalUnit

public TimeUnit getHistoryIntervalUnit()

getTimeToDisable

public long getTimeToDisable()

getTimeToDisableUnit

public TimeUnit getTimeToDisableUnit()

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2016. All Rights Reserved.