| Modifier and Type | Class and Description |
|---|---|
class |
SimpleBatchingStrategy<K,T>
A simple
BatchingStrategy that groups all keys into one batch. |
class |
SimpleTaskBatchingStrategy<K,T>
A simple
TaskBatchingStrategy that groups all keys into one batch. |
class |
TaskBatchingStrategy<G,K,T>
This is a base class for a batching strategy that leverages existing Task-based API.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchingSupport.registerStrategy(BatchingStrategy<?,?,?> strategy)
Register an instance of
BatchingStrategy. |
Copyright © 2018. All rights reserved.