public class TFilterTransport
extends org.apache.kyuubi.shaded.thrift.transport.TTransport
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.kyuubi.shaded.thrift.transport.TTransport |
wrapped |
| Constructor and Description |
|---|
TFilterTransport(org.apache.kyuubi.shaded.thrift.transport.TTransport wrapped) |
| Modifier and Type | Method and Description |
|---|---|
void |
checkReadBytesAvailable(long l) |
void |
close() |
void |
consumeBuffer(int len) |
void |
flush() |
byte[] |
getBuffer() |
int |
getBufferPosition() |
int |
getBytesRemainingInBuffer() |
org.apache.kyuubi.shaded.thrift.TConfiguration |
getConfiguration() |
boolean |
isOpen() |
void |
open() |
boolean |
peek() |
int |
read(byte[] buf,
int off,
int len) |
int |
readAll(byte[] buf,
int off,
int len) |
void |
updateKnownMessageSize(long l) |
void |
write(byte[] buf) |
void |
write(byte[] buf,
int off,
int len) |
public TFilterTransport(org.apache.kyuubi.shaded.thrift.transport.TTransport wrapped)
public void open()
throws org.apache.kyuubi.shaded.thrift.transport.TTransportException
open in class org.apache.kyuubi.shaded.thrift.transport.TTransportorg.apache.kyuubi.shaded.thrift.transport.TTransportExceptionpublic boolean isOpen()
isOpen in class org.apache.kyuubi.shaded.thrift.transport.TTransportpublic boolean peek()
peek in class org.apache.kyuubi.shaded.thrift.transport.TTransportpublic void close()
close in interface Closeableclose in interface AutoCloseableclose in class org.apache.kyuubi.shaded.thrift.transport.TTransportpublic int read(byte[] buf,
int off,
int len)
throws org.apache.kyuubi.shaded.thrift.transport.TTransportException
read in class org.apache.kyuubi.shaded.thrift.transport.TTransportorg.apache.kyuubi.shaded.thrift.transport.TTransportExceptionpublic int readAll(byte[] buf,
int off,
int len)
throws org.apache.kyuubi.shaded.thrift.transport.TTransportException
readAll in class org.apache.kyuubi.shaded.thrift.transport.TTransportorg.apache.kyuubi.shaded.thrift.transport.TTransportExceptionpublic void write(byte[] buf)
throws org.apache.kyuubi.shaded.thrift.transport.TTransportException
write in class org.apache.kyuubi.shaded.thrift.transport.TTransportorg.apache.kyuubi.shaded.thrift.transport.TTransportExceptionpublic void write(byte[] buf,
int off,
int len)
throws org.apache.kyuubi.shaded.thrift.transport.TTransportException
write in class org.apache.kyuubi.shaded.thrift.transport.TTransportorg.apache.kyuubi.shaded.thrift.transport.TTransportExceptionpublic void flush()
throws org.apache.kyuubi.shaded.thrift.transport.TTransportException
flush in class org.apache.kyuubi.shaded.thrift.transport.TTransportorg.apache.kyuubi.shaded.thrift.transport.TTransportExceptionpublic byte[] getBuffer()
getBuffer in class org.apache.kyuubi.shaded.thrift.transport.TTransportpublic int getBufferPosition()
getBufferPosition in class org.apache.kyuubi.shaded.thrift.transport.TTransportpublic int getBytesRemainingInBuffer()
getBytesRemainingInBuffer in class org.apache.kyuubi.shaded.thrift.transport.TTransportpublic void consumeBuffer(int len)
consumeBuffer in class org.apache.kyuubi.shaded.thrift.transport.TTransportpublic org.apache.kyuubi.shaded.thrift.TConfiguration getConfiguration()
getConfiguration in class org.apache.kyuubi.shaded.thrift.transport.TTransportpublic void updateKnownMessageSize(long l)
throws org.apache.kyuubi.shaded.thrift.transport.TTransportException
updateKnownMessageSize in class org.apache.kyuubi.shaded.thrift.transport.TTransportorg.apache.kyuubi.shaded.thrift.transport.TTransportExceptionpublic void checkReadBytesAvailable(long l)
throws org.apache.kyuubi.shaded.thrift.transport.TTransportException
checkReadBytesAvailable in class org.apache.kyuubi.shaded.thrift.transport.TTransportorg.apache.kyuubi.shaded.thrift.transport.TTransportExceptionCopyright © 2022 The Apache Software Foundation. All rights reserved.