Class OnDiskIndex.Level<T extends OnDiskBlock>
java.lang.Object
org.apache.cassandra.index.sasi.disk.OnDiskIndex.Level<T>
- Direct Known Subclasses:
OnDiskIndex.DataLevel,OnDiskIndex.PointerLevel
- Enclosing class:
- OnDiskIndex
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final intprotected final long -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract Tcast(MappedBuffer block) getBlock(int idx)
-
Field Details
-
blockOffsets
protected final long blockOffsets -
blockCount
protected final int blockCount
-
-
Constructor Details
-
Level
public Level(long offsets, int count)
-
-
Method Details
-
getBlock
- Throws:
FSReadError
-
cast
-