| Package | Description |
|---|---|
| org.elasticsearch.index.engine | |
| org.elasticsearch.index.shard |
| Modifier and Type | Method and Description |
|---|---|
abstract Engine.SyncedFlushResult |
Engine.syncFlush(String syncId,
Engine.CommitId expectedCommitId)
Attempts to do a special commit where the given syncID is put into the commit data.
|
Engine.SyncedFlushResult |
InternalEngine.syncFlush(String syncId,
Engine.CommitId expectedCommitId) |
Engine.SyncedFlushResult |
ShadowEngine.syncFlush(String syncId,
Engine.CommitId expectedCommitId) |
static Engine.SyncedFlushResult |
Engine.SyncedFlushResult.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Engine.SyncedFlushResult[] |
Engine.SyncedFlushResult.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Engine.SyncedFlushResult |
IndexShard.syncFlush(String syncId,
Engine.CommitId expectedCommitId) |
Copyright © 2009–2017. All rights reserved.