Uses of Record Class
io.datarouter.bytes.blockfile.dto.BlockfileTokens
Packages that use BlockfileTokens
Package
Description
-
Uses of BlockfileTokens in io.datarouter.bytes.blockfile.listener
Methods in io.datarouter.bytes.blockfile.listener that return types with arguments of type BlockfileTokensModifier and TypeMethodDescriptionBlockfileTokensListener.blockTokens()BlockfileTokensListener.lastBlockTokens()io.datarouter.scanner.Scanner<BlockfileTokens>BlockfileTokensListener.scanHeaderAndBlockTokens()Methods in io.datarouter.bytes.blockfile.listener with parameters of type BlockfileTokensModifier and TypeMethodDescriptionvoidBlockfileEndingsListener.accept(BlockfileTokens tokens) voidBlockfileTokensListener.accept(BlockfileTokens tokens) Constructor parameters in io.datarouter.bytes.blockfile.listener with type arguments of type BlockfileTokensModifierConstructorDescriptionBlockfileTokensListener(Consumer<List<BlockfileTokens>> onComplete) -
Uses of BlockfileTokens in io.datarouter.bytes.blockfile.section
Methods in io.datarouter.bytes.blockfile.section that return BlockfileTokens -
Uses of BlockfileTokens in io.datarouter.bytes.blockfile.write
Methods in io.datarouter.bytes.blockfile.write that return BlockfileTokensModifier and TypeMethodDescriptionBlockfileWriter.encodeBlock(Codec<byte[], byte[]> compressorCodec, T item) static BlockfileTokensBlockfileWriter.encodeFooter(byte[] footerValueBytes) Methods in io.datarouter.bytes.blockfile.write that return types with arguments of type BlockfileTokensMethods in io.datarouter.bytes.blockfile.write with parameters of type BlockfileTokens