Package org.onosproject.net.pi.service
Interface PiFlowRuleTranslationStore
-
- All Superinterfaces:
PiTranslationStore<FlowRule,PiTableEntry>
,Store<PiTranslationEvent<FlowRule,PiTableEntry>,PiTranslationStoreDelegate<FlowRule,PiTableEntry>>
@Beta public interface PiFlowRuleTranslationStore extends PiTranslationStore<FlowRule,PiTableEntry>
A PI translation store that keeps track of which flow rules have been translated to which PI table entries.
-
-
Method Summary
-
Methods inherited from interface org.onosproject.net.pi.service.PiTranslationStore
addOrUpdate, get, remove
-
Methods inherited from interface org.onosproject.store.Store
hasDelegate, setDelegate, unsetDelegate
-
-