Uses of Interface
io.datarouter.bytes.blockfile.io.storage.BlockfileStorage
Packages that use BlockfileStorage
Package
Description
-
Uses of BlockfileStorage in io.datarouter.bytes.blockfile
Methods in io.datarouter.bytes.blockfile that return BlockfileStorageModifier and TypeMethodDescriptionBlockfileGroup.storage()Returns the value of thestoragerecord component.Constructors in io.datarouter.bytes.blockfile with parameters of type BlockfileStorageModifierConstructorDescriptionBlockfileGroup(BlockfileStorage storage, BlockfileValueBlockFormats registeredValueBlockFormats, BlockfileIndexBlockFormats registeredIndexBlockFormats, BlockfileCompressors registeredCompressors, BlockfileChecksummers registeredChecksummers) Creates an instance of aBlockfileGrouprecord class.BlockfileGroupBuilder(BlockfileStorage storage) -
Uses of BlockfileStorage in io.datarouter.bytes.blockfile.io.read
Methods in io.datarouter.bytes.blockfile.io.read that return BlockfileStorageModifier and TypeMethodDescriptionBlockfileReader.BlockfileReaderConfig.storage()Returns the value of thestoragerecord component.Constructors in io.datarouter.bytes.blockfile.io.read with parameters of type BlockfileStorageModifierConstructorDescriptionBlockfileReaderConfig(BlockfileStorage storage, Function<BlockfileRow, T> rowDecoder, BlockfileHeaderBlock.BlockfileHeaderCodec headerCodec, io.datarouter.scanner.Threads readThreads, ByteLength readChunkSize, int decodeBatchSize, io.datarouter.scanner.Threads decodeThreads, boolean validateChecksums, Optional<Long> knownFileLength) Creates an instance of aBlockfileReaderConfigrecord class. -
Uses of BlockfileStorage in io.datarouter.bytes.blockfile.io.read.metadata
Methods in io.datarouter.bytes.blockfile.io.read.metadata that return BlockfileStorageModifier and TypeMethodDescriptionBlockfileMetadataReader.BlockfileMetadataReaderConfig.storage()Returns the value of thestoragerecord component.Constructors in io.datarouter.bytes.blockfile.io.read.metadata with parameters of type BlockfileStorageModifierConstructorDescriptionBlockfileMetadataReaderConfig(BlockfileStorage storage, BlockfileHeaderBlock.BlockfileHeaderCodec headerCodec, Optional<Long> knownFileLength) Creates an instance of aBlockfileMetadataReaderConfigrecord class. -
Uses of BlockfileStorage in io.datarouter.bytes.blockfile.io.storage.impl
Classes in io.datarouter.bytes.blockfile.io.storage.impl that implement BlockfileStorage -
Uses of BlockfileStorage in io.datarouter.bytes.blockfile.io.write
Methods in io.datarouter.bytes.blockfile.io.write that return BlockfileStorageModifier and TypeMethodDescriptionBlockfileWriter.BlockfileWriterConfig.storage()Returns the value of thestoragerecord component.Constructors in io.datarouter.bytes.blockfile.io.write with parameters of type BlockfileStorageModifierConstructorDescriptionBlockfileWriterConfig(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.