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

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

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

Methods in org.elasticsearch.action.delete.index that return IndexDeleteRequest
protected  IndexDeleteRequest TransportIndexDeleteAction.newRequestInstance()
           
 

Methods in org.elasticsearch.action.delete.index with parameters of type IndexDeleteRequest
protected  ClusterBlockException TransportIndexDeleteAction.checkGlobalBlock(ClusterState state, IndexDeleteRequest request)
           
protected  ClusterBlockException TransportIndexDeleteAction.checkRequestBlock(ClusterState state, IndexDeleteRequest request)
           
protected  IndexDeleteResponse TransportIndexDeleteAction.newResponseInstance(IndexDeleteRequest request, AtomicReferenceArray shardsResponses)
           
protected  ShardDeleteRequest TransportIndexDeleteAction.newShardRequestInstance(IndexDeleteRequest request, int shardId)
           
protected  GroupShardsIterator TransportIndexDeleteAction.shards(IndexDeleteRequest request)
           
 



Copyright © 2009-2012. All Rights Reserved.