java.lang.Object
org.apache.beam.sdk.io.gcp.bigtable.changestreams.estimator.NullSizeEstimator<T>
All Implemented Interfaces:
SizeEstimator<T>

@Internal public class NullSizeEstimator<T> extends Object implements 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 Details

    • NullSizeEstimator

      public NullSizeEstimator()
  • Method Details