Uses of Class
org.apache.uima.ducc.rm.scheduler.SchedConstants.EvictionPolicy

Packages that use SchedConstants.EvictionPolicy
org.apache.uima.ducc.rm.scheduler   
 

Uses of SchedConstants.EvictionPolicy in org.apache.uima.ducc.rm.scheduler
 

Methods in org.apache.uima.ducc.rm.scheduler that return SchedConstants.EvictionPolicy
static SchedConstants.EvictionPolicy SchedConstants.EvictionPolicy.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SchedConstants.EvictionPolicy[] SchedConstants.EvictionPolicy.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.uima.ducc.rm.scheduler with parameters of type SchedConstants.EvictionPolicy
 void IScheduler.setEvictionPolicy(SchedConstants.EvictionPolicy p)
           
 void NodepoolScheduler.setEvictionPolicy(SchedConstants.EvictionPolicy ep)
           
 



Copyright © 2012–2014 The Apache Software Foundation. All rights reserved.