Uses of Record Class
io.datarouter.bytes.blockfile.encoding.compression.BlockfileCompressor
Packages that use BlockfileCompressor
Package
Description
-
Uses of BlockfileCompressor in io.datarouter.bytes.blockfile
Methods in io.datarouter.bytes.blockfile with parameters of type BlockfileCompressorModifier and TypeMethodDescriptionBlockfileGroupBuilder.registerCompressor(BlockfileCompressor compressor) -
Uses of BlockfileCompressor in io.datarouter.bytes.blockfile.block.decoded
Methods in io.datarouter.bytes.blockfile.block.decoded that return BlockfileCompressorModifier and TypeMethodDescriptionBlockfileHeaderBlock.compressor()Returns the value of thecompressorrecord component.Constructors in io.datarouter.bytes.blockfile.block.decoded with parameters of type BlockfileCompressorModifierConstructorDescriptionBlockfileHeaderBlock(BinaryDictionary userDictionary, BlockfileValueBlockFormat valueBlockFormat, BlockfileIndexBlockFormat indexBlockFormat, BlockfileCompressor compressor, BlockfileChecksummer checksummer) Creates an instance of aBlockfileHeaderBlockrecord class. -
Uses of BlockfileCompressor in io.datarouter.bytes.blockfile.encoding.compression
Fields in io.datarouter.bytes.blockfile.encoding.compression declared as BlockfileCompressorModifier and TypeFieldDescriptionstatic final BlockfileCompressorBlockfileStandardCompressors.GZIPstatic final BlockfileCompressorBlockfileStandardCompressors.NONEFields in io.datarouter.bytes.blockfile.encoding.compression with type parameters of type BlockfileCompressorModifier and TypeFieldDescriptionfinal List<BlockfileCompressor> BlockfileCompressors.allstatic final List<BlockfileCompressor> BlockfileStandardCompressors.ALLMethods in io.datarouter.bytes.blockfile.encoding.compression that return BlockfileCompressorMethods in io.datarouter.bytes.blockfile.encoding.compression with parameters of type BlockfileCompressorConstructor parameters in io.datarouter.bytes.blockfile.encoding.compression with type arguments of type BlockfileCompressor -
Uses of BlockfileCompressor in io.datarouter.bytes.blockfile.encoding.valueblock
Methods in io.datarouter.bytes.blockfile.encoding.valueblock that return BlockfileCompressorModifier and TypeMethodDescriptionBlockfileValueBlockEncoder.BlockfileValueBlockEncoderConfig.compressor()Returns the value of thecompressorrecord component.Constructors in io.datarouter.bytes.blockfile.encoding.valueblock with parameters of type BlockfileCompressorModifierConstructorDescriptionBlockfileValueBlockEncoderConfig(BlockfileValueBlockFormat valueBlockFormat, BlockfileCompressor compressor, BlockfileChecksummer checksummer) Creates an instance of aBlockfileValueBlockEncoderConfigrecord class. -
Uses of BlockfileCompressor in io.datarouter.bytes.blockfile.io.merge
Methods in io.datarouter.bytes.blockfile.io.merge that return BlockfileCompressorModifier and TypeMethodDescriptionBlockfileMergerParams.BlockfileMergerWriteParams.compressor()Returns the value of thecompressorrecord component.Constructors in io.datarouter.bytes.blockfile.io.merge with parameters of type BlockfileCompressorModifierConstructorDescriptionBlockfileMergerWriteParams(BlockfileValueBlockFormat valueBlockFormat, BlockfileIndexBlockFormat indexBlockFormat, BlockfileCompressor compressor, ByteLength minBlockSize, int encodeBatchSize, ExecutorService encodeExec, ByteLength multipartUploadThreshold, int writeThreads, ExecutorService writeExec) Creates an instance of aBlockfileMergerWriteParamsrecord class. -
Uses of BlockfileCompressor in io.datarouter.bytes.blockfile.io.write
Methods in io.datarouter.bytes.blockfile.io.write that return BlockfileCompressorModifier and TypeMethodDescriptionBlockfileWriter.BlockfileWriterConfig.compressor()Returns the value of thecompressorrecord component.Methods in io.datarouter.bytes.blockfile.io.write with parameters of type BlockfileCompressorModifier and TypeMethodDescriptionBlockfileWriterBuilder.setCompressor(BlockfileCompressor compressor) Constructors in io.datarouter.bytes.blockfile.io.write with parameters of type BlockfileCompressorModifierConstructorDescriptionBlockfileWriterConfig(BlockfileStorage storage, BlockfileHeaderBlock.BlockfileHeaderCodec headerCodec, BlockfileValueBlockFormat valueBlockFormat, BlockfileIndexBlockFormat indexBlockFormat, BlockfileCompressor compressor, BlockfileChecksummer checksummer, BinaryDictionary userDictionary, Supplier<BinaryDictionary> footerUserDictionarySupplier, List<BlockfileListener> listeners, int encodeBatchSize, io.datarouter.scanner.Threads encodeThreads, boolean multipartWrite, io.datarouter.scanner.Threads writeThreads, int indexFanOut, Optional<ByteLength> optTargetIndexBlockSize) Creates an instance of aBlockfileWriterConfigrecord class.