org.apache.thrift.server
Class TThreadPoolServer.Options

java.lang.Object
  extended by org.apache.thrift.server.TThreadPoolServer.Options
Enclosing class:
TThreadPoolServer

public static class TThreadPoolServer.Options
extends java.lang.Object


Field Summary
 int maxWorkerThreads
           
 int minWorkerThreads
           
 java.util.concurrent.TimeUnit stopTimeoutUnit
           
 int stopTimeoutVal
           
 
Constructor Summary
TThreadPoolServer.Options()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

minWorkerThreads

public int minWorkerThreads

maxWorkerThreads

public int maxWorkerThreads

stopTimeoutVal

public int stopTimeoutVal

stopTimeoutUnit

public java.util.concurrent.TimeUnit stopTimeoutUnit
Constructor Detail

TThreadPoolServer.Options

public TThreadPoolServer.Options()