Uses of Class
org.opendaylight.controller.cluster.datastore.DatastoreContext
-
-
Uses of DatastoreContext in org.opendaylight.controller.cluster.datastore
Methods in org.opendaylight.controller.cluster.datastore that return DatastoreContext Modifier and Type Method Description DatastoreContextDatastoreContext.Builder. build()DatastoreContextDatastoreContextFactory. getBaseDatastoreContext()DatastoreContextDatastoreContextIntrospector. getContext()DatastoreContextShard.AbstractBuilder. getDatastoreContext()DatastoreContextDatastoreContextFactory. getShardDatastoreContext(String forShardName)DatastoreContextDatastoreContextIntrospector. getShardDatastoreContext(String forShardName)Methods in org.opendaylight.controller.cluster.datastore with parameters of type DatastoreContext Modifier and Type Method Description static AbstractDataStoreDistributedDataStoreFactory. createInstance(org.opendaylight.controller.cluster.ActorSystemProvider actorSystemProvider, DatastoreContext initialDatastoreContext, DatastoreContextIntrospector introspector, DatastoreSnapshotRestore datastoreSnapshotRestore, Configuration orgConfig)static AbstractDataStoreDistributedDataStoreFactory. createInstance(org.opendaylight.mdsal.dom.api.DOMSchemaService schemaService, DatastoreContext initialDatastoreContext, DatastoreSnapshotRestore datastoreSnapshotRestore, org.opendaylight.controller.cluster.ActorSystemProvider actorSystemProvider, DatastoreContextIntrospector introspector, DatastoreContextPropertiesUpdater updater)static AbstractDataStoreDistributedDataStoreFactory. createInstance(org.opendaylight.mdsal.dom.api.DOMSchemaService schemaService, DatastoreContext initialDatastoreContext, DatastoreSnapshotRestore datastoreSnapshotRestore, org.opendaylight.controller.cluster.ActorSystemProvider actorSystemProvider, DatastoreContextIntrospector introspector, DatastoreContextPropertiesUpdater updater, Configuration orgConfig)TShard.AbstractBuilder. datastoreContext(DatastoreContext newDatastoreContext)static DatastoreContext.BuilderDatastoreContext. newBuilderFrom(DatastoreContext context)static akka.actor.PropsShardTransaction. props(TransactionType type, org.opendaylight.controller.cluster.datastore.AbstractShardDataTreeTransaction<?> transaction, akka.actor.ActorRef shardActor, DatastoreContext datastoreContext, org.opendaylight.controller.cluster.datastore.ShardStats shardStats)Constructors in org.opendaylight.controller.cluster.datastore with parameters of type DatastoreContext Constructor Description DatastoreContextIntrospector(DatastoreContext context, DataStorePropertiesContainer defaultPropsContainer) -
Uses of DatastoreContext in org.opendaylight.controller.cluster.datastore.messages
Methods in org.opendaylight.controller.cluster.datastore.messages that return DatastoreContext Modifier and Type Method Description @Nullable DatastoreContextCreateShard. getDatastoreContext()Constructors in org.opendaylight.controller.cluster.datastore.messages with parameters of type DatastoreContext Constructor Description CreateShard(@NonNull ModuleShardConfiguration moduleShardConfig, @NonNull Shard.AbstractBuilder<?,?> shardBuilder, @Nullable DatastoreContext datastoreContext)Constructor. -
Uses of DatastoreContext in org.opendaylight.controller.cluster.datastore.utils
Methods in org.opendaylight.controller.cluster.datastore.utils that return DatastoreContext Modifier and Type Method Description DatastoreContextActorUtils. getDatastoreContext()Constructors in org.opendaylight.controller.cluster.datastore.utils with parameters of type DatastoreContext Constructor Description ActorUtils(akka.actor.ActorSystem actorSystem, akka.actor.ActorRef shardManager, ClusterWrapper clusterWrapper, Configuration configuration, DatastoreContext datastoreContext, PrimaryShardInfoFutureCache primaryShardInfoCache)
-