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%2Fdatabroker%2Factors%2Fdds%2FDistributedDataStoreClient.java;h=273fd89919848a824b3945b03617ca7c07cf76ee;hb=refs%2Fchanges%2F99%2F47499%2F3;hp=0d22d564fe4270830668c56929013e4f67a2840b;hpb=98d1c5606bad9633ce5549bcd691a98c75abdf6a;p=controller.git diff --git a/opendaylight/md-sal/sal-distributed-datastore/src/main/java/org/opendaylight/controller/cluster/databroker/actors/dds/DistributedDataStoreClient.java b/opendaylight/md-sal/sal-distributed-datastore/src/main/java/org/opendaylight/controller/cluster/databroker/actors/dds/DistributedDataStoreClient.java index 0d22d564fe..273fd89919 100644 --- a/opendaylight/md-sal/sal-distributed-datastore/src/main/java/org/opendaylight/controller/cluster/databroker/actors/dds/DistributedDataStoreClient.java +++ b/opendaylight/md-sal/sal-distributed-datastore/src/main/java/org/opendaylight/controller/cluster/databroker/actors/dds/DistributedDataStoreClient.java @@ -16,6 +16,7 @@ import org.opendaylight.yangtools.concepts.Identifiable; * Client interface for interacting with the frontend actor. This interface is the primary access point through * which the DistributedDataStore frontend interacts with backend Shards. * + *

* Keep this interface as clean as possible, as it needs to be implemented in thread-safe and highly-efficient manner. * * @author Robert Varga