Class IncomingRepairStreamTracker
java.lang.Object
org.apache.cassandra.repair.asymmetric.IncomingRepairStreamTracker
Tracks incoming streams for a single host
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddIncomingRangeFrom(Range<Token> range, InetAddressAndPort streamFromNode) Adds a range to be streamed from streamFromNode First the currently tracked ranges are denormalized to make sure that no ranges overlap, then the streamFromNode is added to the StreamFromOptions for the rangecom.google.common.collect.ImmutableMap<Range<Token>,StreamFromOptions> toString()
-
Constructor Details
-
IncomingRepairStreamTracker
-
-
Method Details
-
toString
-
addIncomingRangeFrom
Adds a range to be streamed from streamFromNode First the currently tracked ranges are denormalized to make sure that no ranges overlap, then the streamFromNode is added to the StreamFromOptions for the range- Parameters:
range- the range we need to stream from streamFromNodestreamFromNode- the node we should stream from
-
getIncoming
-