Modifier and Type | Method and Description |
---|---|
DatastoreContext |
DatastoreContext.Builder.build() |
DatastoreContext |
DatastoreContextFactory.getBaseDatastoreContext() |
DatastoreContext |
DatastoreContextIntrospector.getContext() |
DatastoreContext |
Shard.getDatastoreContext() |
DatastoreContext |
Shard.AbstractBuilder.getDatastoreContext() |
DatastoreContext |
DatastoreContextFactory.getShardDatastoreContext(String forShardName) |
DatastoreContext |
DatastoreContextIntrospector.getShardDatastoreContext(String forShardName) |
Modifier and Type | Method and Description |
---|---|
static AbstractDataStore |
DistributedDataStoreFactory.createInstance(org.opendaylight.mdsal.dom.api.DOMSchemaService schemaService,
DatastoreContext initialDatastoreContext,
DatastoreSnapshotRestore datastoreSnapshotRestore,
ActorSystemProvider actorSystemProvider,
DatastoreContextIntrospector introspector,
DatastoreContextPropertiesUpdater updater) |
static AbstractDataStore |
DistributedDataStoreFactory.createInstance(org.opendaylight.mdsal.dom.api.DOMSchemaService schemaService,
DatastoreContext initialDatastoreContext,
DatastoreSnapshotRestore datastoreSnapshotRestore,
ActorSystemProvider actorSystemProvider,
DatastoreContextIntrospector introspector,
DatastoreContextPropertiesUpdater updater,
Configuration orgConfig) |
T |
Shard.AbstractBuilder.datastoreContext(DatastoreContext newDatastoreContext) |
static DatastoreContext.Builder |
DatastoreContext.newBuilderFrom(DatastoreContext context) |
protected void |
Shard.onDatastoreContext(DatastoreContext context) |
static akka.actor.Props |
ShardTransaction.props(TransactionType type,
org.opendaylight.controller.cluster.datastore.AbstractShardDataTreeTransaction<?> transaction,
akka.actor.ActorRef shardActor,
DatastoreContext datastoreContext,
ShardStats shardStats) |
Constructor and Description |
---|
DatastoreContextIntrospector(DatastoreContext context,
org.opendaylight.mdsal.binding.dom.codec.api.BindingNormalizedNodeSerializer bindingSerializer) |
Modifier and Type | Method and Description |
---|---|
void |
DatastoreConfigurationMXBeanImpl.setContext(DatastoreContext context) |
Modifier and Type | Method and Description |
---|---|
DatastoreContext |
CreateShard.getDatastoreContext() |
Constructor and Description |
---|
CreateShard(ModuleShardConfiguration moduleShardConfig,
Shard.AbstractBuilder<?,?> shardBuilder,
DatastoreContext datastoreContext)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
DatastoreContext |
ActorContext.getDatastoreContext() |
Constructor and Description |
---|
ActorContext(akka.actor.ActorSystem actorSystem,
akka.actor.ActorRef shardManager,
ClusterWrapper clusterWrapper,
Configuration configuration,
DatastoreContext datastoreContext,
PrimaryShardInfoFutureCache primaryShardInfoCache) |
Copyright © 2019 OpenDaylight. All rights reserved.