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.ArgsexecutorService(java.util.concurrent.ExecutorService executorService)java.util.concurrent.ExecutorServicegetExecutorService()java.util.concurrent.TimeUnitgetStopTimeoutUnit()intgetStopTimeoutVal()intgetWorkerThreads()THsHaServer.ArgsstopTimeoutUnit(java.util.concurrent.TimeUnit stopTimeoutUnit)THsHaServer.ArgsstopTimeoutVal(int stopTimeoutVal)THsHaServer.ArgsworkerThreads(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)
-
-