Uses of Class
org.elasticsearch.action.ThreadingModel

Packages that use ThreadingModel
org.elasticsearch.action   
 

Uses of ThreadingModel in org.elasticsearch.action
 

Methods in org.elasticsearch.action that return ThreadingModel
 ThreadingModel ThreadingModel.addListener()
           
 ThreadingModel ThreadingModel.addOperation()
           
static ThreadingModel ThreadingModel.fromId(byte id)
           
 ThreadingModel ThreadingModel.removeListener()
           
 ThreadingModel ThreadingModel.removeOperation()
           
static ThreadingModel ThreadingModel.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ThreadingModel[] ThreadingModel.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2009-2012. All Rights Reserved.