org.apache.hadoop.hbase.thrift
Class TBoundedThreadPoolServer.Args

java.lang.Object
  extended by org.apache.thrift.server.TServer.AbstractServerArgs<org.apache.thrift.server.TThreadPoolServer.Args>
      extended by org.apache.thrift.server.TThreadPoolServer.Args
          extended by org.apache.hadoop.hbase.thrift.TBoundedThreadPoolServer.Args
Enclosing class:
TBoundedThreadPoolServer

public static class TBoundedThreadPoolServer.Args
extends org.apache.thrift.server.TThreadPoolServer.Args


Field Summary
 
Fields inherited from class org.apache.thrift.server.TThreadPoolServer.Args
maxWorkerThreads, minWorkerThreads, stopTimeoutUnit, stopTimeoutVal
 
Constructor Summary
TBoundedThreadPoolServer.Args(org.apache.thrift.transport.TServerTransport transport, org.apache.hadoop.conf.Configuration conf)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class org.apache.thrift.server.TThreadPoolServer.Args
maxWorkerThreads, minWorkerThreads
 
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, wait, wait, wait
 

Constructor Detail

TBoundedThreadPoolServer.Args

public TBoundedThreadPoolServer.Args(org.apache.thrift.transport.TServerTransport transport,
                                     org.apache.hadoop.conf.Configuration conf)
Method Detail

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013 The Apache Software Foundation. All Rights Reserved.