Uses of Class
org.apache.cassandra.repair.asymmetric.StreamFromOptions
-
Packages that use StreamFromOptions Package Description org.apache.cassandra.repair.asymmetric -
-
Uses of StreamFromOptions in org.apache.cassandra.repair.asymmetric
Methods in org.apache.cassandra.repair.asymmetric that return StreamFromOptions Modifier and Type Method Description StreamFromOptions
StreamFromOptions. copy(Range<Token> withRange)
Methods in org.apache.cassandra.repair.asymmetric that return types with arguments of type StreamFromOptions Modifier and Type Method Description com.google.common.collect.ImmutableMap<Range<Token>,StreamFromOptions>
IncomingRepairStreamTracker. getIncoming()
Method parameters in org.apache.cassandra.repair.asymmetric with type arguments of type StreamFromOptions Modifier and Type Method Description static java.util.Set<Range<Token>>
RangeDenormalizer. denormalize(Range<Token> range, RangeMap<StreamFromOptions> incoming)
"Denormalizes" (kind of the opposite of what Range.normalize does) the ranges in the keys of {{incoming}} It makes sure that if there is an intersection between {{range}} and some of the ranges in {{incoming.keySet()}} we know that all intersections are keys in the updated {{incoming}}static java.util.Set<Range<Token>>
RangeDenormalizer. subtractAll(java.util.Collection<java.util.Map.Entry<Range<Token>,StreamFromOptions>> ranges, Range<Token> toSubtract)
copied from Range - need to iterate over the map entries
-