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

Packages that use TransportIndexReplicationOperationAction
org.elasticsearch.action.delete.index   
org.elasticsearch.action.deletebyquery Delete by query action. 
org.elasticsearch.action.support.replication   
 

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

Subclasses of TransportIndexReplicationOperationAction in org.elasticsearch.action.delete.index
 class TransportIndexDeleteAction
           
 

Uses of TransportIndexReplicationOperationAction in org.elasticsearch.action.deletebyquery
 

Subclasses of TransportIndexReplicationOperationAction in org.elasticsearch.action.deletebyquery
 class TransportIndexDeleteByQueryAction
           
 

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

Fields in org.elasticsearch.action.support.replication declared as TransportIndexReplicationOperationAction
protected  TransportIndexReplicationOperationAction<IndexRequest,IndexResponse,ShardRequest,ShardReplicaRequest,ShardResponse> TransportIndicesReplicationOperationAction.indexAction
           
 

Constructors in org.elasticsearch.action.support.replication with parameters of type TransportIndexReplicationOperationAction
TransportIndicesReplicationOperationAction(Settings settings, TransportService transportService, ClusterService clusterService, ThreadPool threadPool, TransportIndexReplicationOperationAction<IndexRequest,IndexResponse,ShardRequest,ShardReplicaRequest,ShardResponse> indexAction)
           
 



Copyright © 2009-2012. All Rights Reserved.