Class MergerUpdateConfigurator
java.lang.Object
es.uam.eps.ir.relison.grid.diffusion.update.MergerUpdateConfigurator
- All Implemented Interfaces:
UpdateConfigurator
public class MergerUpdateConfigurator extends java.lang.Object implements UpdateConfigurator
Configures an update mechanism that updates the information in the newest piece with the older ones.
- See Also:
MergerUpdateMechanism
-
Constructor Summary
Constructors Constructor Description MergerUpdateConfigurator()
-
Method Summary
Modifier and Type Method Description UpdateMechanism
configure(Parameters params)
Configures a update mechanism for the information pieces.
-
Constructor Details
-
MergerUpdateConfigurator
public MergerUpdateConfigurator()
-
-
Method Details
-
configure
Description copied from interface:UpdateConfigurator
Configures a update mechanism for the information pieces.- Specified by:
configure
in interfaceUpdateConfigurator
- Parameters:
params
- the parameters of the mechanism.- Returns:
- the update mechanism.
-