Uses of Class
org.glassfish.grizzly.threadpool.ThreadPoolConfig

Packages that use ThreadPoolConfig
org.glassfish.grizzly   
org.glassfish.grizzly.strategies   
org.glassfish.grizzly.threadpool   
 

Uses of ThreadPoolConfig in org.glassfish.grizzly
 

Fields in org.glassfish.grizzly declared as ThreadPoolConfig
protected  ThreadPoolConfig AbstractTransport.kernelPoolConfig
           
protected  ThreadPoolConfig AbstractTransport.workerPoolConfig
           
 

Methods in org.glassfish.grizzly that return ThreadPoolConfig
protected  ThreadPoolConfig NIOTransportBuilder.configSelectorPool(ThreadPoolConfig config)
           Configure the SelectorRunner pool's default core and max pool size.
 ThreadPoolConfig Transport.getKernelThreadPoolConfig()
           
 ThreadPoolConfig AbstractTransport.getKernelThreadPoolConfig()
          
 ThreadPoolConfig NIOTransportBuilder.getSelectorThreadPoolConfig()
           
 ThreadPoolConfig Transport.getWorkerThreadPoolConfig()
           
 ThreadPoolConfig NIOTransportBuilder.getWorkerThreadPoolConfig()
           
 ThreadPoolConfig AbstractTransport.getWorkerThreadPoolConfig()
          
 

Methods in org.glassfish.grizzly with parameters of type ThreadPoolConfig
protected  ThreadPoolConfig NIOTransportBuilder.configSelectorPool(ThreadPoolConfig config)
           Configure the SelectorRunner pool's default core and max pool size.
 void Transport.setKernelThreadPoolConfig(ThreadPoolConfig kernelConfig)
          Set the ThreadPoolConfig to be used by the Transport internal thread pool.
 void AbstractTransport.setKernelThreadPoolConfig(ThreadPoolConfig kernelPoolConfig)
          Set the ThreadPoolConfig to be used by the Transport internal thread pool.
 void Transport.setWorkerThreadPoolConfig(ThreadPoolConfig workerConfig)
          Set the ThreadPoolConfig to be used by the worker thread pool.
 void AbstractTransport.setWorkerThreadPoolConfig(ThreadPoolConfig workerPoolConfig)
          Set the ThreadPoolConfig to be used by the worker thread pool.
 

Uses of ThreadPoolConfig in org.glassfish.grizzly.strategies
 

Methods in org.glassfish.grizzly.strategies that return ThreadPoolConfig
 ThreadPoolConfig WorkerThreadPoolConfigProducer.createDefaultWorkerPoolConfig(Transport transport)
           
 ThreadPoolConfig SimpleDynamicNIOStrategy.createDefaultWorkerPoolConfig(Transport transport)
           
 ThreadPoolConfig SameThreadIOStrategy.createDefaultWorkerPoolConfig(Transport transport)
           
 ThreadPoolConfig AbstractIOStrategy.createDefaultWorkerPoolConfig(Transport transport)
           
 

Uses of ThreadPoolConfig in org.glassfish.grizzly.threadpool
 

Fields in org.glassfish.grizzly.threadpool declared as ThreadPoolConfig
protected  ThreadPoolConfig GrizzlyExecutorService.config
           
protected  ThreadPoolConfig AbstractThreadPool.config
           
 

Methods in org.glassfish.grizzly.threadpool that return ThreadPoolConfig
 ThreadPoolConfig ThreadPoolConfig.copy()
           
static ThreadPoolConfig ThreadPoolConfig.defaultConfig()
           
 ThreadPoolConfig AbstractThreadPool.getConfig()
           
 ThreadPoolConfig GrizzlyExecutorService.getConfiguration()
           
 ThreadPoolConfig ThreadPoolConfig.setCorePoolSize(int corePoolSize)
           
 ThreadPoolConfig ThreadPoolConfig.setKeepAliveTime(long time, java.util.concurrent.TimeUnit unit)
           
 ThreadPoolConfig ThreadPoolConfig.setMaxPoolSize(int maxPoolSize)
           
 ThreadPoolConfig ThreadPoolConfig.setMemoryManager(MemoryManager mm)
           
 ThreadPoolConfig ThreadPoolConfig.setPoolName(java.lang.String poolname)
           
 ThreadPoolConfig ThreadPoolConfig.setPriority(int priority)
           
 ThreadPoolConfig ThreadPoolConfig.setQueue(java.util.Queue<java.lang.Runnable> queue)
           
 ThreadPoolConfig ThreadPoolConfig.setQueueLimit(int queueLimit)
           
 ThreadPoolConfig ThreadPoolConfig.setThreadFactory(java.util.concurrent.ThreadFactory threadFactory)
           
 ThreadPoolConfig ThreadPoolConfig.setTransactionMonitor(DelayedExecutor transactionMonitor)
           
 ThreadPoolConfig ThreadPoolConfig.setTransactionTimeout(DelayedExecutor transactionMonitor, long transactionTimeout, java.util.concurrent.TimeUnit timeunit)
           
 ThreadPoolConfig ThreadPoolConfig.setTransactionTimeout(long transactionTimeout, java.util.concurrent.TimeUnit timeunit)
           
 

Methods in org.glassfish.grizzly.threadpool 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 org.glassfish.grizzly.threadpool with parameters of type ThreadPoolConfig
AbstractThreadPool(ThreadPoolConfig config)
           
FixedThreadPool(ThreadPoolConfig config)
           
GrizzlyExecutorService(ThreadPoolConfig config)
           
SyncThreadPool(ThreadPoolConfig config)
           
ThreadPoolConfig(ThreadPoolConfig cfg)
           
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.