Modifier and Type | Method and Description |
---|---|
void |
InternalEngine.create(Engine.Create create) |
void |
ShadowEngine.create(Engine.Create create) |
abstract void |
Engine.create(Engine.Create create) |
Constructor and Description |
---|
CreateFailedEngineException(ShardId shardId,
Engine.Create create,
Throwable cause) |
Modifier and Type | Method and Description |
---|---|
Engine.Create |
ShardIndexingService.preCreate(Engine.Create create) |
Engine.Create |
IndexingOperationListener.preCreate(Engine.Create create)
Called before the indexing occurs.
|
Modifier and Type | Method and Description |
---|---|
void |
ShardIndexingService.postCreate(Engine.Create create) |
void |
IndexingOperationListener.postCreate(Engine.Create create)
Called after the indexing operation occurred.
|
void |
ShardIndexingService.postCreateUnderLock(Engine.Create create) |
void |
IndexingOperationListener.postCreateUnderLock(Engine.Create create)
Called after the indexing occurs, under a locking scheme to maintain
concurrent updates to the same doc.
|
Engine.Create |
ShardIndexingService.preCreate(Engine.Create create) |
Engine.Create |
IndexingOperationListener.preCreate(Engine.Create create)
Called before the indexing occurs.
|
Modifier and Type | Method and Description |
---|---|
void |
ShardSlowLogIndexingService.postCreate(Engine.Create create,
long tookInNanos) |
Modifier and Type | Method and Description |
---|---|
Engine.Create |
IndexShard.prepareCreate(SourceToParse source,
long version,
VersionType versionType,
Engine.Operation.Origin origin,
boolean canHaveDuplicates,
boolean autoGeneratedId) |
Modifier and Type | Method and Description |
---|---|
ParsedDocument |
IndexShard.create(Engine.Create create) |
Constructor and Description |
---|
Create(Engine.Create create) |
Copyright © 2009–2015. All rights reserved.