Package org.onosproject.net.pi.service
Interface PiGroupTranslationStore
-
- All Superinterfaces:
PiTranslationStore<Group,PiActionProfileGroup>
,Store<PiTranslationEvent<Group,PiActionProfileGroup>,PiTranslationStoreDelegate<Group,PiActionProfileGroup>>
@Beta public interface PiGroupTranslationStore extends PiTranslationStore<Group,PiActionProfileGroup>
A PI translation store that keeps track of which groups have been translated to which PI action profile groups.
-
-
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
-
-