- TApplicationException - Exception in com.facebook.drift
-
- TApplicationException() - Constructor for exception com.facebook.drift.TApplicationException
-
- TApplicationException(TApplicationException.Type, String) - Constructor for exception com.facebook.drift.TApplicationException
-
- TApplicationException(int, String) - Constructor for exception com.facebook.drift.TApplicationException
-
- TApplicationException.Type - Enum in com.facebook.drift
-
- TException - Exception in com.facebook.drift
-
- TException() - Constructor for exception com.facebook.drift.TException
-
- TException(String) - Constructor for exception com.facebook.drift.TException
-
- TException(String, Throwable) - Constructor for exception com.facebook.drift.TException
-
- TException(Throwable) - Constructor for exception com.facebook.drift.TException
-
- ThriftConstructor - Annotation Type in com.facebook.drift.annotations
-
The constructor Thrift should use when creating the class.
- ThriftDocumentation - Annotation Type in com.facebook.drift.annotations
-
- ThriftEnum - Annotation Type in com.facebook.drift.annotations
-
- ThriftEnumUnknownValue - Annotation Type in com.facebook.drift.annotations
-
Marks the enum constant to use when decoding an unknown enum value.
- ThriftEnumValue - Annotation Type in com.facebook.drift.annotations
-
Marks the method of a Thrift enum that will return the value of the enum constant in Thrift.
- ThriftException - Annotation Type in com.facebook.drift.annotations
-
Provides mapping for Thrift method exceptions
- ThriftField - Annotation Type in com.facebook.drift.annotations
-
Marks a field, method or parameter as a Thrift field.
- ThriftField.Recursiveness - Enum in com.facebook.drift.annotations
-
- ThriftField.Requiredness - Enum in com.facebook.drift.annotations
-
Indicates the behavior for a field when a value is not received, or when the value
of the field is not set when sending.
- ThriftHeader - Annotation Type in com.facebook.drift.annotations
-
Maps a parameter to a Thrift header.
- ThriftId - Annotation Type in com.facebook.drift.annotations
-
Provides mapping for Thrift method exceptions IDs
- ThriftIdlAnnotation - Annotation Type in com.facebook.drift.annotations
-
- ThriftMethod - Annotation Type in com.facebook.drift.annotations
-
Marks a method to be exported in a Thrift service.
- ThriftOrder - Annotation Type in com.facebook.drift.annotations
-
- ThriftService - Annotation Type in com.facebook.drift.annotations
-
Marks a class as a service that can be exported with Thrift.
- ThriftStruct - Annotation Type in com.facebook.drift.annotations
-
- ThriftUnion - Annotation Type in com.facebook.drift.annotations
-
- ThriftUnionId - Annotation Type in com.facebook.drift.annotations
-
Marks a field or method as the field containing the state of an union.