Class BigFormatPartitionWriter

java.lang.Object
org.apache.cassandra.io.sstable.format.SortedTablePartitionWriter
org.apache.cassandra.io.sstable.format.big.BigFormatPartitionWriter
All Implemented Interfaces:
AutoCloseable

public class BigFormatPartitionWriter extends SortedTablePartitionWriter
Column index builder used by BigTableWriter. For index entries that exceed Config.column_index_cache_size, this uses the serialization logic as in RowIndexEntry.