| 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 |
| Modifier and Type | Class and Description |
|---|---|
class |
ShardFlushRequest |
| Modifier and Type | Method and Description |
|---|---|
protected ReplicationRequest |
TransportRefreshAction.newShardRequest(RefreshRequest request,
ShardId shardId) |
| Modifier and Type | Method and Description |
|---|---|
protected Tuple<ActionWriteResponse,ReplicationRequest> |
TransportShardRefreshAction.shardOperationOnPrimary(MetaData metaData,
ReplicationRequest shardRequest) |
| Modifier and Type | Method and Description |
|---|---|
protected Tuple<ActionWriteResponse,ReplicationRequest> |
TransportShardRefreshAction.shardOperationOnPrimary(MetaData metaData,
ReplicationRequest shardRequest) |
protected void |
TransportShardRefreshAction.shardOperationOnReplica(ReplicationRequest request) |
| Modifier and Type | Class and Description |
|---|---|
class |
BulkShardRequest |
| Modifier and Type | Class and Description |
|---|---|
class |
DeleteRequest
A request to delete a document from an index based on its type and id.
|
| Modifier and Type | Class and Description |
|---|---|
class |
IndexRequest
Index request to index a typed JSON document into a specific index and make it searchable.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ReplicationRequest<T extends ReplicationRequest<T>> |
class |
ReplicationRequestBuilder<Request extends ReplicationRequest<Request>,Response extends ActionResponse,RequestBuilder extends ReplicationRequestBuilder<Request,Response,RequestBuilder>> |
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.
|
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.
|
Copyright © 2009–2017. All rights reserved.