@Deprecated public class InterningProtocol extends org.apache.thrift.protocol.TProtocol
Constructor and Description |
---|
InterningProtocol(org.apache.thrift.protocol.TProtocol delegate)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
Deprecated.
|
int |
getMinSerializedSize(byte b)
Deprecated.
|
org.apache.thrift.transport.TTransport |
getTransport()
Deprecated.
|
int |
hashCode()
Deprecated.
|
ByteBuffer |
readBinary()
Deprecated.
|
boolean |
readBool()
Deprecated.
|
byte |
readByte()
Deprecated.
|
double |
readDouble()
Deprecated.
|
org.apache.thrift.protocol.TField |
readFieldBegin()
Deprecated.
|
void |
readFieldEnd()
Deprecated.
|
short |
readI16()
Deprecated.
|
int |
readI32()
Deprecated.
|
long |
readI64()
Deprecated.
|
org.apache.thrift.protocol.TList |
readListBegin()
Deprecated.
|
void |
readListEnd()
Deprecated.
|
org.apache.thrift.protocol.TMap |
readMapBegin()
Deprecated.
|
void |
readMapEnd()
Deprecated.
|
org.apache.thrift.protocol.TMessage |
readMessageBegin()
Deprecated.
|
void |
readMessageEnd()
Deprecated.
|
org.apache.thrift.protocol.TSet |
readSetBegin()
Deprecated.
|
void |
readSetEnd()
Deprecated.
|
String |
readString()
Deprecated.
|
org.apache.thrift.protocol.TStruct |
readStructBegin()
Deprecated.
|
void |
readStructEnd()
Deprecated.
|
void |
reset()
Deprecated.
|
String |
toString()
Deprecated.
|
void |
writeBinary(ByteBuffer buf)
Deprecated.
|
void |
writeBool(boolean b)
Deprecated.
|
void |
writeByte(byte b)
Deprecated.
|
void |
writeDouble(double dub)
Deprecated.
|
void |
writeFieldBegin(org.apache.thrift.protocol.TField field)
Deprecated.
|
void |
writeFieldEnd()
Deprecated.
|
void |
writeFieldStop()
Deprecated.
|
void |
writeI16(short i16)
Deprecated.
|
void |
writeI32(int i32)
Deprecated.
|
void |
writeI64(long i64)
Deprecated.
|
void |
writeListBegin(org.apache.thrift.protocol.TList list)
Deprecated.
|
void |
writeListEnd()
Deprecated.
|
void |
writeMapBegin(org.apache.thrift.protocol.TMap map)
Deprecated.
|
void |
writeMapEnd()
Deprecated.
|
void |
writeMessageBegin(org.apache.thrift.protocol.TMessage message)
Deprecated.
|
void |
writeMessageEnd()
Deprecated.
|
void |
writeSetBegin(org.apache.thrift.protocol.TSet set)
Deprecated.
|
void |
writeSetEnd()
Deprecated.
|
void |
writeString(String str)
Deprecated.
|
void |
writeStructBegin(org.apache.thrift.protocol.TStruct struct)
Deprecated.
|
void |
writeStructEnd()
Deprecated.
|
public InterningProtocol(org.apache.thrift.protocol.TProtocol delegate)
public org.apache.thrift.transport.TTransport getTransport()
getTransport
in class org.apache.thrift.protocol.TProtocol
public void writeMessageBegin(org.apache.thrift.protocol.TMessage message) throws org.apache.thrift.TException
writeMessageBegin
in class org.apache.thrift.protocol.TProtocol
org.apache.thrift.TException
public void writeMessageEnd() throws org.apache.thrift.TException
writeMessageEnd
in class org.apache.thrift.protocol.TProtocol
org.apache.thrift.TException
public void writeStructBegin(org.apache.thrift.protocol.TStruct struct) throws org.apache.thrift.TException
writeStructBegin
in class org.apache.thrift.protocol.TProtocol
org.apache.thrift.TException
public void writeStructEnd() throws org.apache.thrift.TException
writeStructEnd
in class org.apache.thrift.protocol.TProtocol
org.apache.thrift.TException
public void writeFieldBegin(org.apache.thrift.protocol.TField field) throws org.apache.thrift.TException
writeFieldBegin
in class org.apache.thrift.protocol.TProtocol
org.apache.thrift.TException
public void writeFieldEnd() throws org.apache.thrift.TException
writeFieldEnd
in class org.apache.thrift.protocol.TProtocol
org.apache.thrift.TException
public void writeFieldStop() throws org.apache.thrift.TException
writeFieldStop
in class org.apache.thrift.protocol.TProtocol
org.apache.thrift.TException
public void writeMapBegin(org.apache.thrift.protocol.TMap map) throws org.apache.thrift.TException
writeMapBegin
in class org.apache.thrift.protocol.TProtocol
org.apache.thrift.TException
public void writeMapEnd() throws org.apache.thrift.TException
writeMapEnd
in class org.apache.thrift.protocol.TProtocol
org.apache.thrift.TException
public void writeListBegin(org.apache.thrift.protocol.TList list) throws org.apache.thrift.TException
writeListBegin
in class org.apache.thrift.protocol.TProtocol
org.apache.thrift.TException
public void writeListEnd() throws org.apache.thrift.TException
writeListEnd
in class org.apache.thrift.protocol.TProtocol
org.apache.thrift.TException
public void writeSetBegin(org.apache.thrift.protocol.TSet set) throws org.apache.thrift.TException
writeSetBegin
in class org.apache.thrift.protocol.TProtocol
org.apache.thrift.TException
public void writeSetEnd() throws org.apache.thrift.TException
writeSetEnd
in class org.apache.thrift.protocol.TProtocol
org.apache.thrift.TException
public void writeBool(boolean b) throws org.apache.thrift.TException
writeBool
in class org.apache.thrift.protocol.TProtocol
org.apache.thrift.TException
public void writeByte(byte b) throws org.apache.thrift.TException
writeByte
in class org.apache.thrift.protocol.TProtocol
org.apache.thrift.TException
public void writeI16(short i16) throws org.apache.thrift.TException
writeI16
in class org.apache.thrift.protocol.TProtocol
org.apache.thrift.TException
public void writeI32(int i32) throws org.apache.thrift.TException
writeI32
in class org.apache.thrift.protocol.TProtocol
org.apache.thrift.TException
public void writeI64(long i64) throws org.apache.thrift.TException
writeI64
in class org.apache.thrift.protocol.TProtocol
org.apache.thrift.TException
public void writeDouble(double dub) throws org.apache.thrift.TException
writeDouble
in class org.apache.thrift.protocol.TProtocol
org.apache.thrift.TException
public void writeString(String str) throws org.apache.thrift.TException
writeString
in class org.apache.thrift.protocol.TProtocol
org.apache.thrift.TException
public void writeBinary(ByteBuffer buf) throws org.apache.thrift.TException
writeBinary
in class org.apache.thrift.protocol.TProtocol
org.apache.thrift.TException
public org.apache.thrift.protocol.TMessage readMessageBegin() throws org.apache.thrift.TException
readMessageBegin
in class org.apache.thrift.protocol.TProtocol
org.apache.thrift.TException
public void readMessageEnd() throws org.apache.thrift.TException
readMessageEnd
in class org.apache.thrift.protocol.TProtocol
org.apache.thrift.TException
public org.apache.thrift.protocol.TStruct readStructBegin() throws org.apache.thrift.TException
readStructBegin
in class org.apache.thrift.protocol.TProtocol
org.apache.thrift.TException
public void readStructEnd() throws org.apache.thrift.TException
readStructEnd
in class org.apache.thrift.protocol.TProtocol
org.apache.thrift.TException
public org.apache.thrift.protocol.TField readFieldBegin() throws org.apache.thrift.TException
readFieldBegin
in class org.apache.thrift.protocol.TProtocol
org.apache.thrift.TException
public void readFieldEnd() throws org.apache.thrift.TException
readFieldEnd
in class org.apache.thrift.protocol.TProtocol
org.apache.thrift.TException
public org.apache.thrift.protocol.TMap readMapBegin() throws org.apache.thrift.TException
readMapBegin
in class org.apache.thrift.protocol.TProtocol
org.apache.thrift.TException
public void readMapEnd() throws org.apache.thrift.TException
readMapEnd
in class org.apache.thrift.protocol.TProtocol
org.apache.thrift.TException
public org.apache.thrift.protocol.TList readListBegin() throws org.apache.thrift.TException
readListBegin
in class org.apache.thrift.protocol.TProtocol
org.apache.thrift.TException
public void readListEnd() throws org.apache.thrift.TException
readListEnd
in class org.apache.thrift.protocol.TProtocol
org.apache.thrift.TException
public org.apache.thrift.protocol.TSet readSetBegin() throws org.apache.thrift.TException
readSetBegin
in class org.apache.thrift.protocol.TProtocol
org.apache.thrift.TException
public void readSetEnd() throws org.apache.thrift.TException
readSetEnd
in class org.apache.thrift.protocol.TProtocol
org.apache.thrift.TException
public boolean readBool() throws org.apache.thrift.TException
readBool
in class org.apache.thrift.protocol.TProtocol
org.apache.thrift.TException
public byte readByte() throws org.apache.thrift.TException
readByte
in class org.apache.thrift.protocol.TProtocol
org.apache.thrift.TException
public short readI16() throws org.apache.thrift.TException
readI16
in class org.apache.thrift.protocol.TProtocol
org.apache.thrift.TException
public int readI32() throws org.apache.thrift.TException
readI32
in class org.apache.thrift.protocol.TProtocol
org.apache.thrift.TException
public long readI64() throws org.apache.thrift.TException
readI64
in class org.apache.thrift.protocol.TProtocol
org.apache.thrift.TException
public double readDouble() throws org.apache.thrift.TException
readDouble
in class org.apache.thrift.protocol.TProtocol
org.apache.thrift.TException
public String readString() throws org.apache.thrift.TException
readString
in class org.apache.thrift.protocol.TProtocol
org.apache.thrift.TException
public ByteBuffer readBinary() throws org.apache.thrift.TException
readBinary
in class org.apache.thrift.protocol.TProtocol
org.apache.thrift.TException
public int getMinSerializedSize(byte b) throws org.apache.thrift.TException
getMinSerializedSize
in class org.apache.thrift.protocol.TProtocol
org.apache.thrift.TException
public void reset()
reset
in class org.apache.thrift.protocol.TProtocol
Copyright © 2022 The Apache Software Foundation. All rights reserved.