Class FlowRuleBatchOperation
- java.lang.Object
-
- org.onosproject.net.flow.BatchOperation<FlowRuleBatchEntry>
-
- org.onosproject.net.flow.oldbatch.FlowRuleBatchOperation
-
@Deprecated public class FlowRuleBatchOperation extends BatchOperation<FlowRuleBatchEntry>
Deprecated.
-
-
Constructor Summary
Constructors Constructor Description FlowRuleBatchOperation(Collection<FlowRuleBatchEntry> operations, DeviceId deviceId, long flowOperationId)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description DeviceId
deviceId()
Deprecated.long
id()
Deprecated.-
Methods inherited from class org.onosproject.net.flow.BatchOperation
addAll, addOperation, clear, equals, getOperations, hashCode, size, toString
-
-
-
-
Constructor Detail
-
FlowRuleBatchOperation
public FlowRuleBatchOperation(Collection<FlowRuleBatchEntry> operations, DeviceId deviceId, long flowOperationId)
Deprecated.
-
-
Method Detail
-
deviceId
public DeviceId deviceId()
Deprecated.
-
id
public long id()
Deprecated.
-
-