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