org.apache.thrift.server
Class TThreadPoolServer.Args
java.lang.Object
org.apache.thrift.server.TServer.AbstractServerArgs<TThreadPoolServer.Args>
org.apache.thrift.server.TThreadPoolServer.Args
- Enclosing class:
- TThreadPoolServer
public static class TThreadPoolServer.Args
- extends TServer.AbstractServerArgs<TThreadPoolServer.Args>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
minWorkerThreads
public int minWorkerThreads
maxWorkerThreads
public int maxWorkerThreads
executorService
public java.util.concurrent.ExecutorService executorService
stopTimeoutVal
public int stopTimeoutVal
stopTimeoutUnit
public java.util.concurrent.TimeUnit stopTimeoutUnit
TThreadPoolServer.Args
public TThreadPoolServer.Args(TServerTransport transport)
minWorkerThreads
public TThreadPoolServer.Args minWorkerThreads(int n)
maxWorkerThreads
public TThreadPoolServer.Args maxWorkerThreads(int n)
executorService
public TThreadPoolServer.Args executorService(java.util.concurrent.ExecutorService executorService)