public class AggrUtilityFields extends AggregatorModule
config, logger
Constructor and Description |
---|
AggrUtilityFields(ConfigIfc config,
LoggerIfc logger)
Creates the utility field object with the configuration and logger
object
|
Modifier and Type | Method and Description |
---|---|
protected void |
getConfigData()
Retrives the utility-specific configuration parameters
|
int |
getCountFieldID() |
void |
incrRecordCount(NAR nar)
Increases the "record count" field, where the field is defined
with the "CountField" rules setting.
|
int[] |
recordInitFields()
Returns those fields id's needed by a newly created record
|
void |
shutdown()
Performes shutdown-related procedures
|
protected void getConfigData()
getConfigData
in class AggregatorModule
public int getCountFieldID()
public int[] recordInitFields()
recordInitFields
in class AggregatorModule
public void shutdown()
shutdown
in class AggregatorModule
public void incrRecordCount(NAR nar)
nar
- Record that needs its count increased