Package | Description |
---|---|
org.elasticsearch.action.bulk | |
org.elasticsearch.action.delete |
Delete action.
|
org.elasticsearch.action.deletebyquery |
Delete by query action.
|
org.elasticsearch.action.index |
Index action.
|
org.elasticsearch.action.support.replication |
Modifier and Type | Method and Description |
---|---|
protected TransportShardReplicationOperationAction.PrimaryResponse<BulkShardResponse,BulkShardRequest> |
TransportShardBulkAction.shardOperationOnPrimary(ClusterState clusterState,
TransportShardReplicationOperationAction.PrimaryOperationRequest shardRequest) |
Modifier and Type | Method and Description |
---|---|
protected TransportShardReplicationOperationAction.PrimaryResponse<DeleteResponse,DeleteRequest> |
TransportDeleteAction.shardOperationOnPrimary(ClusterState clusterState,
TransportShardReplicationOperationAction.PrimaryOperationRequest shardRequest) |
protected TransportShardReplicationOperationAction.PrimaryResponse<ShardDeleteResponse,ShardDeleteRequest> |
TransportShardDeleteAction.shardOperationOnPrimary(ClusterState clusterState,
TransportShardReplicationOperationAction.PrimaryOperationRequest shardRequest) |
Modifier and Type | Method and Description |
---|---|
protected TransportShardReplicationOperationAction.PrimaryResponse<ShardDeleteByQueryResponse,ShardDeleteByQueryRequest> |
TransportShardDeleteByQueryAction.shardOperationOnPrimary(ClusterState clusterState,
TransportShardReplicationOperationAction.PrimaryOperationRequest shardRequest) |
Modifier and Type | Method and Description |
---|---|
protected TransportShardReplicationOperationAction.PrimaryResponse<IndexResponse,IndexRequest> |
TransportIndexAction.shardOperationOnPrimary(ClusterState clusterState,
TransportShardReplicationOperationAction.PrimaryOperationRequest shardRequest) |
Modifier and Type | Method and Description |
---|---|
protected abstract TransportShardReplicationOperationAction.PrimaryResponse<Response,ReplicaRequest> |
TransportShardReplicationOperationAction.shardOperationOnPrimary(ClusterState clusterState,
TransportShardReplicationOperationAction.PrimaryOperationRequest shardRequest) |
Modifier and Type | Method and Description |
---|---|
protected void |
TransportShardReplicationOperationAction.postPrimaryOperation(TransportShardReplicationOperationAction.InternalRequest request,
TransportShardReplicationOperationAction.PrimaryResponse<Response,ReplicaRequest> response)
Called once replica operations have been dispatched on the
|
Copyright © 2009–2015. All rights reserved.