@InterfaceAudience.Public @InterfaceStability.Stable public abstract class Batch extends Object
| Modifier and Type | Class and Description | 
|---|---|
static interface  | 
Batch.Call<T,R>
Defines a unit of work to be executed. 
 | 
static interface  | 
Batch.Callback<R>
Defines a generic callback to be triggered for each  
Batch.Call.call(Object)
 result. | 
| Constructor and Description | 
|---|
Batch()  |