Class IncludingExcludingBounds<T extends RingPosition<T>>

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

public class IncludingExcludingBounds<T extends RingPosition<T>> extends AbstractBounds<T>
AbstractBounds containing only its left endpoint: [left, right). Used by CQL key >= X AND key < Y range scans.
See Also: