Uses of Class
org.opendaylight.controller.cluster.datastore.ReadWriteShardDataTreeTransaction
Packages that use ReadWriteShardDataTreeTransaction
Package
Description
-
Uses of ReadWriteShardDataTreeTransaction in org.opendaylight.controller.cluster.datastore
Methods in org.opendaylight.controller.cluster.datastore that return ReadWriteShardDataTreeTransactionModifier and TypeMethodDescriptionprotected ReadWriteShardDataTreeTransaction
ShardWriteTransaction.getDOMStoreTransaction()
Constructors in org.opendaylight.controller.cluster.datastore with parameters of type ReadWriteShardDataTreeTransactionModifierConstructorDescriptionShardReadWriteTransaction
(ReadWriteShardDataTreeTransaction transaction, ActorRef shardActor, org.opendaylight.controller.cluster.datastore.ShardStats shardStats) ShardWriteTransaction
(ReadWriteShardDataTreeTransaction transaction, ActorRef shardActor, org.opendaylight.controller.cluster.datastore.ShardStats shardStats) -
Uses of ReadWriteShardDataTreeTransaction in org.opendaylight.controller.cluster.datastore.messages
Methods in org.opendaylight.controller.cluster.datastore.messages that return ReadWriteShardDataTreeTransactionConstructors in org.opendaylight.controller.cluster.datastore.messages with parameters of type ReadWriteShardDataTreeTransactionModifierConstructorDescriptionForwardedReadyTransaction
(TransactionIdentifier transactionId, short txnClientVersion, ReadWriteShardDataTreeTransaction transaction, boolean doImmediateCommit, Optional<SortedSet<String>> participatingShardNames)