Uses of Record Class
io.datarouter.bytes.kvfile.KvFileNameAndSize
Packages that use KvFileNameAndSize
-
Uses of KvFileNameAndSize in io.datarouter.bytes.kvfile
Fields in io.datarouter.bytes.kvfile with type parameters of type KvFileNameAndSizeModifier and TypeFieldDescriptionstatic final Comparator<KvFileNameAndSize>KvFileNameAndSize.COMPARE_SIZE_AND_NAMEMethods in io.datarouter.bytes.kvfile that return KvFileNameAndSizeMethods in io.datarouter.bytes.kvfile that return types with arguments of type KvFileNameAndSizeModifier and TypeMethodDescriptionKvFileCompactorFileCache.KvFileMergePlan.files()Returns the value of thefilesrecord component.KvFileStorage.list()Methods in io.datarouter.bytes.kvfile with parameters of type KvFileNameAndSizeModifier and TypeMethodDescriptionvoidKvFileCompactorFileCache.add(KvFileNameAndSize file) voidKvFileCompactorFileCache.remove(KvFileNameAndSize file) Method parameters in io.datarouter.bytes.kvfile with type arguments of type KvFileNameAndSizeModifier and TypeMethodDescriptionstatic ByteLengthKvFileNameAndSize.totalSize(Collection<KvFileNameAndSize> files) Constructor parameters in io.datarouter.bytes.kvfile with type arguments of type KvFileNameAndSizeModifierConstructorDescriptionKvFileCompactorFileCache(int targetNumFiles, boolean prune, ByteLength readBufferSize, int memoryFanIn, int streamingFanIn, List<KvFileNameAndSize> files) KvFileMergePlan(List<KvFileNameAndSize> files, KvFileCollator.KvFileCollatorStrategy collatorStrategy) Creates an instance of aKvFileMergePlanrecord class.