org.apache.hadoop.hive.thrift
Class TUGIContainingTransport.Factory

java.lang.Object
  extended by org.apache.thrift.transport.TTransportFactory
      extended by org.apache.hadoop.hive.thrift.TUGIContainingTransport.Factory
Enclosing class:
TUGIContainingTransport

public static class TUGIContainingTransport.Factory
extends org.apache.thrift.transport.TTransportFactory

Factory to create TUGIContainingTransport.


Constructor Summary
TUGIContainingTransport.Factory()
           
 
Method Summary
 TUGIContainingTransport getTransport(org.apache.thrift.transport.TTransport trans)
          Get a new TUGIContainingTransport instance, or reuse the existing one if a TUGIContainingTransport has already been created before using the given TTransport as an underlying transport.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TUGIContainingTransport.Factory

public TUGIContainingTransport.Factory()
Method Detail

getTransport

public TUGIContainingTransport getTransport(org.apache.thrift.transport.TTransport trans)
Get a new TUGIContainingTransport instance, or reuse the existing one if a TUGIContainingTransport has already been created before using the given TTransport as an underlying transport. This ensures that a given underlying transport instance receives the same TUGIContainingTransport.

Overrides:
getTransport in class org.apache.thrift.transport.TTransportFactory


Copyright © 2012 The Apache Software Foundation