@Internal
See: Description
| Interface | Description |
|---|---|
| SizeEstimator<T> |
| Class | Description |
|---|---|
| BytesThroughputEstimator<T> |
An estimator to provide an estimate on the byte throughput of the outputted elements.
|
| CoderSizeEstimator<T> |
This class is used to estimate the size in bytes of a given element.
|
| NullSizeEstimator<T> |
NoOp implementation of a size estimator.
|
| Exception | Description |
|---|---|
| EncodingException |
Represents an error during encoding (serializing) a class.
|