Uses of Record Class
io.datarouter.bytes.blockfile.io.merge.BlockfileMergerParams
Packages that use BlockfileMergerParams
-
Uses of BlockfileMergerParams in io.datarouter.bytes.blockfile.io.compact
Methods in io.datarouter.bytes.blockfile.io.compact that return BlockfileMergerParamsModifier and TypeMethodDescriptionBlockfileCompactor.BlockfileCompactorParams.mergerParams()Returns the value of themergerParamsrecord component.Constructors in io.datarouter.bytes.blockfile.io.compact with parameters of type BlockfileMergerParamsModifierConstructorDescriptionBlockfileCompactorParams(Supplier<Boolean> shouldStop, int targetNumFiles, boolean prune, BlockfileMergerParams mergerParams) Creates an instance of aBlockfileCompactorParamsrecord class. -
Uses of BlockfileMergerParams in io.datarouter.bytes.blockfile.io.merge
Constructors in io.datarouter.bytes.blockfile.io.merge with parameters of type BlockfileMergerParamsModifierConstructorDescriptionBlockfileMerger(BlockfileMergerParams params, BlockfileMergePlan plan, Supplier<Boolean> shouldStop)