Uses of Record Class
io.datarouter.bytes.blockfile.io.storage.BlockfileNameAndSize
Packages that use BlockfileNameAndSize
Package
Description
-
Uses of BlockfileNameAndSize in io.datarouter.bytes.blockfile.io.compact
Methods in io.datarouter.bytes.blockfile.io.compact with parameters of type BlockfileNameAndSizeModifier and TypeMethodDescriptionvoidBlockfileCompactorFileCache.add(BlockfileNameAndSize file) voidBlockfileCompactorFileCache.remove(BlockfileNameAndSize file) Constructor parameters in io.datarouter.bytes.blockfile.io.compact with type arguments of type BlockfileNameAndSizeModifierConstructorDescriptionBlockfileCompactorFileCache(int targetNumFiles, boolean prune, ByteLength readBufferSize, int memoryFanIn, int streamingFanIn, List<BlockfileNameAndSize> files) -
Uses of BlockfileNameAndSize in io.datarouter.bytes.blockfile.io.merge
Methods in io.datarouter.bytes.blockfile.io.merge that return BlockfileNameAndSizeModifier and TypeMethodDescriptionBlockfileMergerThreadsCalculator.ThreadsForFile.file()Returns the value of thefilerecord component.BlockfileMerger.merge()Methods in io.datarouter.bytes.blockfile.io.merge that return types with arguments of type BlockfileNameAndSizeModifier and TypeMethodDescriptionBlockfileMergePlan.files()Returns the value of thefilesrecord component.Methods in io.datarouter.bytes.blockfile.io.merge with parameters of type BlockfileNameAndSizeModifier and TypeMethodDescriptionvoidBlockfileMergerTracker.logProgress(boolean complete, BlockfileNameAndSize newFile) Constructors in io.datarouter.bytes.blockfile.io.merge with parameters of type BlockfileNameAndSizeModifierConstructorDescriptionThreadsForFile(BlockfileNameAndSize file, int threads) Creates an instance of aThreadsForFilerecord class. -
Uses of BlockfileNameAndSize in io.datarouter.bytes.blockfile.io.storage
Fields in io.datarouter.bytes.blockfile.io.storage with type parameters of type BlockfileNameAndSizeModifier and TypeFieldDescriptionstatic final Comparator<BlockfileNameAndSize> BlockfileNameAndSize.COMPARE_SIZE_AND_NAMEMethods in io.datarouter.bytes.blockfile.io.storage that return types with arguments of type BlockfileNameAndSizeMethod parameters in io.datarouter.bytes.blockfile.io.storage with type arguments of type BlockfileNameAndSizeModifier and TypeMethodDescriptionstatic ByteLengthBlockfileNameAndSize.totalSize(Collection<BlockfileNameAndSize> files) -
Uses of BlockfileNameAndSize in io.datarouter.bytes.blockfile.io.storage.impl
Methods in io.datarouter.bytes.blockfile.io.storage.impl that return types with arguments of type BlockfileNameAndSize