X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fmd-sal%2Fsal-distributed-datastore%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fcontroller%2Fcluster%2Fdatastore%2FDistributedDataStoreInterface.java;h=deae01960b12da93ecbade4b82f411a3696a68a5;hb=546cd1fd100dbaa36908b22c2f422320dbd8c4b2;hp=59ccc58d9d2bbc84232d54c3bfe8b6b1c18b78ba;hpb=f0e8f9a9547dca1e232a7e8d3912a86de69bcc6a;p=controller.git diff --git a/opendaylight/md-sal/sal-distributed-datastore/src/main/java/org/opendaylight/controller/cluster/datastore/DistributedDataStoreInterface.java b/opendaylight/md-sal/sal-distributed-datastore/src/main/java/org/opendaylight/controller/cluster/datastore/DistributedDataStoreInterface.java index 59ccc58d9d..deae01960b 100644 --- a/opendaylight/md-sal/sal-distributed-datastore/src/main/java/org/opendaylight/controller/cluster/datastore/DistributedDataStoreInterface.java +++ b/opendaylight/md-sal/sal-distributed-datastore/src/main/java/org/opendaylight/controller/cluster/datastore/DistributedDataStoreInterface.java @@ -23,10 +23,6 @@ public interface DistributedDataStoreInterface extends DOMStore { ActorUtils getActorUtils(); - @Beta - ListenerRegistration registerShardConfigListener( - YangInstanceIdentifier internalPath, DOMDataTreeChangeListener delegate); - @Beta ListenerRegistration registerProxyListener( YangInstanceIdentifier shardLookup, YangInstanceIdentifier insideShard,