org.apache.thrift.server
Class THsHaServer.Options

java.lang.Object
  extended by org.apache.thrift.server.TNonblockingServer.Options
      extended by org.apache.thrift.server.THsHaServer.Options
Enclosing class:
THsHaServer

public static class THsHaServer.Options
extends TNonblockingServer.Options


Field Summary
 int maxWorkerThreads
           
 int minWorkerThreads
           
 java.util.concurrent.TimeUnit stopTimeoutUnit
           
 int stopTimeoutVal
           
 
Fields inherited from class org.apache.thrift.server.TNonblockingServer.Options
maxReadBufferBytes
 
Constructor Summary
THsHaServer.Options()
           
 
Method Summary
 
Methods inherited from class org.apache.thrift.server.TNonblockingServer.Options
validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

minWorkerThreads

public int minWorkerThreads

maxWorkerThreads

public int maxWorkerThreads

stopTimeoutVal

public int stopTimeoutVal

stopTimeoutUnit

public java.util.concurrent.TimeUnit stopTimeoutUnit
Constructor Detail

THsHaServer.Options

public THsHaServer.Options()