Class OldestUpdateConfigurator
java.lang.Object
es.uam.eps.ir.relison.grid.diffusion.update.OldestUpdateConfigurator
- All Implemented Interfaces:
UpdateConfigurator
public class OldestUpdateConfigurator extends java.lang.Object implements UpdateConfigurator
Configures an update mechanism that just takes the newest piece.
- See Also:
OldestUpdateMechanism
-
Constructor Summary
Constructors Constructor Description OldestUpdateConfigurator() -
Method Summary
Modifier and Type Method Description UpdateMechanismconfigure(Parameters params)Configures a update mechanism for the information pieces.
-
Constructor Details
-
OldestUpdateConfigurator
public OldestUpdateConfigurator()
-
-
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.
-