| Modifier and Type | Class and Description |
|---|---|
class |
DefaultOptimizationListener
The simple listener that just stores all events as AtomicLong counters and provides getters for them.
|
class |
NopeOptimizationListener |
| Modifier and Type | Method and Description |
|---|---|
static OptimizationListener |
OptimizationListener.createDefault()
Creates new instance of
DefaultOptimizationListener |
| Modifier and Type | Method and Description |
|---|---|
Optimization |
Optimization.withListener(OptimizationListener listener)
Specifies the listener for optimization events
|
| Modifier and Type | Method and Description |
|---|---|
Optimization |
BatchingOptimization.withListener(OptimizationListener listener) |
| Constructor and Description |
|---|
AsyncBatchingExecutor(AsyncCommandExecutor originalExecutor,
OptimizationListener listener) |
BatchingExecutor(CommandExecutor originalExecutor,
OptimizationListener listener) |
BatchingOptimization(OptimizationListener listener) |
| Modifier and Type | Method and Description |
|---|---|
Optimization |
DelayOptimization.withListener(OptimizationListener listener) |
| Constructor and Description |
|---|
DelayOptimization(DelayParameters delayParameters,
OptimizationListener listener,
TimeMeter timeMeter) |
| Modifier and Type | Method and Description |
|---|---|
Optimization |
ManuallySyncingOptimization.withListener(OptimizationListener listener) |
| Constructor and Description |
|---|
ManuallySyncingOptimization(OptimizationListener listener,
TimeMeter timeMeter) |
| Modifier and Type | Method and Description |
|---|---|
Optimization |
PredictiveOptimization.withListener(OptimizationListener listener) |
| Constructor and Description |
|---|
PredictiveOptimization(PredictionParameters predictionParameters,
DelayParameters delayParameters,
OptimizationListener listener,
TimeMeter timeMeter) |
| Modifier and Type | Method and Description |
|---|---|
Optimization |
SkipSyncOnZeroOptimization.withListener(OptimizationListener listener) |
| Constructor and Description |
|---|
SkipSyncOnZeroOptimization(OptimizationListener listener,
TimeMeter timeMeter) |
Copyright © 2024. All rights reserved.