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, putMethods inherited from class org.opendaylight.controller.cluster.databroker.AbstractDOMBrokerTransaction
closeSubtransaction, getIdentifier, getSubtransaction, getSubtransaction, getTxFactory, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods 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:
createTransactionin classAbstractDOMBrokerTransaction<DOMStoreWriteTransaction>
-