Class ExcludingBounds<T extends RingPosition<T>>

java.lang.Object
org.apache.cassandra.dht.AbstractBounds<T>
org.apache.cassandra.dht.ExcludingBounds<T>
All Implemented Interfaces:
Serializable

public class ExcludingBounds<T extends RingPosition<T>> extends AbstractBounds<T>
AbstractBounds containing neither of its endpoints: (left, right). Used by CQL key > X AND key < Y range scans.
See Also: