Class SSTableReader.IndexesBounds
java.lang.Object
org.apache.cassandra.io.sstable.format.SSTableReader.IndexesBounds
- Enclosing class:
- SSTableReader
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
lowerPosition
public final int lowerPosition -
upperPosition
public final int upperPosition
-
-
Constructor Details
-
IndexesBounds
public IndexesBounds(int lower, int upper)
-
-
Method Details