| Constructor and Description |
|---|
DefaultBucketProxy(Supplier<BucketConfiguration> configurationSupplier,
CommandExecutor commandExecutor,
RecoveryStrategy recoveryStrategy,
ImplicitConfigurationReplacement implicitConfigurationReplacement) |
| Modifier and Type | Method and Description |
|---|---|
CommandExecutor |
Optimization.apply(CommandExecutor originalExecutor)
Decorates command executor in order to apply optimization strategy.
|
| Modifier and Type | Method and Description |
|---|---|
CommandExecutor |
Optimization.apply(CommandExecutor originalExecutor)
Decorates command executor in order to apply optimization strategy.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BatchingExecutor |
| Modifier and Type | Method and Description |
|---|---|
CommandExecutor |
BatchingOptimization.apply(CommandExecutor originalExecutor) |
| Modifier and Type | Method and Description |
|---|---|
CommandExecutor |
BatchingOptimization.apply(CommandExecutor originalExecutor) |
| Constructor and Description |
|---|
BatchingExecutor(CommandExecutor originalExecutor,
OptimizationListener listener) |
| Modifier and Type | Method and Description |
|---|---|
CommandExecutor |
DelayOptimization.apply(CommandExecutor originalExecutor) |
| Modifier and Type | Method and Description |
|---|---|
CommandExecutor |
DelayOptimization.apply(CommandExecutor originalExecutor) |
| Modifier and Type | Method and Description |
|---|---|
CommandExecutor |
PredictiveOptimization.apply(CommandExecutor originalExecutor) |
| Modifier and Type | Method and Description |
|---|---|
CommandExecutor |
PredictiveOptimization.apply(CommandExecutor originalExecutor) |
Copyright © 2022. All rights reserved.