Java org.apache.cassandra.db DataRange fields, constructors, methods, implement or subclass

Example usage for Java org.apache.cassandra.db DataRange fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.cassandra.db DataRange.

The text is from its open source code.

Field

ClusteringIndexFilterclusteringIndexFilter

Method

booleancontains(PartitionPosition pos)
Whether the provided ring position is covered by this DataRange .
DataRangeforKeyRange(Range keyRange)
Creates a DataRange to query all rows over the provided key range.
PartitionPositionstartKey()
The start of the partition key range queried by this DataRange .
PartitionPositionstopKey()
The end of the partition key range queried by this DataRange .