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 -
-
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)
-