Interface DistributedDataStoreInterface
-
- All Superinterfaces:
DOMStore
,DOMStoreTransactionFactory
- All Known Implementing Classes:
AbstractDataStore
,ClientBackedDataStore
,DistributedDataStore
public interface DistributedDataStoreInterface extends 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
-
-
-
-
Method Detail
-
getActorUtils
ActorUtils getActorUtils()
-
-