Uses of Record Class
io.datarouter.bytes.blockfile.compress.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 TypeMethodDescriptionBlockfileBuilder.registerCompressor(BlockfileCompressor compressor) -
Uses of BlockfileCompressor in io.datarouter.bytes.blockfile.compress
Fields in io.datarouter.bytes.blockfile.compress declared as BlockfileCompressorModifier and TypeFieldDescriptionstatic final BlockfileCompressorBlockfileStandardCompressors.GZIPstatic final BlockfileCompressorBlockfileStandardCompressors.NONEFields in io.datarouter.bytes.blockfile.compress with type parameters of type BlockfileCompressorModifier and TypeFieldDescriptionfinal List<BlockfileCompressor> BlockfileCompressors.allstatic final List<BlockfileCompressor> BlockfileStandardCompressors.ALLMethods in io.datarouter.bytes.blockfile.compress that return BlockfileCompressorMethods in io.datarouter.bytes.blockfile.compress with parameters of type BlockfileCompressorConstructor parameters in io.datarouter.bytes.blockfile.compress with type arguments of type BlockfileCompressor -
Uses of BlockfileCompressor in io.datarouter.bytes.blockfile.section
Methods in io.datarouter.bytes.blockfile.section that return BlockfileCompressorModifier and TypeMethodDescriptionBlockfileHeader.compressor()Returns the value of thecompressorrecord component.Constructors in io.datarouter.bytes.blockfile.section with parameters of type BlockfileCompressorModifierConstructorDescriptionBlockfileHeader(BinaryDictionary userDictionary, BlockfileCompressor compressor, int checksumLength, BlockfileChecksummer checksummer) Creates an instance of aBlockfileHeaderrecord class. -
Uses of BlockfileCompressor in io.datarouter.bytes.blockfile.write
Methods in io.datarouter.bytes.blockfile.write that return BlockfileCompressorModifier and TypeMethodDescriptionBlockfileWriter.BlockfileWriterConfig.compressor()Returns the value of thecompressorrecord component.Methods in io.datarouter.bytes.blockfile.write with parameters of type BlockfileCompressorModifier and TypeMethodDescriptionBlockfileWriterBuilder.setCompressor(BlockfileCompressor compressor) Constructors in io.datarouter.bytes.blockfile.write with parameters of type BlockfileCompressorModifierConstructorDescriptionBlockfileWriterConfig(BlockfileStorage storage, Function<T, byte[]> encoder, BlockfileHeader.BlockfileHeaderCodec headerCodec, 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) Creates an instance of aBlockfileWriterConfigrecord class. -
Uses of BlockfileCompressor in io.datarouter.bytes.kvfile.io
Methods in io.datarouter.bytes.kvfile.io with parameters of type BlockfileCompressorModifier and TypeMethodDescriptionKvFileBuilder.registerCompressor(BlockfileCompressor compressor) -
Uses of BlockfileCompressor in io.datarouter.bytes.kvfile.io.write
Methods in io.datarouter.bytes.kvfile.io.write with parameters of type BlockfileCompressorModifier and TypeMethodDescriptionKvFileWriterBuilder.setCompressor(BlockfileCompressor compressor) -
Uses of BlockfileCompressor in io.datarouter.bytes.kvfile.merge
Methods in io.datarouter.bytes.kvfile.merge that return BlockfileCompressorModifier and TypeMethodDescriptionKvFileMergerParams.Nested.KvFileMergerWriteParams.compressor()Returns the value of thecompressorrecord component.Constructors in io.datarouter.bytes.kvfile.merge with parameters of type BlockfileCompressorModifierConstructorDescriptionKvFileMergerWriteParams(BlockfileCompressor compressor, ByteLength minBlockSize, int encodeBatchSize, ExecutorService encodeExec, ByteLength multipartUploadThreshold, int writeThreads, ExecutorService writeExec) Creates an instance of aKvFileMergerWriteParamsrecord class.