Package org.onosproject.store.pi.impl
Class DistributedPiGroupTranslationStore
- java.lang.Object
-
- org.onosproject.store.AbstractStore<org.onosproject.net.pi.service.PiTranslationEvent<T,E>,org.onosproject.net.pi.service.PiTranslationStoreDelegate<T,E>>
-
- org.onosproject.store.pi.impl.AbstractDistributedPiTranslationStore<org.onosproject.net.group.Group,org.onosproject.net.pi.runtime.PiActionProfileGroup>
-
- org.onosproject.store.pi.impl.DistributedPiGroupTranslationStore
-
- All Implemented Interfaces:
org.onosproject.net.pi.service.PiGroupTranslationStore,org.onosproject.net.pi.service.PiTranslationStore<org.onosproject.net.group.Group,org.onosproject.net.pi.runtime.PiActionProfileGroup>,org.onosproject.store.Store<org.onosproject.net.pi.service.PiTranslationEvent<org.onosproject.net.group.Group,org.onosproject.net.pi.runtime.PiActionProfileGroup>,org.onosproject.net.pi.service.PiTranslationStoreDelegate<org.onosproject.net.group.Group,org.onosproject.net.pi.runtime.PiActionProfileGroup>>
public class DistributedPiGroupTranslationStore extends AbstractDistributedPiTranslationStore<org.onosproject.net.group.Group,org.onosproject.net.pi.runtime.PiActionProfileGroup> implements org.onosproject.net.pi.service.PiGroupTranslationStore
Distributed implementation of a PI translation store for groups.
-
-
Field Summary
-
Fields inherited from class org.onosproject.store.pi.impl.AbstractDistributedPiTranslationStore
storageService
-
-
Constructor Summary
Constructors Constructor Description DistributedPiGroupTranslationStore()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.StringmapSimpleName()Returns a string that identifies the map maintained by this store among others that uses this abstract class.-
Methods inherited from class org.onosproject.store.pi.impl.AbstractDistributedPiTranslationStore
activate, addOrUpdate, deactivate, get, getAll, remove
-
Methods inherited from class org.onosproject.store.AbstractStore
hasDelegate, notifyDelegate, notifyDelegate, setDelegate, unsetDelegate
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
-
-
Method Detail
-
mapSimpleName
protected java.lang.String mapSimpleName()
Description copied from class:AbstractDistributedPiTranslationStoreReturns a string that identifies the map maintained by this store among others that uses this abstract class.- Specified by:
mapSimpleNamein classAbstractDistributedPiTranslationStore<org.onosproject.net.group.Group,org.onosproject.net.pi.runtime.PiActionProfileGroup>- Returns:
- string
-
-