Class NullSizeEstimator<T>
java.lang.Object
org.apache.beam.sdk.io.gcp.bigtable.changestreams.estimator.NullSizeEstimator<T>
- All Implemented Interfaces:
SizeEstimator<T>
NoOp implementation of a size estimator. This will always return 0 as the size and it will warn
users that this is being used (it should not be used in production).
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
NullSizeEstimator
public NullSizeEstimator()
-
-
Method Details
-
sizeOf
- Specified by:
sizeOfin interfaceSizeEstimator<T>
-