| Batch |
A container for the result of creating a batch of request entries, including:
The actual list of entries forming the batch
The total size in bytes of those entries
The total number of entries in the batch
|
| BatchCreator |
A pluggable interface for forming batches of request entries from a buffer.
|
| BufferedRequestState |
|
| ElementConverter |
This interface specifies the mapping between elements of a stream to request entries that can be
sent to the destination.
|
| RequestBuffer |
A flexible wrapper interface for managing buffered request entries in an async sink.
|
| RequestEntryWrapper |
A wrapper that contains a RequestEntryT ready to be written by the Sink Writer class,
along with the size of that entry as defined by the method getSizeInBytes(RequestEntryT)
of the AsyncSinkWriter.
|
| ResultHandler |
|