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