| Package | Description |
|---|---|
| org.elasticsearch.index.engine | |
| org.elasticsearch.index.shard | |
| org.elasticsearch.indices.flush |
| 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) |
Engine.CommitId |
Engine.CommitId.readFrom(StreamInput in) |
| 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) |
| Modifier and Type | Method and Description |
|---|---|
Engine.CommitId |
SyncedFlushService.ShardSyncedFlushRequest.expectedCommitId() |
| Constructor and Description |
|---|
SyncedFlushService.ShardSyncedFlushRequest(ShardId shardId,
String syncId,
Engine.CommitId expectedCommitId) |
Copyright © 2009–2017. All rights reserved.