Class NewestUpdateConfigurator
java.lang.Object
es.uam.eps.ir.relison.grid.diffusion.update.NewestUpdateConfigurator
- All Implemented Interfaces:
UpdateConfigurator
public class NewestUpdateConfigurator extends java.lang.Object implements UpdateConfigurator
Configures an update mechanism that just takes the newest piece.
- See Also:
NewestUpdateMechanism
-
Constructor Summary
Constructors Constructor Description NewestUpdateConfigurator() -
Method Summary
Modifier and Type Method Description UpdateMechanismconfigure(Parameters params)Configures a update mechanism for the information pieces.
-
Constructor Details
-
NewestUpdateConfigurator
public NewestUpdateConfigurator()
-
-
Method Details
-
configure
Description copied from interface:UpdateConfiguratorConfigures a update mechanism for the information pieces.- Specified by:
configurein interfaceUpdateConfigurator- Parameters:
params- the parameters of the mechanism.- Returns:
- the update mechanism.
-