Uses of Interface
org.opendaylight.controller.cluster.datastore.ClusterWrapper
-
-
Uses of ClusterWrapper in org.opendaylight.controller.cluster.databroker
Constructors in org.opendaylight.controller.cluster.databroker with parameters of type ClusterWrapper Constructor Description ClientBackedDataStore(ActorSystem actorSystem, ClusterWrapper cluster, Configuration configuration, DatastoreContextFactory datastoreContextFactory, DatastoreSnapshot restoreFromSnapshot) -
Uses of ClusterWrapper in org.opendaylight.controller.cluster.datastore
Classes in org.opendaylight.controller.cluster.datastore that implement ClusterWrapper Modifier and Type Class Description classClusterWrapperImplConstructors in org.opendaylight.controller.cluster.datastore with parameters of type ClusterWrapper Constructor Description AbstractDataStore(ActorSystem actorSystem, ClusterWrapper cluster, Configuration configuration, DatastoreContextFactory datastoreContextFactory, DatastoreSnapshot restoreFromSnapshot)DistributedDataStore(ActorSystem actorSystem, ClusterWrapper cluster, Configuration configuration, DatastoreContextFactory datastoreContextFactory, DatastoreSnapshot restoreFromSnapshot) -
Uses of ClusterWrapper in org.opendaylight.controller.cluster.datastore.shardmanager
Methods in org.opendaylight.controller.cluster.datastore.shardmanager with parameters of type ClusterWrapper Modifier and Type Method Description TAbstractShardManagerCreator. cluster(ClusterWrapper newCluster) -
Uses of ClusterWrapper in org.opendaylight.controller.cluster.datastore.utils
Methods in org.opendaylight.controller.cluster.datastore.utils that return ClusterWrapper Modifier and Type Method Description ClusterWrapperActorUtils. getClusterWrapper()Constructors in org.opendaylight.controller.cluster.datastore.utils with parameters of type ClusterWrapper Constructor Description ActorUtils(ActorSystem actorSystem, ActorRef shardManager, ClusterWrapper clusterWrapper, Configuration configuration)ActorUtils(ActorSystem actorSystem, ActorRef shardManager, ClusterWrapper clusterWrapper, Configuration configuration, DatastoreContext datastoreContext, PrimaryShardInfoFutureCache primaryShardInfoCache) -
Uses of ClusterWrapper in org.opendaylight.controller.cluster.sharding
Methods in org.opendaylight.controller.cluster.sharding that return ClusterWrapper Modifier and Type Method Description ClusterWrapperShardedDataTreeActor.ShardedDataTreeActorCreator. getClusterWrapper()Methods in org.opendaylight.controller.cluster.sharding with parameters of type ClusterWrapper Modifier and Type Method Description ShardedDataTreeActor.ShardedDataTreeActorCreatorShardedDataTreeActor.ShardedDataTreeActorCreator. setClusterWrapper(ClusterWrapper clusterWrapper)
-