Package | Description |
---|---|
org.apache.cassandra.db | |
org.apache.cassandra.dht |
Modifier and Type | Method and Description |
---|---|
int |
ColumnFamilyStore.invalidateCounterCache(java.util.Collection<Bounds<Token>> boundsToInvalidate) |
int |
ColumnFamilyStore.invalidateRowCache(java.util.Collection<Bounds<Token>> boundsToInvalidate) |
Modifier and Type | Method and Description |
---|---|
static Bounds<PartitionPosition> |
Bounds.makeRowBounds(Token left,
Token right)
Compute a bounds of keys corresponding to a given bounds of token.
|
Modifier and Type | Method and Description |
---|---|
static <T extends RingPosition<T>> |
Bounds.getNonOverlappingBounds(java.lang.Iterable<Bounds<T>> bounds)
Retrieves non-overlapping bounds for the list of input bounds
Assume we have the following bounds
(brackets representing left/right bound):
[ ] [ ] [ ] [ ]
[ ] [ ]
This method will return the following bounds:
[ ] [ ]
|
Modifier and Type | Method and Description |
---|---|
boolean |
Bounds.intersects(Bounds<T> that) |
boolean |
Range.intersects(Bounds<T> that) |
Modifier and Type | Method and Description |
---|---|
static <T extends RingPosition<T>> |
Bounds.getNonOverlappingBounds(java.lang.Iterable<Bounds<T>> bounds)
Retrieves non-overlapping bounds for the list of input bounds
Assume we have the following bounds
(brackets representing left/right bound):
[ ] [ ] [ ] [ ]
[ ] [ ]
This method will return the following bounds:
[ ] [ ]
|
static <T extends RingPosition<T>> |
Bounds.isInBounds(T token,
java.lang.Iterable<Bounds<T>> bounds) |
Copyright © 2018 The Apache Software Foundation