Uses of Class
org.nuxeo.elasticsearch.commands.IndexingCommand
-
Packages that use IndexingCommand Package Description org.nuxeo.elasticsearch org.nuxeo.elasticsearch.api org.nuxeo.elasticsearch.commands org.nuxeo.elasticsearch.core org.nuxeo.elasticsearch.work -
-
Uses of IndexingCommand in org.nuxeo.elasticsearch
Fields in org.nuxeo.elasticsearch with type parameters of type IndexingCommand Modifier and Type Field Description protected List<IndexingCommand>
ElasticSearchComponent. stackedCommands
Methods in org.nuxeo.elasticsearch with parameters of type IndexingCommand Modifier and Type Method Description void
ElasticSearchComponent. indexNonRecursive(IndexingCommand cmd)
Method parameters in org.nuxeo.elasticsearch with type arguments of type IndexingCommand Modifier and Type Method Description protected void
ElasticSearchComponent. dispatchWork(List<IndexingCommand> cmds)
Dispatch jobs between sync and async workervoid
ElasticSearchComponent. indexNonRecursive(List<IndexingCommand> cmds)
protected void
ElasticSearchComponent. runIndexingSyncWorker(Map<String,List<IndexingCommand>> syncCommands)
void
ElasticSearchComponent. runIndexingWorker(List<IndexingCommand> cmds)
protected void
ElasticSearchComponent. scheduleIndexingAsyncWorker(Map<String,List<IndexingCommand>> asyncCommands)
protected void
ElasticSearchComponent. stackCommands(List<IndexingCommand> cmds)
-
Uses of IndexingCommand in org.nuxeo.elasticsearch.api
Methods in org.nuxeo.elasticsearch.api with parameters of type IndexingCommand Modifier and Type Method Description void
ElasticSearchIndexing. indexNonRecursive(IndexingCommand cmd)
Process theIndexingCommand
.Method parameters in org.nuxeo.elasticsearch.api with type arguments of type IndexingCommand Modifier and Type Method Description void
ElasticSearchIndexing. indexNonRecursive(List<IndexingCommand> cmds)
Same asElasticSearchIndexing.indexNonRecursive(org.nuxeo.elasticsearch.commands.IndexingCommand)
but process the list command using a bulk request.void
ElasticSearchIndexing. runIndexingWorker(List<IndexingCommand> cmds)
Run a worker to process theIndexingCommand
. -
Uses of IndexingCommand in org.nuxeo.elasticsearch.commands
Fields in org.nuxeo.elasticsearch.commands with type parameters of type IndexingCommand Modifier and Type Field Description protected List<IndexingCommand>
IndexingCommands. commands
Methods in org.nuxeo.elasticsearch.commands that return IndexingCommand Modifier and Type Method Description IndexingCommand
IndexingCommand. clone(DocumentModel newDoc)
protected IndexingCommand
IndexingCommands. find(IndexingCommand.Type command)
static IndexingCommand
IndexingCommand. fromJSON(com.fasterxml.jackson.databind.JsonNode jsonNode)
static IndexingCommand
IndexingCommand. fromJSON(String json)
Create a command from a JSON string.Methods in org.nuxeo.elasticsearch.commands that return types with arguments of type IndexingCommand Modifier and Type Method Description List<IndexingCommand>
IndexingCommands. getCommands()
Methods in org.nuxeo.elasticsearch.commands with parameters of type IndexingCommand Modifier and Type Method Description protected void
IndexingCommands. add(IndexingCommand command)
protected boolean
IndexingCommand. canBeMerged(IndexingCommand other)
boolean
IndexingCommand. merge(IndexingCommand other)
-
Uses of IndexingCommand in org.nuxeo.elasticsearch.core
Methods in org.nuxeo.elasticsearch.core with parameters of type IndexingCommand Modifier and Type Method Description void
ElasticSearchIndexingImpl. indexNonRecursive(IndexingCommand cmd)
Method parameters in org.nuxeo.elasticsearch.core with type arguments of type IndexingCommand Modifier and Type Method Description void
ElasticSearchIndexingImpl. indexNonRecursive(List<IndexingCommand> cmds)
void
ElasticSearchIndexingImpl. runIndexingWorker(List<IndexingCommand> cmds)
-
Uses of IndexingCommand in org.nuxeo.elasticsearch.work
Fields in org.nuxeo.elasticsearch.work with type parameters of type IndexingCommand Modifier and Type Field Description protected List<IndexingCommand>
AbstractIndexingWorker. cmds
Methods in org.nuxeo.elasticsearch.work with parameters of type IndexingCommand Modifier and Type Method Description protected String
IndexingWorker. getNxqlQuery(IndexingCommand cmd)
protected Work
IndexingWorker. getWorker(IndexingCommand cmd)
protected boolean
IndexingWorker. needRecurse(IndexingCommand cmd)
Method parameters in org.nuxeo.elasticsearch.work with type arguments of type IndexingCommand Modifier and Type Method Description protected abstract void
AbstractIndexingWorker. doIndexingWork(ElasticSearchIndexing esi, List<IndexingCommand> cmds)
protected void
ChildrenIndexingWorker. doIndexingWork(ElasticSearchIndexing esi, List<IndexingCommand> cmds)
protected void
IndexingWorker. doIndexingWork(ElasticSearchIndexing esi, List<IndexingCommand> cmds)
Constructors in org.nuxeo.elasticsearch.work with parameters of type IndexingCommand Constructor Description AbstractIndexingWorker(IndexingCommand cmd)
ChildrenIndexingWorker(IndexingCommand cmd)
Constructor parameters in org.nuxeo.elasticsearch.work with type arguments of type IndexingCommand Constructor Description AbstractIndexingWorker(String repositoryName, List<IndexingCommand> cmds)
IndexingWorker(String repositoryName, List<IndexingCommand> cmds)
-