Uses of Class
org.opendaylight.controller.cluster.datastore.utils.ActorUtils
-
Packages that use ActorUtils Package Description org.opendaylight.controller.cluster.databroker.actors.dds This package contains implementation required by the DistributedDataStore frontend.org.opendaylight.controller.cluster.datastore org.opendaylight.controller.cluster.datastore.utils -
-
Uses of ActorUtils in org.opendaylight.controller.cluster.databroker.actors.dds
Methods in org.opendaylight.controller.cluster.databroker.actors.dds with parameters of type ActorUtils Modifier and Type Method Description static akka.actor.PropsDistributedDataStoreClientActor. props(@NonNull org.opendaylight.controller.cluster.access.concepts.MemberName memberName, @NonNull String storeName, @NonNull ActorUtils ctx)static akka.actor.PropsSimpleDataStoreClientActor. props(@NonNull org.opendaylight.controller.cluster.access.concepts.MemberName memberName, @NonNull String storeName, ActorUtils actorUtils, String shardName) -
Uses of ActorUtils in org.opendaylight.controller.cluster.datastore
Methods in org.opendaylight.controller.cluster.datastore that return ActorUtils Modifier and Type Method Description ActorUtilsAbstractDataStore. getActorUtils()ActorUtilsDistributedDataStoreInterface. getActorUtils()ActorUtilsOSGiDOMStore. getActorUtils()protected ActorUtilsTransactionReadyReplyMapper. getActorUtils()Constructors in org.opendaylight.controller.cluster.datastore with parameters of type ActorUtils Constructor Description AbstractDataStore(ActorUtils actorUtils, org.opendaylight.controller.cluster.access.concepts.ClientIdentifier identifier)AbstractDataStore(ActorUtils actorUtils, org.opendaylight.controller.cluster.access.concepts.ClientIdentifier identifier, DataStoreClient clientActor)ThreePhaseCommitCohortProxy(ActorUtils actorUtils, List<org.opendaylight.controller.cluster.datastore.ThreePhaseCommitCohortProxy.CohortInfo> cohorts, org.opendaylight.controller.cluster.access.concepts.TransactionIdentifier transactionId)TransactionReadyReplyMapper(ActorUtils actorUtils, org.opendaylight.controller.cluster.access.concepts.TransactionIdentifier identifier) -
Uses of ActorUtils in org.opendaylight.controller.cluster.datastore.utils
Methods in org.opendaylight.controller.cluster.datastore.utils with parameters of type ActorUtils Modifier and Type Method Description static @NonNull com.google.common.util.concurrent.FluentFuture<Optional<org.opendaylight.yangtools.yang.data.api.schema.NormalizedNode>>RootScatterGather. gather(ActorUtils actorUtils, Stream<com.google.common.util.concurrent.FluentFuture<Optional<org.opendaylight.yangtools.yang.data.api.schema.NormalizedNode>>> readFutures)Reconstruct root container from a set of constituents.Constructors in org.opendaylight.controller.cluster.datastore.utils with parameters of type ActorUtils Constructor Description TransactionRateLimiter(ActorUtils actorUtils)
-