|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SSTable.PositionSize | |
---|---|
org.apache.cassandra.io |
Uses of SSTable.PositionSize in org.apache.cassandra.io |
---|
Fields in org.apache.cassandra.io with type parameters of type SSTable.PositionSize | |
---|---|
protected java.util.Map<SSTable.KeyPosition,SSTable.PositionSize> |
SSTable.spannedIndexDataPositions
|
Methods in org.apache.cassandra.io that return SSTable.PositionSize | |
---|---|
SSTable.PositionSize |
SSTableReader.getPosition(DecoratedKey decoratedKey)
returns the position in the data file to find the given key, or -1 if the key is not present |
Methods in org.apache.cassandra.io that return types with arguments of type SSTable.PositionSize | |
---|---|
static InstrumentedCache<DecoratedKey,SSTable.PositionSize> |
SSTableReader.createKeyCache(int size)
|
InstrumentedCache<DecoratedKey,SSTable.PositionSize> |
SSTableReader.getKeyCache()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |