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. stackedCommandsMethods in org.nuxeo.elasticsearch with parameters of type IndexingCommand Modifier and Type Method Description voidElasticSearchComponent. indexNonRecursive(IndexingCommand cmd)Method parameters in org.nuxeo.elasticsearch with type arguments of type IndexingCommand Modifier and Type Method Description protected voidElasticSearchComponent. dispatchWork(List<IndexingCommand> cmds)Dispatch jobs between sync and async workervoidElasticSearchComponent. indexNonRecursive(List<IndexingCommand> cmds)protected voidElasticSearchComponent. runIndexingSyncWorker(Map<String,List<IndexingCommand>> syncCommands)voidElasticSearchComponent. runIndexingWorker(List<IndexingCommand> cmds)protected voidElasticSearchComponent. scheduleIndexingAsyncWorker(Map<String,List<IndexingCommand>> asyncCommands)protected voidElasticSearchComponent. 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 voidElasticSearchIndexing. indexNonRecursive(IndexingCommand cmd)Process theIndexingCommand.Method parameters in org.nuxeo.elasticsearch.api with type arguments of type IndexingCommand Modifier and Type Method Description voidElasticSearchIndexing. indexNonRecursive(List<IndexingCommand> cmds)Same asElasticSearchIndexing.indexNonRecursive(org.nuxeo.elasticsearch.commands.IndexingCommand)but process the list command using a bulk request.voidElasticSearchIndexing. 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. commandsMethods in org.nuxeo.elasticsearch.commands that return IndexingCommand Modifier and Type Method Description IndexingCommandIndexingCommand. clone(DocumentModel newDoc)protected IndexingCommandIndexingCommands. find(IndexingCommand.Type command)static IndexingCommandIndexingCommand. fromJSON(com.fasterxml.jackson.databind.JsonNode jsonNode)static IndexingCommandIndexingCommand. 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 voidIndexingCommands. add(IndexingCommand command)protected booleanIndexingCommand. canBeMerged(IndexingCommand other)booleanIndexingCommand. 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 voidElasticSearchIndexingImpl. indexNonRecursive(IndexingCommand cmd)Method parameters in org.nuxeo.elasticsearch.core with type arguments of type IndexingCommand Modifier and Type Method Description voidElasticSearchIndexingImpl. indexNonRecursive(List<IndexingCommand> cmds)voidElasticSearchIndexingImpl. 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. cmdsMethods in org.nuxeo.elasticsearch.work with parameters of type IndexingCommand Modifier and Type Method Description protected StringIndexingWorker. getNxqlQuery(IndexingCommand cmd)protected WorkIndexingWorker. getWorker(IndexingCommand cmd)protected booleanIndexingWorker. needRecurse(IndexingCommand cmd)Method parameters in org.nuxeo.elasticsearch.work with type arguments of type IndexingCommand Modifier and Type Method Description protected abstract voidAbstractIndexingWorker. doIndexingWork(ElasticSearchIndexing esi, List<IndexingCommand> cmds)protected voidChildrenIndexingWorker. doIndexingWork(ElasticSearchIndexing esi, List<IndexingCommand> cmds)protected voidIndexingWorker. 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)
-