Class DOMBrokerWriteOnlyTransaction
java.lang.Object
org.opendaylight.controller.cluster.databroker.AbstractDOMBrokerTransaction<T>
org.opendaylight.controller.cluster.databroker.AbstractDOMBrokerWriteTransaction<DOMStoreWriteTransaction>
org.opendaylight.controller.cluster.databroker.DOMBrokerWriteOnlyTransaction
- All Implemented Interfaces:
DOMDataTreeTransaction
,DOMDataTreeWriteOperations
,DOMDataTreeWriteTransaction
,Identifiable<Object>
public class DOMBrokerWriteOnlyTransaction
extends AbstractDOMBrokerWriteTransaction<DOMStoreWriteTransaction>
-
Constructor Summary
ConstructorsConstructorDescriptionDOMBrokerWriteOnlyTransaction
(Object identifier, Map<LogicalDatastoreType, ? extends DOMStoreTransactionFactory> storeTxFactories, AbstractDOMTransactionFactory<?> commitImpl) Constructs an instance. -
Method Summary
Methods inherited from class org.opendaylight.controller.cluster.databroker.AbstractDOMBrokerWriteTransaction
addToStringAttributes, cancel, commit, delete, merge, put
Methods inherited from class org.opendaylight.controller.cluster.databroker.AbstractDOMBrokerTransaction
closeSubtransactions, getIdentifier, getSubtransaction, getSubtransactions, getTxFactory, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.opendaylight.yangtools.concepts.Identifiable
getIdentifier
-
Constructor Details
-
DOMBrokerWriteOnlyTransaction
public DOMBrokerWriteOnlyTransaction(Object identifier, Map<LogicalDatastoreType, ? extends DOMStoreTransactionFactory> storeTxFactories, AbstractDOMTransactionFactory<?> commitImpl) Constructs an instance.- Parameters:
identifier
- identifier of transaction.storeTxFactories
- the backing transaction store factories
-
-
Method Details
-
createTransaction
- Specified by:
createTransaction
in classAbstractDOMBrokerTransaction<DOMStoreWriteTransaction>
-