Class ThriftHsHaServer.Args

java.lang.Object
org.apache.thrift.server.TServer.AbstractServerArgs<org.apache.thrift.server.THsHaServer.Args>
org.apache.thrift.server.AbstractNonblockingServer.AbstractNonblockingServerArgs<org.apache.thrift.server.THsHaServer.Args>
org.apache.thrift.server.THsHaServer.Args
org.apache.camel.component.thrift.server.ThriftHsHaServer.Args
Enclosing class:
ThriftHsHaServer

public static class ThriftHsHaServer.Args extends org.apache.thrift.server.THsHaServer.Args
  • Field Summary

    Fields inherited from class org.apache.thrift.server.THsHaServer.Args

    maxWorkerThreads, minWorkerThreads

    Fields inherited from class org.apache.thrift.server.AbstractNonblockingServer.AbstractNonblockingServerArgs

    maxReadBufferBytes
  • Constructor Summary

    Constructors
    Constructor
    Description
    Args(org.apache.thrift.transport.TNonblockingServerTransport transport)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    context(org.apache.camel.CamelContext context)
     
     

    Methods inherited from class org.apache.thrift.server.THsHaServer.Args

    executorService, getExecutorService, getMaxWorkerThreads, getMinWorkerThreads, getStopTimeoutUnit, getStopTimeoutVal, getWorkerThreads, maxWorkerThreads, minWorkerThreads, stopTimeoutUnit, stopTimeoutVal, workerThreads

    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
  • Constructor Details

    • Args

      public Args(org.apache.thrift.transport.TNonblockingServerTransport transport)
  • Method Details