- All Implemented Interfaces:
- Serializable, Processor
public class DelayedSetter
extends Object
implements Processor
If you use a DelaySetter on a field, than the process of the field will make sure that the field
is not actually changed (the original value is returned). In stead, the field is only scheduled
for update. If another update for this field occurs, only this scheduled task is changed. This
way, very many updates on this field, result in only few updates in the database.
- Since:
- MMBase-1.9
- Version:
- $Id$
- Author:
- Michiel Meeuwissen
- See Also:
- Serialized Form