public class IndexZippedDataAsyncHistoryJobHandler extends AsyncHistoryJobZippedHandler
| Modifier and Type | Field and Description |
|---|---|
protected BulkIndexRequestExecutor |
bulkIndexRequestExecutor |
static String |
JOB_TYPE |
defaultHistoryJsonTransformer, historyJsonTransformersisAsyncHistoryJsonGroupingEnabled, jobType, logger| Constructor and Description |
|---|
IndexZippedDataAsyncHistoryJobHandler(List<HistoryJsonTransformer> historyJsonTransformers,
BulkIndexRequestExecutor bulkIndexRequestExecutor) |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(HistoryJobEntity job,
String configuration,
CommandContext commandContext,
JobServiceConfiguration jobServiceConfiguration) |
String |
getType() |
protected void |
handleNoMatchingHistoryTransformer(CommandContext commandContext,
HistoryJobEntity job,
com.fasterxml.jackson.databind.node.ObjectNode historicalData,
String type) |
decompress, getJobBytesaddHistoryJsonTransformer, executeHistoryTransformers, getDefaultHistoryJsonTransformer, getHistoryJsonTransformers, processHistoryJson, setDefaultHistoryJsonTransformer, setHistoryJsonTransformersisAsyncHistoryJsonGroupingEnabled, setAsyncHistoryJsonGroupingEnabledpublic static final String JOB_TYPE
protected BulkIndexRequestExecutor bulkIndexRequestExecutor
public IndexZippedDataAsyncHistoryJobHandler(List<HistoryJsonTransformer> historyJsonTransformers, BulkIndexRequestExecutor bulkIndexRequestExecutor)
public void execute(HistoryJobEntity job, String configuration, CommandContext commandContext, JobServiceConfiguration jobServiceConfiguration)
execute in interface HistoryJobHandlerexecute in class AbstractAsyncHistoryJobHandlerpublic String getType()
getType in interface HistoryJobHandlergetType in class AbstractAsyncHistoryJobHandlerprotected void handleNoMatchingHistoryTransformer(CommandContext commandContext, HistoryJobEntity job, com.fasterxml.jackson.databind.node.ObjectNode historicalData, String type)
handleNoMatchingHistoryTransformer in class AsyncHistoryJobHandler