Uses of Class
org.apache.cassandra.io.sstable.format.SortedTableWriter.AbstractIndexWriter
Packages that use SortedTableWriter.AbstractIndexWriter
Package
Description
-
Uses of SortedTableWriter.AbstractIndexWriter in org.apache.cassandra.io.sstable.format
Classes in org.apache.cassandra.io.sstable.format with type parameters of type SortedTableWriter.AbstractIndexWriterModifier and TypeClassDescriptionclassSortedTableWriter<P extends SortedTablePartitionWriter,I extends SortedTableWriter.AbstractIndexWriter> A generic implementation of a writer which assumes the existence of some partition index and bloom filter.static classSortedTableWriter.Builder<P extends SortedTablePartitionWriter,I extends SortedTableWriter.AbstractIndexWriter, W extends SortedTableWriter<P, I>, B extends SortedTableWriter.Builder<P, I, W, B>> Fields in org.apache.cassandra.io.sstable.format declared as SortedTableWriter.AbstractIndexWriter -
Uses of SortedTableWriter.AbstractIndexWriter in org.apache.cassandra.io.sstable.format.big
Modifier and TypeClassDescriptionprotected static classEncapsulates writing the index and filter for an SSTable. -
Uses of SortedTableWriter.AbstractIndexWriter in org.apache.cassandra.io.sstable.format.bti
Modifier and TypeClassDescriptionprotected static classEncapsulates writing the index and filter for an SSTable.