Package org.onosproject.net.flow
Class BatchOperationEntry<T extends Enum<?>,U>
- java.lang.Object
-
- org.onosproject.net.flow.BatchOperationEntry<T,U>
-
- Direct Known Subclasses:
FlowRuleBatchEntry
public class BatchOperationEntry<T extends Enum<?>,U> extends Object
A super class for batch operation entry classes.This is the interface to classes which are maintained by BatchOperation as its entries.
-
-
Constructor Summary
Constructors Constructor Description BatchOperationEntry(T operator, U target)
Constructs new instance for the entry of the BatchOperation.
-