KEYTYPE
- unique ID key typeDATATYPE
- data typepublic interface ExecPrioritizer<KEYTYPE,DATATYPE,ROWDATAMANAGERTYPE extends RowDataManager<KEYTYPE,DATATYPE>>
Modifier and Type | Method and Description |
---|---|
void |
execHappened(DATATYPE data)
A new execution happened using this row data.
|
int |
priority(ROWDATAMANAGERTYPE dataManager,
long index)
Compute the priority for processing the data at the indicated table index.
|
int priority(ROWDATAMANAGERTYPE dataManager, long index)
dataManager
- interface for accessing and querying data contained in rows of a dynamic table.index
- index of the data in the fit data manager source table.void execHappened(DATATYPE data)
data
- data used in the execution.