Package org.apache.hadoop.hbase.thrift
Class TBoundedThreadPoolServer.ClientConnnection
java.lang.Object
org.apache.hadoop.hbase.thrift.TBoundedThreadPoolServer.ClientConnnection
- All Implemented Interfaces:
Runnable
- Enclosing class:
- TBoundedThreadPoolServer
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate org.apache.hbase.thirdparty.org.apache.thrift.transport.TTransport -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateClientConnnection(org.apache.hbase.thirdparty.org.apache.thrift.transport.TTransport client) Default constructor. -
Method Summary
-
Field Details
-
client
-
-
Constructor Details
-
ClientConnnection
private ClientConnnection(org.apache.hbase.thirdparty.org.apache.thrift.transport.TTransport client) Default constructor.- Parameters:
client- Transport to process
-
-
Method Details