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.entityownership | |
org.opendaylight.controller.cluster.datastore.jmx.mbeans | |
org.opendaylight.controller.cluster.datastore.utils |
Modifier and Type | Method and Description |
---|---|
static akka.actor.Props |
DistributedDataStoreClientActor.props(@NonNull MemberName memberName,
@NonNull String storeName,
@NonNull ActorUtils ctx) |
static akka.actor.Props |
SimpleDataStoreClientActor.props(@NonNull MemberName memberName,
@NonNull String storeName,
ActorUtils actorUtils,
String shardName) |
Modifier and Type | Method and Description |
---|---|
protected ActorUtils |
TransactionReadyReplyMapper.getActorUtils() |
protected ActorUtils |
RemoteTransactionContext.getActorUtils() |
ActorUtils |
DistributedDataStoreInterface.getActorUtils() |
ActorUtils |
AbstractDataStore.getActorUtils() |
Constructor and Description |
---|
AbstractDataStore(ActorUtils actorUtils,
ClientIdentifier identifier) |
AbstractDataStore(ActorUtils actorUtils,
ClientIdentifier identifier,
DataStoreClient clientActor) |
RemoteTransactionContext(TransactionIdentifier identifier,
akka.actor.ActorSelection actor,
ActorUtils actorUtils,
short remoteTransactionVersion,
OperationLimiter limiter) |
ThreePhaseCommitCohortProxy(ActorUtils actorUtils,
List<org.opendaylight.controller.cluster.datastore.ThreePhaseCommitCohortProxy.CohortInfo> cohorts,
TransactionIdentifier transactionId) |
TransactionReadyReplyMapper(ActorUtils actorUtils,
TransactionIdentifier identifier) |
Modifier and Type | Method and Description |
---|---|
static DistributedEntityOwnershipService |
DistributedEntityOwnershipService.start(ActorUtils context,
EntityOwnerSelectionStrategyConfig strategyConfig) |
Constructor and Description |
---|
DatastoreInfoMXBeanImpl(String mxBeanType,
ActorUtils actorUtils) |
Constructor and Description |
---|
TransactionRateLimiter(ActorUtils actorUtils) |
Copyright © 2019 OpenDaylight. All rights reserved.