Uses of Interface
org.opendaylight.controller.cluster.ActorSystemProvider
-
-
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.akka.osgi.impl
Classes in org.opendaylight.controller.cluster.akka.osgi.impl that implement ActorSystemProvider Modifier and Type Class Description class
OSGiActorSystemProvider
-
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)
-