Uses of Record Class
io.datarouter.bytes.blockfile.io.merge.BlockfileMergerParams.BlockfileMergerWriteParams
Packages that use BlockfileMergerParams.BlockfileMergerWriteParams
-
Uses of BlockfileMergerParams.BlockfileMergerWriteParams in io.datarouter.bytes.blockfile.io.merge
Methods in io.datarouter.bytes.blockfile.io.merge that return BlockfileMergerParams.BlockfileMergerWriteParamsModifier and TypeMethodDescriptionBlockfileMergerParams.writeParams()Returns the value of thewriteParamsrecord component.Constructors in io.datarouter.bytes.blockfile.io.merge with parameters of type BlockfileMergerParams.BlockfileMergerWriteParamsModifierConstructorDescriptionBlockfileMergerParams(BlockfileMergerParams.BlockfileMergerStorageParams storageParams, BlockfileMergerParams.BlockfileMergerReadParams readParams, BlockfileMergerParams.BlockfileMergerWriteParams writeParams, Duration heartbeatPeriod) Creates an instance of aBlockfileMergerParamsrecord class.