Interface Batch.Status
- Enclosing interface:
Batch
public static interface Batch.Status
-
Method Details
-
isActive
boolean isActive()Indicates whether or not this batch is active.- Returns:
- true, if this batch is active, false otherwise.
-
isDiscarding
boolean isDiscarding()Indicates whether or not this batch will be discarded.- Returns:
- true, if this batch will be discarded, false otherwise.
-
isClosed
boolean isClosed()Indicates whether or not this batch was closed.- Returns:
- true, if this batch was closed, false otherwise.
-