Package | Description |
---|---|
org.apache.cassandra.io.sstable |
Modifier and Type | Field and Description |
---|---|
static SSTableReader.Operator |
SSTableReader.Operator.EQ |
static SSTableReader.Operator |
SSTableReader.Operator.GE |
static SSTableReader.Operator |
SSTableReader.Operator.GT |
Modifier and Type | Method and Description |
---|---|
RowIndexEntry |
SSTableReader.getPosition(RowPosition key,
SSTableReader.Operator op)
Get position updating key cache and stats.
|
RowIndexEntry |
SSTableReader.getPosition(RowPosition key,
SSTableReader.Operator op,
boolean updateCacheAndStats) |
Copyright © 2020 The Apache Software Foundation