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

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

Introduction

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

The text is from its open source code.

Field

ClusteringEMPTY
Empty clustering for tables having no clustering columns.

Method

ByteBufferget(int i)
Retrieves the ith value of this prefix.
ByteBuffer[]getRawValues()
The values of this prefix as an array.