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, wait
Methods 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:
update
in interfaceThroughputEstimator<T>
- Parameters:
timeOfRecords
- ignoredelement
- ignored
-
getFrom
public double getFrom(com.google.cloud.Timestamp time) Always returns 0.- Specified by:
getFrom
in interfaceThroughputEstimator<T>
- Parameters:
time
- ignored- Returns:
- 0
-