Class FlowRuleBatchRequest
- java.lang.Object
-
- org.onosproject.net.flow.oldbatch.FlowRuleBatchRequest
-
@Deprecated public class FlowRuleBatchRequest extends java.lang.Object
Deprecated.
-
-
Constructor Summary
Constructors Constructor Description FlowRuleBatchRequest(long batchId, java.util.Set<FlowRuleBatchEntry> ops)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description FlowRuleBatchOperation
asBatchOperation(DeviceId deviceId)
Deprecated.long
batchId()
Deprecated.java.util.Set<FlowRuleBatchEntry>
ops()
Deprecated.
-
-
-
Constructor Detail
-
FlowRuleBatchRequest
public FlowRuleBatchRequest(long batchId, java.util.Set<FlowRuleBatchEntry> ops)
Deprecated.
-
-
Method Detail
-
ops
public java.util.Set<FlowRuleBatchEntry> ops()
Deprecated.
-
asBatchOperation
public FlowRuleBatchOperation asBatchOperation(DeviceId deviceId)
Deprecated.
-
batchId
public long batchId()
Deprecated.
-
-