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

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

Uses of ReplicationType in org.elasticsearch.action.bulk
 

Methods in org.elasticsearch.action.bulk that return ReplicationType
 ReplicationType BulkRequest.replicationType()
           
 

Methods in org.elasticsearch.action.bulk with parameters of type ReplicationType
 BulkRequest BulkRequest.replicationType(ReplicationType replicationType)
          Set the replication type for this operation.
 BulkRequestBuilder BulkRequestBuilder.setReplicationType(ReplicationType replicationType)
          Set the replication type for this operation.
 

Uses of ReplicationType in org.elasticsearch.action.delete
 

Methods in org.elasticsearch.action.delete with parameters of type ReplicationType
 DeleteRequest DeleteRequest.replicationType(ReplicationType replicationType)
          Set the replication type for this operation.
 DeleteRequestBuilder DeleteRequestBuilder.setReplicationType(ReplicationType replicationType)
          Set the replication type for this operation.
 

Uses of ReplicationType in org.elasticsearch.action.deletebyquery
 

Methods in org.elasticsearch.action.deletebyquery with parameters of type ReplicationType
 DeleteByQueryRequest DeleteByQueryRequest.replicationType(ReplicationType replicationType)
          The replication type to use with this operation.
 DeleteByQueryRequestBuilder DeleteByQueryRequestBuilder.setReplicationType(ReplicationType replicationType)
          The replication type to use with this operation.
 

Uses of ReplicationType in org.elasticsearch.action.index
 

Methods in org.elasticsearch.action.index with parameters of type ReplicationType
 IndexRequest IndexRequest.replicationType(ReplicationType replicationType)
          Set the replication type for this operation.
 IndexRequestBuilder IndexRequestBuilder.setReplicationType(ReplicationType replicationType)
          Set the replication type for this operation.
 

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

Fields in org.elasticsearch.action.support.replication declared as ReplicationType
protected  ReplicationType TransportShardReplicationOperationAction.defaultReplicationType
           
protected  ReplicationType IndicesReplicationOperationRequest.replicationType
           
protected  ReplicationType IndexReplicationOperationRequest.replicationType
           
 

Methods in org.elasticsearch.action.support.replication that return ReplicationType
static ReplicationType ReplicationType.fromId(byte id)
          Constructs the operation type from its internal representation.
static ReplicationType ReplicationType.fromString(String type)
          Parse the replication type from string.
 ReplicationType ShardReplicationOperationRequest.replicationType()
          The replication type.
 ReplicationType IndicesReplicationOperationRequest.replicationType()
           
 ReplicationType IndexReplicationOperationRequest.replicationType()
           
static ReplicationType ReplicationType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ReplicationType[] ReplicationType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.elasticsearch.action.support.replication with parameters of type ReplicationType
 ShardReplicationOperationRequest ShardReplicationOperationRequest.replicationType(ReplicationType replicationType)
          Sets the replication type.
 

Uses of ReplicationType in org.elasticsearch.action.update
 

Methods in org.elasticsearch.action.update that return ReplicationType
 ReplicationType UpdateRequest.replicationType()
          The replication type.
 

Methods in org.elasticsearch.action.update with parameters of type ReplicationType
 UpdateRequest UpdateRequest.replicationType(ReplicationType replicationType)
          Sets the replication type.
 UpdateRequestBuilder UpdateRequestBuilder.setReplicationType(ReplicationType replicationType)
          Sets the replication type.
 



Copyright © 2009-2012. All Rights Reserved.