Interface DistributedDataStoreInterface
- All Superinterfaces:
DOMStore
,DOMStoreTransactionFactory
- All Known Implementing Classes:
AbstractDataStore
,ClientBackedDataStore
,OSGiDOMStore
The public interface exposed by an AbstractDataStore via the OSGi registry.
- Author:
- Thomas Pantelis
-
Method Summary
Modifier and TypeMethodDescriptionregisterProxyListener
(YangInstanceIdentifier shardLookup, YangInstanceIdentifier insideShard, DOMDataTreeChangeListener delegate) 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 Details
-
getActorUtils
ActorUtils getActorUtils() -
registerProxyListener
@Beta Registration registerProxyListener(YangInstanceIdentifier shardLookup, YangInstanceIdentifier insideShard, DOMDataTreeChangeListener delegate)
-