Package org.apache.hadoop.hive.serde2.thrift

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.
 

Class Summary
TBinarySortableProtocol An implementation of the Thrift Protocol for binary sortable records.
TBinarySortableProtocol.Factory Factory for TBinarySortableProtocol objects
TCTLSeparatedProtocol An implementation of the Thrift Protocol for ctl separated records.
TCTLSeparatedProtocol.Factory Factory for JSON protocol objects
 



Copyright © 2009 The Apache Software Foundation