Class SSTableReader.IndexesBounds
- java.lang.Object
-
- org.apache.cassandra.io.sstable.format.SSTableReader.IndexesBounds
-
- Enclosing class:
- SSTableReader
public static class SSTableReader.IndexesBounds extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description int
lowerPosition
int
upperPosition
-
Constructor Summary
Constructors Constructor Description IndexesBounds(int lower, int upper)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
int
hashCode()
-