| Modifier and Type | Class and Description |
|---|---|
class |
BatchImpl<K,T> |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
SimpleBatchingStrategy.executeBatch(Batch<K,T> batch)
This method will be called for a
Batch. |
void |
TaskBatchingStrategy.executeBatch(G group,
Batch<K,T> batch) |
abstract void |
BatchingStrategy.executeBatch(G group,
Batch<K,T> batch)
This method will be called for every
Batch. |
void |
SimpleBatchingStrategy.executeBatch(com.linkedin.parseq.batching.SimpleBatchingStrategy.Group group,
Batch<K,T> batch) |
protected void |
TaskBatchingStrategy.executeBatchWithContext(G group,
Batch<K,T> batch,
com.linkedin.parseq.Context ctx) |
protected void |
BatchingStrategy.executeBatchWithContext(G group,
Batch<K,T> batch,
com.linkedin.parseq.Context ctx) |
String |
SimpleBatchingStrategy.getBatchName(Batch<K,T> batch)
Overriding this method allows providing custom name for a batch.
|
String |
TaskBatchingStrategy.getBatchName(G group,
Batch<K,T> batch) |
String |
BatchingStrategy.getBatchName(G group,
Batch<K,T> batch)
Overriding this method allows providing custom name for a batch.
|
String |
SimpleBatchingStrategy.getBatchName(com.linkedin.parseq.batching.SimpleBatchingStrategy.Group group,
Batch<K,T> batch) |
Copyright © 2018. All rights reserved.