Class BlockPackedWriter

java.lang.Object
org.apache.cassandra.index.sai.disk.v1.bitpack.AbstractBlockPackedWriter
org.apache.cassandra.index.sai.disk.v1.bitpack.BlockPackedWriter

public class BlockPackedWriter extends AbstractBlockPackedWriter
A writer for large sequences of longs. Modified copy of BlockPackedWriter to use DirectWriter for optimised reads that doesn't require seeking through the whole file to open a thread-exclusive reader.