Class DistributedCommandBatch<T>

java.lang.Object
com.pervasive.datarush.cal.DistributedCommandBatch<T>
Type Parameters:
T - the result type.
All Implemented Interfaces:
DistributedCallableBatch<T>, ResultMerger<T>, Serializable

public abstract class DistributedCommandBatch<T> extends Object implements DistributedCallableBatch<T>
Convenient base class for DistributedCallableBatch's that do not support monitoring/partial results.
See Also: