Class UpdateSelector
java.lang.Object
es.uam.eps.ir.relison.grid.diffusion.update.UpdateSelector
public class UpdateSelector
extends java.lang.Object
Class that selects an individual update mechanism.
-
Constructor Summary
Constructors Constructor Description UpdateSelector()
-
Method Summary
Modifier and Type Method Description org.jooq.lambda.tuple.Tuple2<java.lang.String,UpdateMechanism>
select(java.lang.String name, Parameters params)
Selects and configures a update mechanism.
-
Constructor Details
-
UpdateSelector
public UpdateSelector()
-
-
Method Details
-
select
public org.jooq.lambda.tuple.Tuple2<java.lang.String,UpdateMechanism> select(java.lang.String name, Parameters params)Selects and configures a update mechanism.- Parameters:
name
- the name of the update mechanism.params
- the parameters of the update mechanism.- Returns:
- A pair containing the name and the selected update mechanism.
-