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