Interface DistributedDataStoreInterface

  • All Superinterfaces:
    org.opendaylight.mdsal.dom.spi.store.DOMStore, org.opendaylight.mdsal.dom.spi.store.DOMStoreTransactionFactory
    All Known Implementing Classes:
    AbstractDataStore, ClientBackedDataStore, DistributedDataStore

    public interface DistributedDataStoreInterface
    extends org.opendaylight.mdsal.dom.spi.store.DOMStore
    The public interface exposed vi a DistributedDataStore via the OSGi registry.
    Author:
    Thomas Pantelis
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      ActorUtils getActorUtils()  
      • Methods inherited from interface org.opendaylight.mdsal.dom.spi.store.DOMStore

        createTransactionChain
      • Methods inherited from interface org.opendaylight.mdsal.dom.spi.store.DOMStoreTransactionFactory

        newReadOnlyTransaction, newReadWriteTransaction, newWriteOnlyTransaction