public class SampledRateCounterImpl extends SampledCounterImpl implements SampledRateCounter
SampledRateCounter
history, resetOnSample
Constructor and Description |
---|
SampledRateCounterImpl(SampledRateCounterConfig config)
Constructor accepting the config
|
Modifier and Type | Method and Description |
---|---|
long |
decrement()
|
long |
decrement(long amount)
|
void |
decrement(long numerator,
long denominator)
Decrements the numerator and denominator by the passed values
|
long |
getAndReset()
Returns the current value of the counter and resets it to 0
|
long |
getAndSet(long newValue)
|
long |
getMaxValue()
|
long |
getMinValue()
|
long |
getValue()
Gets current value of the counter
|
long |
increment()
|
long |
increment(long amount)
|
void |
increment(long numerator,
long denominator)
Increments the numerator and denominator by the passed values
|
void |
setDenominatorValue(long newValue)
Sets the value of the denominator to the passed value
|
void |
setNumeratorValue(long newValue)
Sets the value of the numerator to the passed value
|
void |
setValue(long newValue)
|
void |
setValue(long numerator,
long denominator)
Sets the values of the numerator and denominator to the passed values
|
getAllSampleValues, getIntervalMillis, getMostRecentSample, getTimerTask, shutdown
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getAllSampleValues, getMostRecentSample, shutdown
public SampledRateCounterImpl(SampledRateCounterConfig config)
config
- public void setValue(long numerator, long denominator)
setValue
in interface SampledRateCounter
public void increment(long numerator, long denominator)
increment
in interface SampledRateCounter
public void decrement(long numerator, long denominator)
decrement
in interface SampledRateCounter
public void setDenominatorValue(long newValue)
setDenominatorValue
in interface SampledRateCounter
public void setNumeratorValue(long newValue)
setNumeratorValue
in interface SampledRateCounter
public long getValue()
getValue
in interface Counter
getValue
in class CounterImpl
public long getAndReset()
getAndReset
in interface SampledCounter
getAndReset
in class SampledCounterImpl
public long getAndSet(long newValue)
getAndSet
in interface Counter
getAndSet
in class CounterImpl
public void setValue(long newValue)
setValue
in interface Counter
setValue
in class CounterImpl
public long decrement()
decrement
in interface Counter
decrement
in class CounterImpl
public long decrement(long amount)
decrement
in interface Counter
decrement
in class CounterImpl
public long getMaxValue()
public long getMinValue()
public long increment()
increment
in interface Counter
increment
in class CounterImpl
public long increment(long amount)
increment
in interface Counter
increment
in class CounterImpl
Copyright 2001-2019, Terracotta, Inc.