| AsyncProcessFunction<I,T extends TBase,R> |
|
| EncodingUtils |
Utility methods for use when encoding/decoding raw data as byte arrays.
|
| Option<T> |
Implementation of the Option type pattern
|
| Option.None<T> |
The None type, representing an absent value (instead of "null")
|
| Option.Some<T> |
The Some type, representing an existence of some value
|
| ProcessFunction<I,T extends TBase> |
|
| TBaseAsyncProcessor<I> |
|
| TBaseHelper |
|
| TBaseProcessor<I> |
|
| TByteArrayOutputStream |
Class that allows access to the underlying buf without doing deep
copies on it.
|
| TConfiguration |
|
| TConfiguration.Builder |
|
| TDeserializer |
Generic utility for easily deserializing objects from a byte array or Java
String.
|
| TEnumHelper |
Utility class with static methods for interacting with TEnum
|
| TFieldRequirementType |
Requirement type constants.
|
| TMultiplexedProcessor |
TMultiplexedProcessor is a TProcessor allowing
a single TServer to provide multiple services.
|
| TNonblockingMultiFetchClient |
This class uses a single thread to set up non-blocking sockets to a set
of remote servers (hostname and port pairs), and sends a same request to
all these servers.
|
| TNonblockingMultiFetchStats |
This class keeps track of statistics for TNonblockinMultiFetchClient.
|
| TProcessorFactory |
The default processor factory just returns a singleton
instance.
|
| TSerializer |
Generic utility for easily serializing objects into a byte array or Java
String.
|
| TServiceClient |
A TServiceClient is used to communicate with a TService implementation
across protocols and transports.
|
| TUnion<T extends TUnion<T,F>,F extends TFieldIdEnum> |
|