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 UpdateMechanism
configure(Parameters params)
Configures a update mechanism for the information pieces.
-
Constructor Details
-
OldestUpdateConfigurator
public OldestUpdateConfigurator()
-
-
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.
-