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()
Deprecated, for removal: This API element is subject to removal in a future version.Constructors in org.opendaylight.controller.cluster.datastore with parameters of type ReadWriteShardDataTreeTransactionModifierConstructorDescriptionShardReadWriteTransaction
(ReadWriteShardDataTreeTransaction transaction, ActorRef shardActor, org.opendaylight.controller.cluster.datastore.ShardStats shardStats) Deprecated, for removal: This API element is subject to removal in a future version.ShardWriteTransaction
(ReadWriteShardDataTreeTransaction transaction, ActorRef shardActor, org.opendaylight.controller.cluster.datastore.ShardStats shardStats) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of ReadWriteShardDataTreeTransaction in org.opendaylight.controller.cluster.datastore.messages
Methods in org.opendaylight.controller.cluster.datastore.messages that return ReadWriteShardDataTreeTransactionModifier and TypeMethodDescriptionForwardedReadyTransaction.getTransaction()
Deprecated, for removal: This API element is subject to removal in a future version.Constructors in org.opendaylight.controller.cluster.datastore.messages with parameters of type ReadWriteShardDataTreeTransactionModifierConstructorDescriptionForwardedReadyTransaction
(TransactionIdentifier transactionId, short txnClientVersion, ReadWriteShardDataTreeTransaction transaction, boolean doImmediateCommit, Optional<SortedSet<String>> participatingShardNames) Deprecated, for removal: This API element is subject to removal in a future version.