| Package | Description |
|---|---|
| org.elasticsearch.action.admin.indices.flush |
Flush index/indices action.
|
| org.elasticsearch.client |
The client module allowing to easily perform actions/operations.
|
| org.elasticsearch.index.shard |
| Modifier and Type | Method and Description |
|---|---|
FlushRequest |
FlushRequest.force(boolean force)
Force flushing, even if one is possibly not needed.
|
FlushRequest |
FlushRequest.waitIfOngoing(boolean waitIfOngoing)
if set to true the flush will block
if a another flush operation is already running until the flush can be performed.
|
| Modifier and Type | Method and Description |
|---|---|
protected ShardFlushRequest |
TransportFlushAction.newShardRequest(FlushRequest request,
ShardId shardId) |
| Constructor and Description |
|---|
ShardFlushRequest(FlushRequest request,
ShardId shardId) |
| Modifier and Type | Method and Description |
|---|---|
static FlushRequest |
Requests.flushRequest(String... indices)
Creates a flush indices request.
|
| Modifier and Type | Method and Description |
|---|---|
ActionFuture<FlushResponse> |
IndicesAdminClient.flush(FlushRequest request)
Explicitly flush one or more indices (releasing memory from the node).
|
void |
IndicesAdminClient.flush(FlushRequest request,
ActionListener<FlushResponse> listener)
Explicitly flush one or more indices (releasing memory from the node).
|
| Modifier and Type | Method and Description |
|---|---|
Engine.CommitId |
IndexShard.flush(FlushRequest request) |
Copyright © 2009–2017. All rights reserved.