Uses of Class
org.apache.cassandra.db.BufferClusteringBound
-
Packages that use BufferClusteringBound Package Description org.apache.cassandra.db -
-
Uses of BufferClusteringBound in org.apache.cassandra.db
Methods in org.apache.cassandra.db that return BufferClusteringBound Modifier and Type Method Description static BufferClusteringBound
BufferClusteringBound. create(ClusteringPrefix.Kind kind, java.nio.ByteBuffer[] values)
static BufferClusteringBound
BufferClusteringBound. exclusiveEndOf(java.nio.ByteBuffer... values)
static BufferClusteringBound
BufferClusteringBound. exclusiveStartOf(java.nio.ByteBuffer... values)
static BufferClusteringBound
BufferClusteringBound. inclusiveEndOf(java.nio.ByteBuffer... values)
static BufferClusteringBound
BufferClusteringBound. inclusiveStartOf(java.nio.ByteBuffer... values)
-