Package | Description |
---|---|
org.apache.cassandra.repair.asymmetric |
Modifier and Type | Method and Description |
---|---|
StreamFromOptions |
StreamFromOptions.copy(Range<Token> withRange) |
Modifier and Type | Method and Description |
---|---|
com.google.common.collect.ImmutableMap<Range<Token>,StreamFromOptions> |
IncomingRepairStreamTracker.getIncoming() |
Modifier and Type | Method and Description |
---|---|
static java.util.Set<Range<Token>> |
RangeDenormalizer.denormalize(Range<Token> range,
java.util.Map<Range<Token>,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}}
|
Copyright © 2009-2020 The Apache Software Foundation