|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.thrift.server.TServer.AbstractServerArgs<TThreadPoolServer.Args>
org.apache.thrift.server.TThreadPoolServer.Args
public static class TThreadPoolServer.Args
| Field Summary | |
|---|---|
int |
maxWorkerThreads
|
int |
minWorkerThreads
|
java.util.concurrent.TimeUnit |
stopTimeoutUnit
|
int |
stopTimeoutVal
|
| Constructor Summary | |
|---|---|
TThreadPoolServer.Args(TServerTransport transport)
|
|
| Method Summary | |
|---|---|
TThreadPoolServer.Args |
maxWorkerThreads(int n)
|
TThreadPoolServer.Args |
minWorkerThreads(int n)
|
| Methods inherited from class org.apache.thrift.server.TServer.AbstractServerArgs |
|---|
inputProtocolFactory, inputTransportFactory, outputProtocolFactory, outputTransportFactory, processor, processorFactory, protocolFactory, transportFactory |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public int minWorkerThreads
public int maxWorkerThreads
public int stopTimeoutVal
public java.util.concurrent.TimeUnit stopTimeoutUnit
| Constructor Detail |
|---|
public TThreadPoolServer.Args(TServerTransport transport)
| Method Detail |
|---|
public TThreadPoolServer.Args minWorkerThreads(int n)
public TThreadPoolServer.Args maxWorkerThreads(int n)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||