Uses of Class
org.opendaylight.controller.cluster.datastore.utils.PrimaryShardInfoFutureCache
-
Packages that use PrimaryShardInfoFutureCache Package Description org.opendaylight.controller.cluster.datastore.shardmanager org.opendaylight.controller.cluster.datastore.utils -
-
Uses of PrimaryShardInfoFutureCache in org.opendaylight.controller.cluster.datastore.shardmanager
Methods in org.opendaylight.controller.cluster.datastore.shardmanager with parameters of type PrimaryShardInfoFutureCache Modifier and Type Method Description TAbstractShardManagerCreator. primaryShardInfoCache(PrimaryShardInfoFutureCache newPrimaryShardInfoCache) -
Uses of PrimaryShardInfoFutureCache in org.opendaylight.controller.cluster.datastore.utils
Methods in org.opendaylight.controller.cluster.datastore.utils that return PrimaryShardInfoFutureCache Modifier and Type Method Description PrimaryShardInfoFutureCacheActorUtils. getPrimaryShardInfoCache()Constructors in org.opendaylight.controller.cluster.datastore.utils with parameters of type PrimaryShardInfoFutureCache Constructor Description ActorUtils(akka.actor.ActorSystem actorSystem, akka.actor.ActorRef shardManager, ClusterWrapper clusterWrapper, Configuration configuration, DatastoreContext datastoreContext, PrimaryShardInfoFutureCache primaryShardInfoCache)
-