Class TBoundedThreadPoolServer.ClientConnnection

java.lang.Object
org.apache.hadoop.hbase.thrift.TBoundedThreadPoolServer.ClientConnnection
All Implemented Interfaces:
Runnable
Enclosing class:
TBoundedThreadPoolServer

private final class TBoundedThreadPoolServer.ClientConnnection extends Object implements Runnable
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    private org.apache.thrift.transport.TTransport
     
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    private
    ClientConnnection(org.apache.thrift.transport.TTransport client)
    Default constructor.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    run()
    Loops on processing a client forever

    Methods inherited from class java.lang.Object

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

    • client

      private org.apache.thrift.transport.TTransport client
  • Constructor Details

    • ClientConnnection

      private ClientConnnection(org.apache.thrift.transport.TTransport client)
      Default constructor.
      Parameters:
      client - Transport to process
  • Method Details

    • run

      public void run()
      Loops on processing a client forever
      Specified by:
      run in interface Runnable