Uses of Interface
org.opendaylight.controller.cluster.datastore.DistributedDataStoreInterface
-
Packages that use DistributedDataStoreInterface Package Description org.opendaylight.controller.cluster.databroker org.opendaylight.controller.cluster.datastore -
-
Uses of DistributedDataStoreInterface in org.opendaylight.controller.cluster.databroker
Classes in org.opendaylight.controller.cluster.databroker that implement DistributedDataStoreInterface Modifier and Type Class Description classClientBackedDataStoreImplements a distributed DOMStore using ClientActor. -
Uses of DistributedDataStoreInterface in org.opendaylight.controller.cluster.datastore
Classes in org.opendaylight.controller.cluster.datastore that implement DistributedDataStoreInterface Modifier and Type Class Description classAbstractDataStoreBase implementation of a distributed DOMStore.classDistributedDataStoreImplements a distributed DOMStore using Akka Patterns.ask().classOSGiDOMStoreOSGi manifestation of a the distributed datastore, as represented byAbstractDataStore.
-