Package org.apache.thrift.server
Class THsHaServer.Args
- java.lang.Object
-
- org.apache.thrift.server.TServer.AbstractServerArgs<T>
-
- org.apache.thrift.server.AbstractNonblockingServer.AbstractNonblockingServerArgs<THsHaServer.Args>
-
- org.apache.thrift.server.THsHaServer.Args
-
- Enclosing class:
- THsHaServer
public static class THsHaServer.Args extends AbstractNonblockingServer.AbstractNonblockingServerArgs<THsHaServer.Args>
-
-
Field Summary
-
Fields inherited from class org.apache.thrift.server.AbstractNonblockingServer.AbstractNonblockingServerArgs
maxReadBufferBytes
-
-
Constructor Summary
Constructors Constructor Description Args(TNonblockingServerTransport transport)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description THsHaServer.Args
executorService(java.util.concurrent.ExecutorService executorService)
java.util.concurrent.ExecutorService
getExecutorService()
java.util.concurrent.TimeUnit
getStopTimeoutUnit()
int
getStopTimeoutVal()
int
getWorkerThreads()
THsHaServer.Args
stopTimeoutUnit(java.util.concurrent.TimeUnit stopTimeoutUnit)
THsHaServer.Args
stopTimeoutVal(int stopTimeoutVal)
THsHaServer.Args
workerThreads(int i)
-
Methods inherited from class org.apache.thrift.server.TServer.AbstractServerArgs
inputProtocolFactory, inputTransportFactory, outputProtocolFactory, outputTransportFactory, processor, processorFactory, protocolFactory, transportFactory
-
-
-
-
Constructor Detail
-
Args
public Args(TNonblockingServerTransport transport)
-
-
Method Detail
-
workerThreads
public THsHaServer.Args workerThreads(int i)
-
getWorkerThreads
public int getWorkerThreads()
-
getStopTimeoutVal
public int getStopTimeoutVal()
-
stopTimeoutVal
public THsHaServer.Args stopTimeoutVal(int stopTimeoutVal)
-
getStopTimeoutUnit
public java.util.concurrent.TimeUnit getStopTimeoutUnit()
-
stopTimeoutUnit
public THsHaServer.Args stopTimeoutUnit(java.util.concurrent.TimeUnit stopTimeoutUnit)
-
getExecutorService
public java.util.concurrent.ExecutorService getExecutorService()
-
executorService
public THsHaServer.Args executorService(java.util.concurrent.ExecutorService executorService)
-
-