Class BackOffAdapter
java.lang.Object
org.apache.beam.sdk.extensions.gcp.util.BackOffAdapter
An adapter for converting between Apache Beam and Google API client representations of backoffs.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic com.google.api.client.util.BackOff
toGcpBackOff
(org.apache.beam.sdk.util.BackOff backOff) Returns an adapter to convert fromBackOff
toBackOff
.
-
Constructor Details
-
BackOffAdapter
public BackOffAdapter()
-
-
Method Details
-
toGcpBackOff
public static com.google.api.client.util.BackOff toGcpBackOff(org.apache.beam.sdk.util.BackOff backOff) Returns an adapter to convert fromBackOff
toBackOff
.
-