Uses of Class
org.apache.cassandra.repair.asymmetric.HostDifferences
-
Packages that use HostDifferences Package Description org.apache.cassandra.repair.asymmetric -
-
Uses of HostDifferences in org.apache.cassandra.repair.asymmetric
Methods in org.apache.cassandra.repair.asymmetric that return HostDifferences Modifier and Type Method Description HostDifferences
DifferenceHolder. get(InetAddressAndPort hostWithDifference)
Methods in org.apache.cassandra.repair.asymmetric that return types with arguments of type HostDifferences Modifier and Type Method Description static com.google.common.collect.ImmutableMap<InetAddressAndPort,HostDifferences>
ReduceHelper. reduce(DifferenceHolder differences, PreferedNodeFilter filter)
Reduces the differences provided by the merkle trees to a minimum set of differences
-