Package org.onosproject.net.pi.service
Interface PiReplicationGroupTranslationStore
-
- All Superinterfaces:
PiTranslationStore<Group,PiPreEntry>
,Store<PiTranslationEvent<Group,PiPreEntry>,PiTranslationStoreDelegate<Group,PiPreEntry>>
@Beta public interface PiReplicationGroupTranslationStore extends PiTranslationStore<Group,PiPreEntry>
A PI translation store that keeps track of which groups have been translated to which PI packet replication engine (PRE) entry.
-
-
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
-
-