Uses of Class
org.opendaylight.controller.cluster.datastore.ReadWriteShardDataTreeTransaction
-
Packages that use ReadWriteShardDataTreeTransaction Package Description org.opendaylight.controller.cluster.datastore org.opendaylight.controller.cluster.datastore.messages -
-
Uses of ReadWriteShardDataTreeTransaction in org.opendaylight.controller.cluster.datastore
Methods in org.opendaylight.controller.cluster.datastore that return ReadWriteShardDataTreeTransaction Modifier and Type Method Description protected ReadWriteShardDataTreeTransactionShardWriteTransaction. getDOMStoreTransaction()Constructors in org.opendaylight.controller.cluster.datastore with parameters of type ReadWriteShardDataTreeTransaction Constructor Description ShardReadWriteTransaction(ReadWriteShardDataTreeTransaction transaction, ActorRef shardActor, ShardStats shardStats)ShardWriteTransaction(ReadWriteShardDataTreeTransaction transaction, ActorRef shardActor, ShardStats shardStats) -
Uses of ReadWriteShardDataTreeTransaction in org.opendaylight.controller.cluster.datastore.messages
Methods in org.opendaylight.controller.cluster.datastore.messages that return ReadWriteShardDataTreeTransaction Modifier and Type Method Description ReadWriteShardDataTreeTransactionForwardedReadyTransaction. getTransaction()Constructors in org.opendaylight.controller.cluster.datastore.messages with parameters of type ReadWriteShardDataTreeTransaction Constructor Description ForwardedReadyTransaction(TransactionIdentifier transactionId, short txnClientVersion, ReadWriteShardDataTreeTransaction transaction, boolean doImmediateCommit, Optional<SortedSet<String>> participatingShardNames)
-