Class RampupThrottlingFn<T>

java.lang.Object
org.apache.beam.sdk.transforms.DoFn<T,T>
org.apache.beam.sdk.io.gcp.datastore.RampupThrottlingFn<T>
All Implemented Interfaces:
Serializable, HasDisplayData

public class RampupThrottlingFn<T> extends DoFn<T,T> implements Serializable
An implementation of a client-side throttler that enforces a gradual ramp-up, broadly in line with Datastore best practices. See also https://cloud.google.com/datastore/docs/best-practices#ramping_up_traffic.
See Also: