Class FlowRuleBatchEntry
- java.lang.Object
-
- org.onosproject.net.flow.BatchOperationEntry<FlowRuleBatchEntry.FlowRuleOperation,FlowRule>
-
- org.onosproject.net.flow.oldbatch.FlowRuleBatchEntry
-
@Deprecated public class FlowRuleBatchEntry extends BatchOperationEntry<FlowRuleBatchEntry.FlowRuleOperation,FlowRule>
Deprecated.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
FlowRuleBatchEntry.FlowRuleOperation
Deprecated.
-
Constructor Summary
Constructors Constructor Description FlowRuleBatchEntry(FlowRuleBatchEntry.FlowRuleOperation operator, FlowRule target)
Deprecated.FlowRuleBatchEntry(FlowRuleBatchEntry.FlowRuleOperation operator, FlowRule target, Long id)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description Long
id()
Deprecated.
-
-
-
Constructor Detail
-
FlowRuleBatchEntry
public FlowRuleBatchEntry(FlowRuleBatchEntry.FlowRuleOperation operator, FlowRule target)
Deprecated.
-
FlowRuleBatchEntry
public FlowRuleBatchEntry(FlowRuleBatchEntry.FlowRuleOperation operator, FlowRule target, Long id)
Deprecated.
-
-
Method Detail
-
id
public Long id()
Deprecated.
-
-