Uses of Class
org.elasticsearch.action.deletebyquery.ShardDeleteByQueryRequest

Packages that use ShardDeleteByQueryRequest
org.elasticsearch.action.deletebyquery Delete by query action. 
 

Uses of ShardDeleteByQueryRequest in org.elasticsearch.action.deletebyquery
 

Methods in org.elasticsearch.action.deletebyquery that return ShardDeleteByQueryRequest
protected  ShardDeleteByQueryRequest TransportShardDeleteByQueryAction.newReplicaRequestInstance()
           
protected  ShardDeleteByQueryRequest TransportShardDeleteByQueryAction.newRequestInstance()
           
protected  ShardDeleteByQueryRequest TransportIndexDeleteByQueryAction.newShardRequestInstance(IndexDeleteByQueryRequest request, int shardId)
           
 

Methods in org.elasticsearch.action.deletebyquery that return types with arguments of type ShardDeleteByQueryRequest
protected  TransportShardReplicationOperationAction.PrimaryResponse<ShardDeleteByQueryResponse,ShardDeleteByQueryRequest> TransportShardDeleteByQueryAction.shardOperationOnPrimary(ClusterState clusterState, TransportShardReplicationOperationAction.PrimaryOperationRequest shardRequest)
           
 

Methods in org.elasticsearch.action.deletebyquery with parameters of type ShardDeleteByQueryRequest
protected  ClusterBlockException TransportShardDeleteByQueryAction.checkGlobalBlock(ClusterState state, ShardDeleteByQueryRequest request)
           
protected  ClusterBlockException TransportShardDeleteByQueryAction.checkRequestBlock(ClusterState state, ShardDeleteByQueryRequest request)
           
protected  ShardIterator TransportShardDeleteByQueryAction.shards(ClusterState clusterState, ShardDeleteByQueryRequest request)
           
 



Copyright © 2009-2012. All Rights Reserved.