Class Lucene80DocValuesConsumer.CompressedBinaryBlockWriter

java.lang.Object
org.apache.lucene.backward_codecs.lucene80.Lucene80DocValuesConsumer.CompressedBinaryBlockWriter
All Implemented Interfaces:
Closeable, AutoCloseable
Enclosing class:
Lucene80DocValuesConsumer

class Lucene80DocValuesConsumer.CompressedBinaryBlockWriter extends Object implements Closeable
  • Field Details

    • ht

    • uncompressedBlockLength

      int uncompressedBlockLength
    • maxUncompressedBlockLength

      int maxUncompressedBlockLength
    • numDocsInCurrentBlock

      int numDocsInCurrentBlock
    • docLengths

      final int[] docLengths
    • block

      byte[] block
    • totalChunks

      int totalChunks
    • maxPointer

      long maxPointer
    • blockAddressesStart

      final long blockAddressesStart
    • tempBinaryOffsets

      private final IndexOutput tempBinaryOffsets
  • Constructor Details

  • Method Details