|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SampleType | |
|---|---|
| org.terracotta.context.extended | |
| org.terracotta.statistics.extended | |
| Uses of SampleType in org.terracotta.context.extended |
|---|
| Methods in org.terracotta.context.extended with parameters of type SampleType | |
|---|---|
SampledStatistic<? extends Number> |
StatisticsRegistry.findSampledCompoundStatistic(String statisticName,
SampleType sampleType)
|
| Uses of SampleType in org.terracotta.statistics.extended |
|---|
| Methods in org.terracotta.statistics.extended that return SampleType | |
|---|---|
SampleType |
SampledStatistic.type()
|
SampleType |
RateImpl.type()
|
static SampleType |
SampleType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static SampleType[] |
SampleType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Constructors in org.terracotta.statistics.extended with parameters of type SampleType | |
|---|---|
ExpiringSampledStatistic(ValueStatistic<T> source,
ScheduledExecutorService executor,
int historySize,
long historyPeriod,
TimeUnit historyTimeUnit,
SampleType type)
Creates an expiring statistic. |
|
SemiExpiringSampledStatistic(ValueStatistic<T> source,
ScheduledExecutorService executor,
int historySize,
long historyTime,
TimeUnit historyTimeUnit,
SampleType type)
Creates a new semi-expiring statistic. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||