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