Uses of Interface
org.opendaylight.controller.cluster.datastore.DistributedDataStoreInterface
-
-
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(). -
Uses of DistributedDataStoreInterface in org.opendaylight.controller.cluster.datastore.compat
Methods in org.opendaylight.controller.cluster.datastore.compat that return DistributedDataStoreInterface Modifier and Type Method Description protected DistributedDataStoreInterfaceLegacyDOMStoreAdapter. delegate()Deprecated, for removal: This API element is subject to removal in a future version.Constructors in org.opendaylight.controller.cluster.datastore.compat with parameters of type DistributedDataStoreInterface Constructor Description LegacyDOMStoreAdapter(DistributedDataStoreInterface delegate)Deprecated, for removal: This API element is subject to removal in a future version.
-