Uses of Class
io.datarouter.bytes.blockfile.encoding.compression.BlockfileCompressors
Packages that use BlockfileCompressors
Package
Description
-
Uses of BlockfileCompressors in io.datarouter.bytes.blockfile
Methods in io.datarouter.bytes.blockfile that return BlockfileCompressorsModifier and TypeMethodDescriptionBlockfileGroup.registeredCompressors()Returns the value of theregisteredCompressorsrecord component.Constructors in io.datarouter.bytes.blockfile with parameters of type BlockfileCompressorsModifierConstructorDescriptionBlockfileGroup(BlockfileStorage storage, BlockfileValueBlockFormats registeredValueBlockFormats, BlockfileIndexBlockFormats registeredIndexBlockFormats, BlockfileCompressors registeredCompressors, BlockfileChecksummers registeredChecksummers) Creates an instance of aBlockfileGrouprecord class. -
Uses of BlockfileCompressors in io.datarouter.bytes.blockfile.block.decoded
Constructors in io.datarouter.bytes.blockfile.block.decoded with parameters of type BlockfileCompressorsModifierConstructorDescriptionBlockfileHeaderCodec(BlockfileValueBlockFormats registeredValueBlockFormats, BlockfileIndexBlockFormats registeredIndexBlockFormats, BlockfileCompressors registeredCompressors, BlockfileChecksummers registeredChecksummers) -
Uses of BlockfileCompressors in io.datarouter.bytes.blockfile.encoding.compression
Methods in io.datarouter.bytes.blockfile.encoding.compression that return BlockfileCompressors