Uses of Class
com.google.cloud.bigtable.config.BulkOptions
-
Packages that use BulkOptions Package Description com.google.cloud.bigtable.config com.google.cloud.bigtable.grpc.async -
-
Uses of BulkOptions in com.google.cloud.bigtable.config
Methods in com.google.cloud.bigtable.config that return BulkOptions Modifier and Type Method and Description BulkOptions
BulkOptions.Builder. build()
protected BulkOptions
BulkOptions. clone()
BulkOptions
BigtableOptions. getBulkOptions()
Getter for the fieldbulkOptions
.Methods in com.google.cloud.bigtable.config with parameters of type BulkOptions Modifier and Type Method and Description BigtableOptions.Builder
BigtableOptions.Builder. setBulkOptions(BulkOptions bulkOptions)
-
Uses of BulkOptions in com.google.cloud.bigtable.grpc.async
Constructors in com.google.cloud.bigtable.grpc.async with parameters of type BulkOptions Constructor and Description BulkMutation(BigtableTableName tableName, BigtableDataClient client, ScheduledExecutorService retryExecutorService, BulkOptions bulkOptions)
Constructor for BulkMutation.
-