Package | Description |
---|---|
org.elasticsearch.index.engine | |
org.elasticsearch.index.shard |
Modifier and Type | Method and Description |
---|---|
abstract Engine.CommitId |
Engine.flush()
Flushes the state of the engine including the transaction log, clearing memory and persisting
documents in the lucene index to disk including a potentially heavy and durable fsync operation.
|
Engine.CommitId |
InternalEngine.flush() |
Engine.CommitId |
ShadowEngine.flush() |
abstract Engine.CommitId |
Engine.flush(boolean force,
boolean waitIfOngoing)
Flushes the state of the engine including the transaction log, clearing memory.
|
Engine.CommitId |
InternalEngine.flush(boolean force,
boolean waitIfOngoing) |
Engine.CommitId |
ShadowEngine.flush(boolean force,
boolean waitIfOngoing) |
static Engine.CommitId |
Engine.CommitId.readCommitID(Store store,
org.apache.lucene.index.SegmentInfos info) |
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) |
Modifier and Type | Method and Description |
---|---|
Engine.CommitId |
IndexShard.flush(FlushRequest request) |
Modifier and Type | Method and Description |
---|---|
Engine.SyncedFlushResult |
IndexShard.syncFlush(String syncId,
Engine.CommitId expectedCommitId) |
Copyright © 2009–2015. All rights reserved.