Uses of Class
org.apache.cassandra.repair.asymmetric.RangeMap
Packages that use RangeMap
-
Uses of RangeMap in org.apache.cassandra.repair.asymmetric
Methods in org.apache.cassandra.repair.asymmetric with parameters of type RangeMapModifier and TypeMethodDescriptionRangeDenormalizer.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}}