Class TUgiAssumingTransport
java.lang.Object
org.apache.thrift.transport.TTransport
io.trino.plugin.hive.metastore.thrift.TFilterTransport
io.trino.plugin.hive.metastore.thrift.TUgiAssumingTransport
- All Implemented Interfaces:
Closeable,AutoCloseable
-
Field Summary
Fields inherited from class io.trino.plugin.hive.metastore.thrift.TFilterTransport
transport -
Constructor Summary
ConstructorsConstructorDescriptionTUgiAssumingTransport(org.apache.thrift.transport.TTransport transport, org.apache.hadoop.security.UserGroupInformation ugi) -
Method Summary
Methods inherited from class io.trino.plugin.hive.metastore.thrift.TFilterTransport
checkReadBytesAvailable, close, consumeBuffer, flush, getBuffer, getBufferPosition, getBytesRemainingInBuffer, getConfiguration, isOpen, peek, read, read, readAll, updateKnownMessageSize, write, write, write
-
Constructor Details
-
TUgiAssumingTransport
public TUgiAssumingTransport(org.apache.thrift.transport.TTransport transport, org.apache.hadoop.security.UserGroupInformation ugi)
-
-
Method Details
-
open
public void open() throws org.apache.thrift.transport.TTransportException- Overrides:
openin classTFilterTransport- Throws:
org.apache.thrift.transport.TTransportException
-