Uses of Class
com.sun.grizzly.util.ThreadPoolConfig

Packages that use ThreadPoolConfig
com.sun.grizzly.http   
com.sun.grizzly.util   
 

Uses of ThreadPoolConfig in com.sun.grizzly.http
 

Methods in com.sun.grizzly.http with parameters of type ThreadPoolConfig
 GrizzlyExecutorService StatsThreadPool.reconfigure(ThreadPoolConfig config)
           
 

Constructors in com.sun.grizzly.http with parameters of type ThreadPoolConfig
StatsThreadPool(ThreadPoolConfig config)
           
 

Uses of ThreadPoolConfig in com.sun.grizzly.util
 

Fields in com.sun.grizzly.util declared as ThreadPoolConfig
protected  ThreadPoolConfig GrizzlyExecutorService.config
           
static ThreadPoolConfig ThreadPoolConfig.DEFAULT
           
 

Methods in com.sun.grizzly.util that return ThreadPoolConfig
 ThreadPoolConfig ThreadPoolConfig.clone()
           
 ThreadPoolConfig GrizzlyExecutorService.getConfiguration()
           
 ThreadPoolConfig ThreadPoolConfig.setCorePoolSize(int corePoolSize)
           
 ThreadPoolConfig ThreadPoolConfig.setKeepAliveTime(long time, TimeUnit unit)
           
 ThreadPoolConfig ThreadPoolConfig.setMaxPoolSize(int maxPoolSize)
           
 ThreadPoolConfig ThreadPoolConfig.setMonitoringProbe(ThreadPoolMonitoringProbe monitoringProbe)
           
 ThreadPoolConfig ThreadPoolConfig.setPoolName(String poolname)
           
 ThreadPoolConfig ThreadPoolConfig.setPriority(int priority)
           
 ThreadPoolConfig ThreadPoolConfig.setQueue(Queue<Runnable> queue)
           
 ThreadPoolConfig ThreadPoolConfig.setQueueLimit(int queueLimit)
           
 ThreadPoolConfig ThreadPoolConfig.setThreadFactory(ThreadFactory threadFactory)
           
protected  ThreadPoolConfig ThreadPoolConfig.updateFrom(ExtendedThreadPool ep)
           
 

Methods in com.sun.grizzly.util with parameters of type ThreadPoolConfig
static GrizzlyExecutorService GrizzlyExecutorService.createInstance(ThreadPoolConfig cfg)
           
 GrizzlyExecutorService GrizzlyExecutorService.reconfigure(ThreadPoolConfig config)
          Sets the ThreadPoolConfig
protected  void GrizzlyExecutorService.setImpl(ThreadPoolConfig cfg)
           
 

Constructors in com.sun.grizzly.util with parameters of type ThreadPoolConfig
GrizzlyExecutorService(ThreadPoolConfig config)
           
GrizzlyExecutorService(ThreadPoolConfig config, boolean initialize)
           
ThreadPoolConfig(ThreadPoolConfig cfg)
           
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.