Class IndexSummaryBuilder.ReadableBoundary
java.lang.Object
org.apache.cassandra.io.sstable.indexsummary.IndexSummaryBuilder.ReadableBoundary
- Enclosing class:
- IndexSummaryBuilder
Represents a boundary that is guaranteed fully readable in the summary, index file and data file.
The key contained is the last key readable if the index and data files have been flushed to the
stored lengths.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionReadableBoundary(DecoratedKey lastKey, long indexLength, long dataLength, int summaryCount, long entriesLength) -
Method Summary
-
Field Details
-
lastKey
-
indexLength
public final long indexLength -
dataLength
public final long dataLength -
summaryCount
public final int summaryCount -
entriesLength
public final long entriesLength
-
-
Constructor Details
-
ReadableBoundary
public ReadableBoundary(DecoratedKey lastKey, long indexLength, long dataLength, int summaryCount, long entriesLength)
-