Uses of Class
org.elasticsearch.action.support.broadcast.BroadcastOperationThreading

Packages that use BroadcastOperationThreading
org.elasticsearch.action.admin.indices.cache.clear   
org.elasticsearch.action.admin.indices.flush Flush index/indices action. 
org.elasticsearch.action.admin.indices.optimize Optimize index/indices action. 
org.elasticsearch.action.admin.indices.refresh Refresh index/indices action. 
org.elasticsearch.action.admin.indices.status   
org.elasticsearch.action.admin.indices.validate.query Validate action. 
org.elasticsearch.action.count Count action. 
org.elasticsearch.action.support.broadcast   
 

Uses of BroadcastOperationThreading in org.elasticsearch.action.admin.indices.cache.clear
 

Methods in org.elasticsearch.action.admin.indices.cache.clear with parameters of type BroadcastOperationThreading
 ClearIndicesCacheRequest ClearIndicesCacheRequest.operationThreading(BroadcastOperationThreading operationThreading)
          Controls the operation threading model.
 ClearIndicesCacheRequestBuilder ClearIndicesCacheRequestBuilder.setOperationThreading(BroadcastOperationThreading operationThreading)
          Controls the operation threading model.
 

Uses of BroadcastOperationThreading in org.elasticsearch.action.admin.indices.flush
 

Methods in org.elasticsearch.action.admin.indices.flush with parameters of type BroadcastOperationThreading
 FlushRequest FlushRequest.operationThreading(BroadcastOperationThreading operationThreading)
          Controls the operation threading model.
 

Uses of BroadcastOperationThreading in org.elasticsearch.action.admin.indices.optimize
 

Methods in org.elasticsearch.action.admin.indices.optimize with parameters of type BroadcastOperationThreading
 OptimizeRequest OptimizeRequest.operationThreading(BroadcastOperationThreading operationThreading)
           
 OptimizeRequestBuilder OptimizeRequestBuilder.setOperationThreading(BroadcastOperationThreading operationThreading)
          Controls the operation threading model.
 

Uses of BroadcastOperationThreading in org.elasticsearch.action.admin.indices.refresh
 

Methods in org.elasticsearch.action.admin.indices.refresh with parameters of type BroadcastOperationThreading
 RefreshRequest RefreshRequest.operationThreading(BroadcastOperationThreading operationThreading)
          Controls the operation threading model.
 RefreshRequestBuilder RefreshRequestBuilder.setOperationThreading(BroadcastOperationThreading operationThreading)
          Controls the operation threading model.
 

Uses of BroadcastOperationThreading in org.elasticsearch.action.admin.indices.status
 

Methods in org.elasticsearch.action.admin.indices.status with parameters of type BroadcastOperationThreading
 BroadcastOperationRequest IndicesStatusRequest.operationThreading(BroadcastOperationThreading operationThreading)
           
 

Uses of BroadcastOperationThreading in org.elasticsearch.action.admin.indices.validate.query
 

Methods in org.elasticsearch.action.admin.indices.validate.query with parameters of type BroadcastOperationThreading
 ValidateQueryRequest ValidateQueryRequest.operationThreading(BroadcastOperationThreading operationThreading)
          Controls the operation threading model.
 ValidateQueryRequestBuilder ValidateQueryRequestBuilder.setOperationThreading(BroadcastOperationThreading operationThreading)
          Controls the operation threading model.
 

Uses of BroadcastOperationThreading in org.elasticsearch.action.count
 

Methods in org.elasticsearch.action.count with parameters of type BroadcastOperationThreading
 CountRequest CountRequest.operationThreading(BroadcastOperationThreading operationThreading)
          Controls the operation threading model.
 CountRequestBuilder CountRequestBuilder.setOperationThreading(BroadcastOperationThreading operationThreading)
          Controls the operation threading model.
 

Uses of BroadcastOperationThreading in org.elasticsearch.action.support.broadcast
 

Methods in org.elasticsearch.action.support.broadcast that return BroadcastOperationThreading
static BroadcastOperationThreading BroadcastOperationThreading.fromId(byte id)
           
static BroadcastOperationThreading BroadcastOperationThreading.fromString(String value, BroadcastOperationThreading defaultValue)
           
 BroadcastOperationThreading BroadcastOperationRequest.operationThreading()
          Controls the operation threading model.
static BroadcastOperationThreading BroadcastOperationThreading.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static BroadcastOperationThreading[] BroadcastOperationThreading.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.elasticsearch.action.support.broadcast with parameters of type BroadcastOperationThreading
static BroadcastOperationThreading BroadcastOperationThreading.fromString(String value, BroadcastOperationThreading defaultValue)
           
 BroadcastOperationRequest BroadcastOperationRequest.operationThreading(BroadcastOperationThreading operationThreading)
          Controls the operation threading model.
 



Copyright © 2009-2012. All Rights Reserved.