org.apache.blur.thirdparty.thrift_0_9_0.server
Class THsHaServer

java.lang.Object
  extended by org.apache.blur.thirdparty.thrift_0_9_0.server.TServer
      extended by org.apache.blur.thirdparty.thrift_0_9_0.server.AbstractNonblockingServer
          extended by org.apache.blur.thirdparty.thrift_0_9_0.server.TNonblockingServer
              extended by org.apache.blur.thirdparty.thrift_0_9_0.server.THsHaServer

public class THsHaServer
extends TNonblockingServer

An extension of the TNonblockingServer to a Half-Sync/Half-Async server. Like TNonblockingServer, it relies on the use of TFramedTransport.


Nested Class Summary
static class THsHaServer.Args
           
 
Nested classes/interfaces inherited from class org.apache.blur.thirdparty.thrift_0_9_0.server.AbstractNonblockingServer
AbstractNonblockingServer.AbstractNonblockingServerArgs<T extends AbstractNonblockingServer.AbstractNonblockingServerArgs<T>>
 
Nested classes/interfaces inherited from class org.apache.blur.thirdparty.thrift_0_9_0.server.TServer
TServer.AbstractServerArgs<T extends TServer.AbstractServerArgs<T>>
 
Constructor Summary
THsHaServer(THsHaServer.Args args)
          Create the server with the specified Args configuration
 
Method Summary
 
Methods inherited from class org.apache.blur.thirdparty.thrift_0_9_0.server.TNonblockingServer
isStopped, stop
 
Methods inherited from class org.apache.blur.thirdparty.thrift_0_9_0.server.AbstractNonblockingServer
getEventHandler, serve, setServerEventHandler
 
Methods inherited from class org.apache.blur.thirdparty.thrift_0_9_0.server.TServer
isServing
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

THsHaServer

public THsHaServer(THsHaServer.Args args)
Create the server with the specified Args configuration



Copyright © 2012-2014 The Apache Software Foundation. All Rights Reserved.