Package org.onosproject.net.flow
Interface BatchOperationResult<T>
-
- All Known Implementing Classes:
CompletedBatchOperation
public interface BatchOperationResult<T>Interface capturing the result of a batch operation.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Set<T>failedItems()Obtains a set of items which failed.booleanisSuccess()Returns whether the operation was successful.
-