Uses of Class
org.elasticsearch.action.support.replication.IndicesReplicationOperationRequest

Packages that use IndicesReplicationOperationRequest
org.elasticsearch.action.deletebyquery Delete by query action. 
org.elasticsearch.action.support.replication   
 

Uses of IndicesReplicationOperationRequest in org.elasticsearch.action.deletebyquery
 

Subclasses of IndicesReplicationOperationRequest in org.elasticsearch.action.deletebyquery
 class DeleteByQueryRequest
          A request to delete all documents that matching a specific query.
 

Uses of IndicesReplicationOperationRequest in org.elasticsearch.action.support.replication
 

Classes in org.elasticsearch.action.support.replication with type parameters of type IndicesReplicationOperationRequest
 class TransportIndicesReplicationOperationAction<Request extends IndicesReplicationOperationRequest,Response extends ActionResponse,IndexRequest extends IndexReplicationOperationRequest,IndexResponse extends ActionResponse,ShardRequest extends ShardReplicationOperationRequest,ShardReplicaRequest extends ActionRequest,ShardResponse extends ActionResponse>
           
 

Methods in org.elasticsearch.action.support.replication that return IndicesReplicationOperationRequest
 IndicesReplicationOperationRequest IndicesReplicationOperationRequest.indices(String[] indices)
           
 IndicesReplicationOperationRequest IndicesReplicationOperationRequest.listenerThreaded(boolean threadedListener)
          Should the listener be called on a separate thread if needed.
 



Copyright © 2009-2012. All Rights Reserved.