Uses of Interface
org.opendaylight.controller.cluster.ActorSystemProvider
-
Packages that use ActorSystemProvider Package Description org.opendaylight.controller.cluster.akka.impl org.opendaylight.controller.cluster.datastore org.opendaylight.controller.cluster.sharding -
-
Uses of ActorSystemProvider in org.opendaylight.controller.cluster.akka.impl
Classes in org.opendaylight.controller.cluster.akka.impl that implement ActorSystemProvider Modifier and Type Class Description class
ActorSystemProviderImpl
-
Uses of ActorSystemProvider in org.opendaylight.controller.cluster.datastore
Methods in org.opendaylight.controller.cluster.datastore with parameters of type ActorSystemProvider Modifier and Type Method Description static AbstractDataStore
DistributedDataStoreFactory. createInstance(DOMSchemaService schemaService, DatastoreContext initialDatastoreContext, DatastoreSnapshotRestore datastoreSnapshotRestore, ActorSystemProvider actorSystemProvider, DatastoreContextIntrospector introspector, DatastoreContextPropertiesUpdater updater)
static AbstractDataStore
DistributedDataStoreFactory. createInstance(DOMSchemaService schemaService, DatastoreContext initialDatastoreContext, DatastoreSnapshotRestore datastoreSnapshotRestore, ActorSystemProvider actorSystemProvider, DatastoreContextIntrospector introspector, DatastoreContextPropertiesUpdater updater, Configuration orgConfig)
-
Uses of ActorSystemProvider in org.opendaylight.controller.cluster.sharding
Constructors in org.opendaylight.controller.cluster.sharding with parameters of type ActorSystemProvider Constructor Description DistributedShardedDOMDataTree(ActorSystemProvider actorSystemProvider, AbstractDataStore distributedOperDatastore, AbstractDataStore distributedConfigDatastore)
-