Uses of Class
org.apache.blur.thirdparty.thrift_0_9_0.server.TServer

Packages that use TServer
org.apache.blur.thirdparty.thrift_0_9_0.server   
 

Uses of TServer in org.apache.blur.thirdparty.thrift_0_9_0.server
 

Subclasses of TServer in org.apache.blur.thirdparty.thrift_0_9_0.server
 class AbstractNonblockingServer
          Provides common methods and classes used by nonblocking TServer implementations.
 class THsHaServer
          An extension of the TNonblockingServer to a Half-Sync/Half-Async server.
 class TNonblockingServer
          A nonblocking TServer implementation.
 class TSimpleServer
          Simple singlethreaded server for testing.
 class TThreadedSelectorServer
          A Half-Sync/Half-Async server with a separate pool of threads to handle non-blocking I/O.
 class TThreadPoolServer
          Server which uses Java's built in ThreadPool management to spawn off a worker pool that
 



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