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.jmx.mbeans 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()protected ActorUtilsRemoteTransactionContext. 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)RemoteTransactionContext(org.opendaylight.controller.cluster.access.concepts.TransactionIdentifier identifier, akka.actor.ActorSelection actor, ActorUtils actorUtils, short remoteTransactionVersion, OperationLimiter limiter)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.jmx.mbeans
Constructors in org.opendaylight.controller.cluster.datastore.jmx.mbeans with parameters of type ActorUtils Constructor Description DatastoreInfoMXBeanImpl(String mxBeanType, ActorUtils actorUtils) -
Uses of ActorUtils in org.opendaylight.controller.cluster.datastore.utils
Constructors in org.opendaylight.controller.cluster.datastore.utils with parameters of type ActorUtils Constructor Description TransactionRateLimiter(ActorUtils actorUtils)
-