| Constructor and Description |
|---|
ResetPeriodicallyCounter(Duration resetInterval,
Ticker ticker) |
SmoothlyDecayingRollingCounter(Duration rollingWindow,
int numberChunks,
Ticker ticker) |
| Modifier and Type | Method and Description |
|---|---|
RollingHdrHistogramBuilder |
RollingHdrHistogramBuilder.withTicker(Ticker ticker)
TODO
|
| Constructor and Description |
|---|
RollingHdrHistogramBuilder(Ticker ticker) |
| Constructor and Description |
|---|
ResetByChunksRollingHdrHistogramImpl(RecorderSettings recorderSettings,
int numberHistoryChunks,
long intervalBetweenResettingMillis,
Ticker ticker,
Executor backgroundExecutor) |
| Constructor and Description |
|---|
ResetPeriodicallyHitRatio(Duration resetInterval,
Ticker ticker) |
SmoothlyDecayingRollingHitRatio(Duration rollingWindow,
int numberChunks,
Ticker ticker) |
| Modifier and Type | Method and Description |
|---|---|
RankingBuilder |
RankingBuilder.withTicker(Ticker ticker)
Replaces default ticker.
|
| Constructor and Description |
|---|
ResetByChunksRanking(int size,
long threshold,
long intervalBetweenResettingMillis,
int numberHistoryChunks,
Ticker ticker,
Executor backgroundExecutor) |
SnapshotCachingRanking(Ranking<T> target,
Duration cachingDuration,
Ticker ticker) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultTicker
Implementation of ticker which based on
System.nanoTime(). |
class |
MockTicker |
| Modifier and Type | Method and Description |
|---|---|
static Ticker |
Ticker.defaultTicker() |
static Ticker |
DefaultTicker.getInstance() |
static Ticker |
Ticker.mock(AtomicLong currentTimeMillis) |
| Constructor and Description |
|---|
CachingSupplier(Duration cachingDuration,
Ticker ticker,
Supplier<T> targetSupplier) |
Copyright © 2020. All rights reserved.