| Package | Description |
|---|---|
| org.elasticsearch.action.admin.indices.cache.clear | |
| org.elasticsearch.action.admin.indices.forcemerge |
Force merge index/indices action.
|
| org.elasticsearch.action.support.broadcast.node |
| Modifier and Type | Method and Description |
|---|---|
protected TransportBroadcastByNodeAction.EmptyResult |
TransportClearIndicesCacheAction.readShardResult(StreamInput in) |
protected TransportBroadcastByNodeAction.EmptyResult |
TransportClearIndicesCacheAction.shardOperation(ClearIndicesCacheRequest request,
ShardRouting shardRouting) |
| Modifier and Type | Method and Description |
|---|---|
protected ClearIndicesCacheResponse |
TransportClearIndicesCacheAction.newResponse(ClearIndicesCacheRequest request,
int totalShards,
int successfulShards,
int failedShards,
List<TransportBroadcastByNodeAction.EmptyResult> responses,
List<ShardOperationFailedException> shardFailures,
ClusterState clusterState) |
| Modifier and Type | Method and Description |
|---|---|
protected TransportBroadcastByNodeAction.EmptyResult |
TransportForceMergeAction.readShardResult(StreamInput in) |
protected TransportBroadcastByNodeAction.EmptyResult |
TransportForceMergeAction.shardOperation(ForceMergeRequest request,
ShardRouting shardRouting) |
| Modifier and Type | Method and Description |
|---|---|
protected ForceMergeResponse |
TransportForceMergeAction.newResponse(ForceMergeRequest request,
int totalShards,
int successfulShards,
int failedShards,
List<TransportBroadcastByNodeAction.EmptyResult> responses,
List<ShardOperationFailedException> shardFailures,
ClusterState clusterState) |
| Modifier and Type | Field and Description |
|---|---|
static TransportBroadcastByNodeAction.EmptyResult |
TransportBroadcastByNodeAction.EmptyResult.INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
static TransportBroadcastByNodeAction.EmptyResult |
TransportBroadcastByNodeAction.EmptyResult.readEmptyResultFrom(StreamInput in) |
Copyright © 2009–2017. All rights reserved.