Package org.apache.thrift

Interface Summary
TBase<F extends TFieldIdEnum> Generic base interface for generated Thrift objects.
TEnum  
TFieldIdEnum Interface for all generated struct Fields objects.
TProcessor A processor is a generic object which operates upon an input stream and writes to some output stream.
 

Class Summary
IntRangeSet IntRangeSet is a specialized Set implementation designed specifically to make the generated validate() method calls faster.
TBaseHelper  
TByteArrayOutputStream Class that allows access to the underlying buf without doing deep copies on it.
TDeserializer Generic utility for easily deserializing objects from a byte array or Java String.
TFieldRequirementType Requirement type constants.
TProcessorFactory The default processor factory just returns a singleton instance.
TSerializer Generic utility for easily serializing objects into a byte array or Java String.
TUnion<F extends TFieldIdEnum>  
 

Exception Summary
TApplicationException Application level exception
TException Generic exception class for Thrift.