Class DistributedDataStore

java.lang.Object
org.opendaylight.controller.cluster.datastore.AbstractDataStore
org.opendaylight.controller.cluster.datastore.DistributedDataStore
All Implemented Interfaces:
AutoCloseable, EventListener, DatastoreContextPropertiesUpdater.Listener, DistributedDataStoreInterface, DOMDataBrokerExtension, DOMDataTreeCommitCohortRegistry, DOMServiceExtension<DOMDataBroker,DOMDataBrokerExtension>, DOMStore, DOMStoreTransactionFactory, DOMStoreTreeChangePublisher, EffectiveModelContextListener

@Deprecated(since="7.0.0", forRemoval=true) public class DistributedDataStore extends AbstractDataStore
Deprecated, for removal: This API element is subject to removal in a future version.
This implementation is destined for removal,
Implements a distributed DOMStore using Akka Patterns.ask().
  • Constructor Details

  • Method Details

    • createTransactionChain

      public DOMStoreTransactionChain createTransactionChain()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • newReadOnlyTransaction

      public DOMStoreReadTransaction newReadOnlyTransaction()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • newWriteOnlyTransaction

      public DOMStoreWriteTransaction newWriteOnlyTransaction()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • newReadWriteTransaction

      public DOMStoreReadWriteTransaction newReadWriteTransaction()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • close

      public void close()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      close in interface AutoCloseable
      Overrides:
      close in class AbstractDataStore