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