org.apache.hadoop.hive.thrift
Class TUGIContainingTransport.Factory
java.lang.Object
org.apache.thrift.transport.TTransportFactory
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.
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 |
TUGIContainingTransport.Factory
public TUGIContainingTransport.Factory()
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 © 2011 The Apache Software Foundation