public abstract class AbstractIndexingScheduler extends Object
Modifier and Type | Field and Description |
---|---|
protected IndexingService |
indexingService |
protected com.fasterxml.jackson.databind.ObjectMapper |
objectMapper |
Constructor and Description |
---|
AbstractIndexingScheduler(IndexingService indexingService,
com.fasterxml.jackson.databind.ObjectMapper objectMapper) |
Modifier and Type | Method and Description |
---|---|
protected String |
getTransformerType() |
protected void |
scheduleIndexing(String index,
com.fasterxml.jackson.databind.node.ObjectNode dataNode,
String tenantId) |
protected IndexingService indexingService
protected com.fasterxml.jackson.databind.ObjectMapper objectMapper
public AbstractIndexingScheduler(IndexingService indexingService, com.fasterxml.jackson.databind.ObjectMapper objectMapper)