X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Fmd-sal%2Fsal-distributed-datastore%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fcontroller%2Fcluster%2Fdatastore%2FShardDataTreeCohort.java;h=d989cbf50cf17efddaa931ebf12f9df27b0bede8;hp=6cb9badd8d3cd66a16ea1626f3e9983444484d1f;hb=b99dc64f4c2373e28c3c94c11cedad0e5f7abe1d;hpb=b5db7d0971de9d84289bc4e46ed7aad1f014a41a diff --git a/opendaylight/md-sal/sal-distributed-datastore/src/main/java/org/opendaylight/controller/cluster/datastore/ShardDataTreeCohort.java b/opendaylight/md-sal/sal-distributed-datastore/src/main/java/org/opendaylight/controller/cluster/datastore/ShardDataTreeCohort.java index 6cb9badd8d..d989cbf50c 100644 --- a/opendaylight/md-sal/sal-distributed-datastore/src/main/java/org/opendaylight/controller/cluster/datastore/ShardDataTreeCohort.java +++ b/opendaylight/md-sal/sal-distributed-datastore/src/main/java/org/opendaylight/controller/cluster/datastore/ShardDataTreeCohort.java @@ -8,6 +8,8 @@ package org.opendaylight.controller.cluster.datastore; import com.google.common.annotations.VisibleForTesting; +import com.google.common.base.MoreObjects; +import com.google.common.base.MoreObjects.ToStringHelper; import com.google.common.primitives.UnsignedLong; import com.google.common.util.concurrent.FutureCallback; import org.opendaylight.controller.cluster.access.concepts.TransactionIdentifier; @@ -57,4 +59,13 @@ public abstract class ShardDataTreeCohort implements Identifiable