Class ThriftThreadPoolServer

java.lang.Object
org.apache.thrift.server.TServer
org.apache.thrift.server.TThreadPoolServer
org.apache.camel.component.thrift.server.ThriftThreadPoolServer

public class ThriftThreadPoolServer extends org.apache.thrift.server.TThreadPoolServer
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static class 
     

    Nested classes/interfaces inherited from class org.apache.thrift.server.TServer

    org.apache.thrift.server.TServer.AbstractServerArgs<T extends org.apache.thrift.server.TServer.AbstractServerArgs<T>>
  • Field Summary

    Fields inherited from class org.apache.thrift.server.TServer

    eventHandler_, inputProtocolFactory_, inputTransportFactory_, outputProtocolFactory_, outputTransportFactory_, processorFactory_, serverTransport_, stopped_
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    void
     

    Methods inherited from class org.apache.thrift.server.TThreadPoolServer

    execute, getExecutorService, preServe, waitForShutdown

    Methods inherited from class org.apache.thrift.server.TServer

    getEventHandler, getShouldStop, isServing, setServerEventHandler, setServing, setShouldStop

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • serve

      public void serve()
      Overrides:
      serve in class org.apache.thrift.server.TThreadPoolServer
    • stop

      public void stop()
      Overrides:
      stop in class org.apache.thrift.server.TThreadPoolServer