Uses of Class
org.nuxeo.elasticsearch.commands.IndexingCommand
Packages that use IndexingCommand
Package
Description
-
Uses of IndexingCommand in org.nuxeo.elasticsearch
Fields in org.nuxeo.elasticsearch with type parameters of type IndexingCommandModifier and TypeFieldDescriptionprotected final List<IndexingCommand>ElasticSearchComponent.stackedCommandsMethods in org.nuxeo.elasticsearch with parameters of type IndexingCommandModifier and TypeMethodDescriptionvoidElasticSearchComponent.indexNonRecursive(IndexingCommand cmd) Method parameters in org.nuxeo.elasticsearch with type arguments of type IndexingCommandModifier and TypeMethodDescriptionprotected 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 IndexingCommandModifier and TypeMethodDescriptionvoidElasticSearchIndexing.indexNonRecursive(IndexingCommand cmd) Process theIndexingCommand.Method parameters in org.nuxeo.elasticsearch.api with type arguments of type IndexingCommandModifier and TypeMethodDescriptionvoidElasticSearchIndexing.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 IndexingCommandMethods in org.nuxeo.elasticsearch.commands that return IndexingCommandModifier and TypeMethodDescriptionIndexingCommand.clone(DocumentModel newDoc) protected IndexingCommandIndexingCommands.find(IndexingCommand.Type command) static IndexingCommandIndexingCommand.fromJSON(com.fasterxml.jackson.databind.JsonNode jsonNode) static IndexingCommandCreate a command from a JSON string.Methods in org.nuxeo.elasticsearch.commands that return types with arguments of type IndexingCommandMethods in org.nuxeo.elasticsearch.commands with parameters of type IndexingCommandModifier and TypeMethodDescriptionprotected 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 IndexingCommandModifier and TypeMethodDescriptionvoidElasticSearchIndexingImpl.indexNonRecursive(IndexingCommand cmd) Method parameters in org.nuxeo.elasticsearch.core with type arguments of type IndexingCommandModifier and TypeMethodDescriptionvoidElasticSearchIndexingImpl.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 IndexingCommandModifier and TypeFieldDescriptionprotected final List<IndexingCommand>AbstractIndexingWorker.cmdsMethods in org.nuxeo.elasticsearch.work with parameters of type IndexingCommandModifier and TypeMethodDescriptionprotected 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 IndexingCommandModifier and TypeMethodDescriptionprotected 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 IndexingCommandModifierConstructorDescriptionConstructor parameters in org.nuxeo.elasticsearch.work with type arguments of type IndexingCommandModifierConstructorDescriptionAbstractIndexingWorker(String repositoryName, List<IndexingCommand> cmds) IndexingWorker(String repositoryName, List<IndexingCommand> cmds)