Class NullThroughputEstimator<T>
java.lang.Object
org.apache.beam.sdk.io.gcp.spanner.changestreams.estimator.NullThroughputEstimator<T>
- All Implemented Interfaces:
Serializable,ThroughputEstimator<T>
NoOp implementation of a throughput estimator. This will always return 0 as the throughput and it
will warn users that this is being used (it should not be used in production).
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.beam.sdk.io.gcp.spanner.changestreams.estimator.ThroughputEstimator
get
-
Constructor Details
-
NullThroughputEstimator
public NullThroughputEstimator()
-
-
Method Details
-
update
NoOp.- Specified by:
updatein interfaceThroughputEstimator<T>- Parameters:
timeOfRecords- ignoredelement- ignored
-
getFrom
public double getFrom(com.google.cloud.Timestamp time) Always returns 0.- Specified by:
getFromin interfaceThroughputEstimator<T>- Parameters:
time- ignored- Returns:
- 0
-