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 class
ClusterWrapperImpl
Constructors 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 T
AbstractShardManagerCreator. 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 ClusterWrapper
ActorUtils. 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)
-