Class DifferenceHolder
java.lang.Object
org.apache.cassandra.repair.asymmetric.DifferenceHolder
Just holds all differences between the hosts involved in a repair
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionget(InetAddressAndPort hostWithDifference) booleanhasDifferenceBetween(InetAddressAndPort node1, InetAddressAndPort node2, Range<Token> range) keyHosts()differences only holds one 'side' of the difference - if A and B mismatch, only A will be a key in the maptoString()
-
Constructor Details
-
DifferenceHolder
-
-
Method Details
-
keyHosts
differences only holds one 'side' of the difference - if A and B mismatch, only A will be a key in the map -
get
-
toString
-
hasDifferenceBetween
public boolean hasDifferenceBetween(InetAddressAndPort node1, InetAddressAndPort node2, Range<Token> range)
-