Uses of Class
org.elasticsearch.action.delete.index.ShardDeleteRequest

Packages that use ShardDeleteRequest
org.elasticsearch.action.delete.index   
 

Uses of ShardDeleteRequest in org.elasticsearch.action.delete.index
 

Methods in org.elasticsearch.action.delete.index that return ShardDeleteRequest
protected  ShardDeleteRequest TransportShardDeleteAction.newReplicaRequestInstance()
           
protected  ShardDeleteRequest TransportShardDeleteAction.newRequestInstance()
           
protected  ShardDeleteRequest TransportIndexDeleteAction.newShardRequestInstance(IndexDeleteRequest request, int shardId)
           
 

Methods in org.elasticsearch.action.delete.index that return types with arguments of type ShardDeleteRequest
protected  TransportShardReplicationOperationAction.PrimaryResponse<ShardDeleteResponse,ShardDeleteRequest> TransportShardDeleteAction.shardOperationOnPrimary(ClusterState clusterState, TransportShardReplicationOperationAction.PrimaryOperationRequest shardRequest)
           
 

Methods in org.elasticsearch.action.delete.index with parameters of type ShardDeleteRequest
protected  ClusterBlockException TransportShardDeleteAction.checkGlobalBlock(ClusterState state, ShardDeleteRequest request)
           
protected  ClusterBlockException TransportShardDeleteAction.checkRequestBlock(ClusterState state, ShardDeleteRequest request)
           
protected  ShardIterator TransportShardDeleteAction.shards(ClusterState clusterState, ShardDeleteRequest request)
           
 



Copyright © 2009-2012. All Rights Reserved.