Interface Summary |
ConfigurableTProtocol |
An interface for TProtocols that need to have properties passed in to
initialize them. |
SkippableTProtocol |
An interface for TProtocols that can efficiently skip fields when
deserializing. |
WriteNullsProtocol |
An interface for TProtocols that actually write out nulls -
This should be for all those that don't actually use
fieldids in the written data like TCTLSeparatedProtocol. |
WriteTextProtocol |
An interface for TProtocols that can write out data in hadoop Text objects
(UTF-8 encoded String). |