Uses of Interface
io.datarouter.bytes.blockfile.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 TypeMethodDescriptionBlockfile.storage()Returns the value of thestoragerecord component.Constructors in io.datarouter.bytes.blockfile with parameters of type BlockfileStorageModifierConstructorDescriptionBlockfile(BlockfileStorage storage, BlockfileCompressors registeredCompressors, BlockfileChecksummers registeredChecksummers) Creates an instance of aBlockfilerecord class.BlockfileBuilder(BlockfileStorage storage) -
Uses of BlockfileStorage in io.datarouter.bytes.blockfile.read
Methods in io.datarouter.bytes.blockfile.read that return BlockfileStorageModifier and TypeMethodDescriptionBlockfileMetadataReader.BlockfileMetadataReaderConfig.storage()Returns the value of thestoragerecord component.BlockfileReader.BlockfileReaderConfig.storage()Returns the value of thestoragerecord component.Constructors in io.datarouter.bytes.blockfile.read with parameters of type BlockfileStorageModifierConstructorDescriptionBlockfileMetadataReaderConfig(BlockfileStorage storage, BlockfileHeader.BlockfileHeaderCodec headerCodec, Optional<Long> knownFileLength) Creates an instance of aBlockfileMetadataReaderConfigrecord class.BlockfileReaderConfig(BlockfileStorage storage, Function<BlockfileReader<T>, Function<byte[], T>> decoderExtractor, BlockfileHeader.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.storage
Classes in io.datarouter.bytes.blockfile.storage that implement BlockfileStorage -
Uses of BlockfileStorage in io.datarouter.bytes.blockfile.write
Methods in io.datarouter.bytes.blockfile.write that return BlockfileStorageModifier and TypeMethodDescriptionBlockfileWriter.BlockfileWriterConfig.storage()Returns the value of thestoragerecord component.Constructors in io.datarouter.bytes.blockfile.write with parameters of type BlockfileStorageModifierConstructorDescriptionBlockfileWriterConfig(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 BlockfileStorage in io.datarouter.bytes.kvfile.io
Constructors in io.datarouter.bytes.kvfile.io with parameters of type BlockfileStorage