|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface TBase<T extends TBase>
Generic base interface for generated Thrift objects.
| Method Summary | |
|---|---|
void |
clear()
Return to the state of having just been initialized, as though you had just called the default constructor. |
TBase<T> |
deepCopy()
Creates a deep copy of the object. |
void |
read(TProtocol iprot)
Reads an instance of the object from the given protocol. |
void |
write(TProtocol oprot)
Writes the object to the given protocol. |
| Methods inherited from interface java.lang.Comparable |
|---|
compareTo |
| Method Detail |
|---|
void read(TProtocol iprot)
throws TException
iprot - Input protocol
TException
void write(TProtocol oprot)
throws TException
oprot - Output protocol
TExceptionTBase<T> deepCopy()
void clear()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||