o
org.apache.pekko.stream.connectors.googlecloud.bigquery
InsertAllRetryPolicy
Companion class InsertAllRetryPolicy
object InsertAllRetryPolicy
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- InsertAllRetryPolicy
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- def never: Never
Java API: Never retry failed insert requests
- def withDeduplication: WithDeduplication
Java API: Retry failed insert requests with best-effort deduplication
Java API: Retry failed insert requests with best-effort deduplication
- See also
- def withoutDeduplication: WithDeduplication
Java API: Retry failed insert requests without deduplication
- case object Never extends InsertAllRetryPolicy with Product with Serializable
Never retry failed insert requests
- case object WithDeduplication extends InsertAllRetryPolicy with Product with Serializable
Retry failed insert requests with best-effort deduplication
Retry failed insert requests with best-effort deduplication
- See also
- case object WithoutDeduplication extends InsertAllRetryPolicy with Product with Serializable
Retry failed insert requests without deduplication