Uses of Interface
io.datarouter.bytes.blockfile.io.write.listener.BlockfileListener
Packages that use BlockfileListener
Package
Description
-
Uses of BlockfileListener in io.datarouter.bytes.blockfile.io.write
Methods in io.datarouter.bytes.blockfile.io.write that return types with arguments of type BlockfileListenerModifier and TypeMethodDescriptionBlockfileWriter.BlockfileWriterConfig.listeners()Returns the value of thelistenersrecord component.Methods in io.datarouter.bytes.blockfile.io.write with parameters of type BlockfileListenerModifier and TypeMethodDescriptionBlockfileWriterBuilder.addListener(BlockfileListener listener) BlockfileWriterBuilder.addListeners(BlockfileListener... listeners) Constructor parameters in io.datarouter.bytes.blockfile.io.write with type arguments of type BlockfileListenerModifierConstructorDescriptionBlockfileWriterConfig(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. -
Uses of BlockfileListener in io.datarouter.bytes.blockfile.io.write.listener.impl
Classes in io.datarouter.bytes.blockfile.io.write.listener.impl that implement BlockfileListenerModifier and TypeClassDescriptionclassNote this does not record endings for the footer or trailer since those can be computed separately.class