Uses of Record Class
io.datarouter.bytes.kvfile.merge.KvFileMergerParams
Packages that use KvFileMergerParams
-
Uses of KvFileMergerParams in io.datarouter.bytes.kvfile.compact
Methods in io.datarouter.bytes.kvfile.compact that return KvFileMergerParamsModifier and TypeMethodDescriptionKvFileCompactor.KvFileCompactorParams.mergerParams()Returns the value of themergerParamsrecord component.Constructors in io.datarouter.bytes.kvfile.compact with parameters of type KvFileMergerParamsModifierConstructorDescriptionKvFileCompactorParams(Supplier<Boolean> shouldStop, int targetNumFiles, boolean prune, KvFileMergerParams mergerParams) Creates an instance of aKvFileCompactorParamsrecord class. -
Uses of KvFileMergerParams in io.datarouter.bytes.kvfile.merge
Constructors in io.datarouter.bytes.kvfile.merge with parameters of type KvFileMergerParamsModifierConstructorDescriptionKvFileMerger(KvFileMergerParams params, KvFileMergePlan plan, Supplier<Boolean> shouldStop)