Uses of Class
org.apache.cassandra.io.sstable.IndexSummaryBuilder
-
Packages that use IndexSummaryBuilder Package Description org.apache.cassandra.io.sstable -
-
Uses of IndexSummaryBuilder in org.apache.cassandra.io.sstable
Methods in org.apache.cassandra.io.sstable that return IndexSummaryBuilder Modifier and Type Method Description IndexSummaryBuilderIndexSummaryBuilder. maybeAddEntry(DecoratedKey decoratedKey, long indexStart)IndexSummaryBuilderIndexSummaryBuilder. maybeAddEntry(DecoratedKey decoratedKey, long indexStart, long indexEnd, long dataEnd)
-