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 Tuple<BulkShardResponse,BulkShardRequest> |
TransportShardBulkAction.shardOperationOnPrimary(ClusterState clusterState,
TransportShardReplicationOperationAction.PrimaryOperationRequest shardRequest) |
Modifier and Type | Method and Description |
---|---|
protected Tuple<DeleteResponse,DeleteRequest> |
TransportDeleteAction.shardOperationOnPrimary(ClusterState clusterState,
TransportShardReplicationOperationAction.PrimaryOperationRequest shardRequest) |
protected Tuple<ShardDeleteResponse,ShardDeleteRequest> |
TransportShardDeleteAction.shardOperationOnPrimary(ClusterState clusterState,
TransportShardReplicationOperationAction.PrimaryOperationRequest shardRequest) |
Modifier and Type | Method and Description |
---|---|
protected Tuple<ShardDeleteByQueryResponse,ShardDeleteByQueryRequest> |
TransportShardDeleteByQueryAction.shardOperationOnPrimary(ClusterState clusterState,
TransportShardReplicationOperationAction.PrimaryOperationRequest shardRequest)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected Tuple<IndexResponse,IndexRequest> |
TransportIndexAction.shardOperationOnPrimary(ClusterState clusterState,
TransportShardReplicationOperationAction.PrimaryOperationRequest shardRequest) |
Modifier and Type | Method and Description |
---|---|
protected abstract Tuple<Response,ReplicaRequest> |
TransportShardReplicationOperationAction.shardOperationOnPrimary(ClusterState clusterState,
TransportShardReplicationOperationAction.PrimaryOperationRequest shardRequest) |
Copyright © 2009–2016. All rights reserved.