Class HostDifferences
java.lang.Object
org.apache.cassandra.repair.asymmetric.HostDifferences
Tracks the differences for a single host
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidadd(InetAddressAndPort endpoint, Collection<Range<Token>> difference) Adds a set of differences between the node this instance is tracking and endpointvoidaddSingleRange(InetAddressAndPort remoteNode, Range<Token> rangeToFetch) get(InetAddressAndPort differingHost) booleanhasDifferencesFor(InetAddressAndPort node2, Range<Token> range) Does this instance have differences for range with node2?hosts()toString()
-
Constructor Details
-
HostDifferences
public HostDifferences()
-
-
Method Details