Package | Description |
---|---|
com.google.cloud.firestore |
Modifier and Type | Method and Description |
---|---|
static BulkWriterOptions.Builder |
BulkWriterOptions.builder() |
abstract BulkWriterOptions.Builder |
BulkWriterOptions.Builder.setExecutor(ScheduledExecutorService executor)
Set the executor that the BulkWriter instance schedules operations on.
|
BulkWriterOptions.Builder |
BulkWriterOptions.Builder.setInitialOpsPerSecond(int initialOpsPerSecond)
Set the initial maximum number of operations per second allowed by the throttler.
|
BulkWriterOptions.Builder |
BulkWriterOptions.Builder.setMaxOpsPerSecond(int maxOpsPerSecond)
Set the maximum number of operations per second allowed by the throttler.
|
abstract BulkWriterOptions.Builder |
BulkWriterOptions.Builder.setThrottlingEnabled(boolean enabled)
Sets whether throttling should be enabled.
|
abstract BulkWriterOptions.Builder |
BulkWriterOptions.toBuilder() |
Copyright © 2023 Google LLC. All rights reserved.