public class UpdatePusherWorker extends WorkerUsingDeltaService
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
DELETE_SHARD_PARAM
the
DeltaService shard prefix to get records to delete from. |
| Constructor and Description |
|---|
UpdatePusherWorker() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName() |
void |
perform(TaskContext taskContext)
Performs a computation on the data available in the
TaskContext, such as a task for this worker, input and
(if configured) output slots. |
void |
setBulkbuilderService(BulkbuilderService service)
DS service reference bind method.
|
void |
unsetBulkbuilderService(BulkbuilderService service)
DS service reference unbind method.
|
checkDeltaStateTimed, deleteDeltaEntryTimed, getCompoundId, getDeltaImportStrategy, getDeltaImportStrategy, getJobRunId, getRequiredParameter, getUnvisitedEntriesTimed, isCompound, markAsUpdatedTimed, markCompoundElementsVisitedTimed, setDeltaService, unsetDeltaServicepublic static final java.lang.String DELETE_SHARD_PARAM
DeltaService shard prefix to get records to delete from.public java.lang.String getName()
public void perform(TaskContext taskContext) throws java.lang.Exception
WorkerTaskContext, such as a task for this worker, input and
(if configured) output slots. An implementor must make sure, calls to this method must be thread-safe!taskContext - the TaskContext information with which this operation can be performed.java.lang.Exceptionpublic void setBulkbuilderService(BulkbuilderService service)
public void unsetBulkbuilderService(BulkbuilderService service)