Uses of Record Class
io.datarouter.bytes.blockfile.dto.BlockfileNameAndSize
Packages that use BlockfileNameAndSize
Package
Description
-
Uses of BlockfileNameAndSize in io.datarouter.bytes.blockfile.dto
Fields in io.datarouter.bytes.blockfile.dto with type parameters of type BlockfileNameAndSizeModifier and TypeFieldDescriptionstatic final Comparator<BlockfileNameAndSize> BlockfileNameAndSize.COMPARE_SIZE_AND_NAMEMethod parameters in io.datarouter.bytes.blockfile.dto with type arguments of type BlockfileNameAndSizeModifier and TypeMethodDescriptionstatic ByteLengthBlockfileNameAndSize.totalSize(Collection<BlockfileNameAndSize> files) -
Uses of BlockfileNameAndSize in io.datarouter.bytes.blockfile.storage
Methods in io.datarouter.bytes.blockfile.storage that return types with arguments of type BlockfileNameAndSize -
Uses of BlockfileNameAndSize in io.datarouter.bytes.kvfile.compact
Methods in io.datarouter.bytes.kvfile.compact with parameters of type BlockfileNameAndSizeModifier and TypeMethodDescriptionvoidKvFileCompactorFileCache.add(BlockfileNameAndSize file) voidKvFileCompactorFileCache.remove(BlockfileNameAndSize file) Constructor parameters in io.datarouter.bytes.kvfile.compact with type arguments of type BlockfileNameAndSizeModifierConstructorDescriptionKvFileCompactorFileCache(int targetNumFiles, boolean prune, ByteLength readBufferSize, int memoryFanIn, int streamingFanIn, List<BlockfileNameAndSize> files) -
Uses of BlockfileNameAndSize in io.datarouter.bytes.kvfile.merge
Methods in io.datarouter.bytes.kvfile.merge that return BlockfileNameAndSizeModifier and TypeMethodDescriptionKvFileMergerThreadsCalculator.ThreadsForFile.file()Returns the value of thefilerecord component.KvFileMerger.merge()Methods in io.datarouter.bytes.kvfile.merge that return types with arguments of type BlockfileNameAndSizeModifier and TypeMethodDescriptionKvFileMergePlan.files()Returns the value of thefilesrecord component.Methods in io.datarouter.bytes.kvfile.merge with parameters of type BlockfileNameAndSizeModifier and TypeMethodDescriptionvoidKvFileMergerTracker.logProgress(boolean complete, BlockfileNameAndSize newFile) Constructors in io.datarouter.bytes.kvfile.merge with parameters of type BlockfileNameAndSizeModifierConstructorDescriptionThreadsForFile(BlockfileNameAndSize file, int threads) Creates an instance of aThreadsForFilerecord class.