| Package | Description |
|---|---|
| org.elasticsearch.action.admin.indices.flush |
Flush index/indices action.
|
| org.elasticsearch.action.admin.indices.refresh |
Refresh index/indices action.
|
| org.elasticsearch.action.bulk | |
| org.elasticsearch.action.delete |
Delete action.
|
| org.elasticsearch.action.index |
Index action.
|
| org.elasticsearch.action.support.replication | |
| org.elasticsearch.action.update |
| Modifier and Type | Method and Description |
|---|---|
protected ActionWriteResponse |
TransportShardFlushAction.newResponseInstance() |
protected ActionWriteResponse |
TransportFlushAction.newShardResponse() |
| Modifier and Type | Method and Description |
|---|---|
protected Tuple<ActionWriteResponse,ShardFlushRequest> |
TransportShardFlushAction.shardOperationOnPrimary(MetaData metaData,
ShardFlushRequest shardRequest) |
| Modifier and Type | Method and Description |
|---|---|
protected ActionWriteResponse |
TransportShardRefreshAction.newResponseInstance() |
protected ActionWriteResponse |
TransportRefreshAction.newShardResponse() |
| Modifier and Type | Method and Description |
|---|---|
protected Tuple<ActionWriteResponse,ReplicationRequest> |
TransportShardRefreshAction.shardOperationOnPrimary(MetaData metaData,
ReplicationRequest shardRequest) |
| Modifier and Type | Class and Description |
|---|---|
class |
BulkShardResponse |
| Modifier and Type | Method and Description |
|---|---|
<T extends ActionWriteResponse> |
BulkItemResponse.getResponse()
The actual response (
IndexResponse or DeleteResponse). |
| Constructor and Description |
|---|
BulkItemResponse(int id,
String opType,
ActionWriteResponse response) |
| Modifier and Type | Class and Description |
|---|---|
class |
DeleteResponse
The response of the delete action.
|
| Modifier and Type | Class and Description |
|---|---|
class |
IndexResponse
A response of an index operation,
|
| Modifier and Type | Class and Description |
|---|---|
class |
TransportBroadcastReplicationAction<Request extends BroadcastRequest,Response extends BroadcastResponse,ShardRequest extends ReplicationRequest,ShardResponse extends ActionWriteResponse>
Base class for requests that should be executed on all shards of an index or several indices.
|
class |
TransportReplicationAction<Request extends ReplicationRequest,ReplicaRequest extends ReplicationRequest,Response extends ActionWriteResponse>
Base class for requests that should be executed on a primary copy followed by replica copies.
|
protected static class |
TransportReplicationAction.WriteResult<T extends ActionWriteResponse> |
| Modifier and Type | Field and Description |
|---|---|
T |
TransportReplicationAction.WriteResult.response |
| Modifier and Type | Method and Description |
|---|---|
<T extends ActionWriteResponse> |
TransportReplicationAction.WriteResult.response() |
| Modifier and Type | Class and Description |
|---|---|
class |
UpdateResponse |
Copyright © 2009–2017. All rights reserved.