Package | Description |
---|---|
org.nuxeo.elasticsearch.commands |
Modifier and Type | Field and Description |
---|---|
protected IndexingCommand.Type |
IndexingCommand.type |
Modifier and Type | Field and Description |
---|---|
protected Set<IndexingCommand.Type> |
IndexingCommands.commandTypes |
Modifier and Type | Method and Description |
---|---|
IndexingCommand.Type |
IndexingCommand.getType() |
static IndexingCommand.Type |
IndexingCommand.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IndexingCommand.Type[] |
IndexingCommand.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
IndexingCommands.add(IndexingCommand.Type type,
boolean sync,
boolean recurse) |
boolean |
IndexingCommands.contains(IndexingCommand.Type command) |
protected IndexingCommand |
IndexingCommands.find(IndexingCommand.Type command) |
Constructor and Description |
---|
IndexingCommand(DocumentModel document,
IndexingCommand.Type commandType,
boolean sync,
boolean recurse)
Create an indexing command
|
Copyright © 2018 Nuxeo. All rights reserved.