Uses of Class
org.opendaylight.controller.cluster.databroker.actors.dds.ClientTransaction
-
Packages that use ClientTransaction Package Description org.opendaylight.controller.cluster.databroker.actors.dds This package contains implementation required by the DistributedDataStore frontend.org.opendaylight.controller.cluster.sharding -
-
Uses of ClientTransaction in org.opendaylight.controller.cluster.databroker.actors.dds
Methods in org.opendaylight.controller.cluster.databroker.actors.dds that return ClientTransaction Modifier and Type Method Description ClientTransactionAbstractClientHistory. createTransaction()Allocate a newClientTransaction.ClientTransactionDataStoreClient. createTransaction()Create a new free-standing transaction. -
Uses of ClientTransaction in org.opendaylight.controller.cluster.sharding
Constructors in org.opendaylight.controller.cluster.sharding with parameters of type ClientTransaction Constructor Description DistributedShardModificationContext(ClientTransaction transaction, org.opendaylight.mdsal.dom.api.DOMDataTreeIdentifier identifier)
-