Class LegacyDOMStoreAdapter
- java.lang.Object
-
- com.google.common.collect.ForwardingObject
-
- org.opendaylight.controller.cluster.datastore.compat.LegacyDOMStoreAdapter
-
- All Implemented Interfaces:
AutoCloseable,org.opendaylight.controller.sal.core.spi.data.DOMStore,org.opendaylight.controller.sal.core.spi.data.DOMStoreTransactionFactory
@Deprecated(forRemoval=true) public class LegacyDOMStoreAdapter extends com.google.common.collect.ForwardingObject implements org.opendaylight.controller.sal.core.spi.data.DOMStore, AutoCloseable
Deprecated, for removal: This API element is subject to removal in a future version.Adapter between the legacy controller API-based DOMStore and the mdsal API-based DOMStore.- Author:
- Thomas Pantelis
-
-
Constructor Summary
Constructors Constructor Description LegacyDOMStoreAdapter(DistributedDataStoreInterface delegate)Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidclose()Deprecated, for removal: This API element is subject to removal in a future version.org.opendaylight.controller.sal.core.spi.data.DOMStoreTransactionChaincreateTransactionChain()Deprecated, for removal: This API element is subject to removal in a future version.protected DistributedDataStoreInterfacedelegate()Deprecated, for removal: This API element is subject to removal in a future version.org.opendaylight.controller.sal.core.spi.data.DOMStoreReadTransactionnewReadOnlyTransaction()Deprecated, for removal: This API element is subject to removal in a future version.org.opendaylight.controller.sal.core.spi.data.DOMStoreReadWriteTransactionnewReadWriteTransaction()Deprecated, for removal: This API element is subject to removal in a future version.org.opendaylight.controller.sal.core.spi.data.DOMStoreWriteTransactionnewWriteOnlyTransaction()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
-
Constructor Detail
-
LegacyDOMStoreAdapter
public LegacyDOMStoreAdapter(DistributedDataStoreInterface delegate)
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Detail
-
newReadOnlyTransaction
public org.opendaylight.controller.sal.core.spi.data.DOMStoreReadTransaction newReadOnlyTransaction()
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
newReadOnlyTransactionin interfaceorg.opendaylight.controller.sal.core.spi.data.DOMStoreTransactionFactory
-
newWriteOnlyTransaction
public org.opendaylight.controller.sal.core.spi.data.DOMStoreWriteTransaction newWriteOnlyTransaction()
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
newWriteOnlyTransactionin interfaceorg.opendaylight.controller.sal.core.spi.data.DOMStoreTransactionFactory
-
newReadWriteTransaction
public org.opendaylight.controller.sal.core.spi.data.DOMStoreReadWriteTransaction newReadWriteTransaction()
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
newReadWriteTransactionin interfaceorg.opendaylight.controller.sal.core.spi.data.DOMStoreTransactionFactory
-
createTransactionChain
public org.opendaylight.controller.sal.core.spi.data.DOMStoreTransactionChain createTransactionChain()
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
createTransactionChainin interfaceorg.opendaylight.controller.sal.core.spi.data.DOMStore
-
close
public void close()
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
closein interfaceAutoCloseable
-
delegate
protected DistributedDataStoreInterface delegate()
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
delegatein classcom.google.common.collect.ForwardingObject
-
-