Package 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>
-
-
Field Summary
Fields Modifier and Type Field Description java.util.concurrent.ExecutorServiceexecutorServiceintmaxWorkerThreadsintminWorkerThreadsjava.util.concurrent.TimeUnitstopTimeoutUnitintstopTimeoutVal
-
Constructor Summary
Constructors Constructor Description Args(TServerTransport transport)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TThreadPoolServer.ArgsexecutorService(java.util.concurrent.ExecutorService executorService)TThreadPoolServer.ArgsmaxWorkerThreads(int n)TThreadPoolServer.ArgsminWorkerThreads(int n)TThreadPoolServer.ArgsstopTimeoutUnit(java.util.concurrent.TimeUnit tu)TThreadPoolServer.ArgsstopTimeoutVal(int n)-
Methods inherited from class org.apache.thrift.server.TServer.AbstractServerArgs
inputProtocolFactory, inputTransportFactory, outputProtocolFactory, outputTransportFactory, processor, processorFactory, protocolFactory, transportFactory
-
-
-
-
Constructor Detail
-
Args
public Args(TServerTransport transport)
-
-
Method Detail
-
minWorkerThreads
public TThreadPoolServer.Args minWorkerThreads(int n)
-
maxWorkerThreads
public TThreadPoolServer.Args maxWorkerThreads(int n)
-
stopTimeoutVal
public TThreadPoolServer.Args stopTimeoutVal(int n)
-
stopTimeoutUnit
public TThreadPoolServer.Args stopTimeoutUnit(java.util.concurrent.TimeUnit tu)
-
executorService
public TThreadPoolServer.Args executorService(java.util.concurrent.ExecutorService executorService)
-
-