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

Packages that use ShardReplicationOperationRequest
org.elasticsearch.action.bulk   
org.elasticsearch.action.delete Delete action. 
org.elasticsearch.action.delete.index   
org.elasticsearch.action.deletebyquery Delete by query action. 
org.elasticsearch.action.index Index action. 
org.elasticsearch.action.support.replication   
 

Uses of ShardReplicationOperationRequest in org.elasticsearch.action.bulk
 

Subclasses of ShardReplicationOperationRequest in org.elasticsearch.action.bulk
 class BulkShardRequest
           
 

Uses of ShardReplicationOperationRequest in org.elasticsearch.action.delete
 

Subclasses of ShardReplicationOperationRequest in org.elasticsearch.action.delete
 class DeleteRequest
          A request to delete a document from an index based on its type and id.
 

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

Subclasses of ShardReplicationOperationRequest in org.elasticsearch.action.delete.index
 class ShardDeleteRequest
          Delete by query request to execute on a specific shard.
 

Uses of ShardReplicationOperationRequest in org.elasticsearch.action.deletebyquery
 

Subclasses of ShardReplicationOperationRequest in org.elasticsearch.action.deletebyquery
 class ShardDeleteByQueryRequest
          Delete by query request to execute on a specific shard.
 

Uses of ShardReplicationOperationRequest in org.elasticsearch.action.index
 

Subclasses of ShardReplicationOperationRequest in org.elasticsearch.action.index
 class IndexRequest
          Index request to index a typed JSON document into a specific index and make it searchable.
 

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

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

Fields in org.elasticsearch.action.support.replication declared as ShardReplicationOperationRequest
 Request TransportShardReplicationOperationAction.PrimaryOperationRequest.request
           
 

Methods in org.elasticsearch.action.support.replication that return ShardReplicationOperationRequest
 ShardReplicationOperationRequest ShardReplicationOperationRequest.consistencyLevel(WriteConsistencyLevel consistencyLevel)
           
 ShardReplicationOperationRequest ShardReplicationOperationRequest.index(String index)
           
 ShardReplicationOperationRequest ShardReplicationOperationRequest.listenerThreaded(boolean threadedListener)
          Should the listener be called on a separate thread if needed.
 ShardReplicationOperationRequest ShardReplicationOperationRequest.operationThreaded(boolean threadedOperation)
          Controls if the operation will be executed on a separate thread when executed locally.
 ShardReplicationOperationRequest ShardReplicationOperationRequest.replicationType(ReplicationType replicationType)
          Sets the replication type.
 



Copyright © 2009-2012. All Rights Reserved.