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