Uses of Interface
org.opendaylight.controller.cluster.databroker.actors.dds.DataStoreClient
-
Packages that use DataStoreClient Package Description org.opendaylight.controller.cluster.databroker.actors.dds This package contains implementation required by the DistributedDataStore frontend.org.opendaylight.controller.cluster.datastore org.opendaylight.controller.cluster.sharding -
-
Uses of DataStoreClient in org.opendaylight.controller.cluster.databroker.actors.dds
Methods in org.opendaylight.controller.cluster.databroker.actors.dds that return DataStoreClient Modifier and Type Method Description static DataStoreClientAbstractDataStoreClientActor. getDistributedDataStoreClient(@NonNull akka.actor.ActorRef actor, long timeout, TimeUnit unit) -
Uses of DataStoreClient in org.opendaylight.controller.cluster.datastore
Methods in org.opendaylight.controller.cluster.datastore that return DataStoreClient Modifier and Type Method Description protected DataStoreClientAbstractDataStore. getClient()Constructors in org.opendaylight.controller.cluster.datastore with parameters of type DataStoreClient Constructor Description AbstractDataStore(ActorUtils actorUtils, org.opendaylight.controller.cluster.access.concepts.ClientIdentifier identifier, DataStoreClient clientActor) -
Uses of DataStoreClient in org.opendaylight.controller.cluster.sharding
Constructors in org.opendaylight.controller.cluster.sharding with parameters of type DataStoreClient Constructor Description DistributedShardChangePublisher(DataStoreClient client, AbstractDataStore distributedDataStore, org.opendaylight.mdsal.dom.api.DOMDataTreeIdentifier prefix, Map<org.opendaylight.mdsal.dom.api.DOMDataTreeIdentifier,org.opendaylight.mdsal.dom.spi.shard.ChildShardContext> childShards)
-