Class PrimaryKeys

java.lang.Object
org.apache.cassandra.index.sai.utils.PrimaryKeys
All Implemented Interfaces:
Iterable<PrimaryKey>

@ThreadSafe public class PrimaryKeys extends Object implements Iterable<PrimaryKey>
A sorted set of PrimaryKeys. The primary keys are sorted first by token, then by partition key value, and then by clustering.
  • Constructor Details

    • PrimaryKeys

      public PrimaryKeys()
  • Method Details