Uses of Class
org.apache.cassandra.dht.Bounds
Packages that use Bounds
-
Uses of Bounds in org.apache.cassandra.db
Method parameters in org.apache.cassandra.db with type arguments of type BoundsModifier and TypeMethodDescriptionintColumnFamilyStore.invalidateCounterCache(Collection<Bounds<Token>> boundsToInvalidate) intColumnFamilyStore.invalidateRowCache(Collection<Bounds<Token>> boundsToInvalidate) -
Uses of Bounds in org.apache.cassandra.dht
Methods in org.apache.cassandra.dht that return BoundsModifier and TypeMethodDescriptionstatic Bounds<PartitionPosition>Bounds.makeRowBounds(Token left, Token right) Compute a bounds of keys corresponding to a given bounds of token.Methods in org.apache.cassandra.dht that return types with arguments of type BoundsModifier and TypeMethodDescriptionstatic <T extends RingPosition<T>>
Set<Bounds<T>>Bounds.getNonOverlappingBounds(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: [ ] [ ]Methods in org.apache.cassandra.dht with parameters of type BoundsModifier and TypeMethodDescriptionbooleanBounds.intersects(Bounds<T> that) booleanRange.intersects(Bounds<T> that) Method parameters in org.apache.cassandra.dht with type arguments of type BoundsModifier and TypeMethodDescriptionstatic <T extends RingPosition<T>>
Set<Bounds<T>>Bounds.getNonOverlappingBounds(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>>
booleanBounds.isInBounds(T token, Iterable<Bounds<T>> bounds)