| Package | Description | 
|---|---|
| com.google.cloud.bigtable.data.v2 | 
 A client for the Cloud Bigtable data API. 
 | 
| com.google.cloud.bigtable.data.v2.models | |
| com.google.cloud.bigtable.data.v2.stub | 
| Modifier and Type | Method and Description | 
|---|---|
com.google.api.gax.rpc.BatchingCallSettings<RowMutation,Void> | 
BigtableDataSettings.bulkMutationsSettings()
Deprecated. 
 
Please use  
BigtableDataSettings.getStubSettings() | 
com.google.api.gax.rpc.BatchingCallSettings.Builder<RowMutation,Void> | 
BigtableDataSettings.Builder.bulkMutationsSettings()
Deprecated. 
 
Please use  
BigtableDataSettings.Builder.stubSettings() | 
com.google.api.gax.rpc.UnaryCallable<RowMutation,Void> | 
BigtableDataClient.mutateRowCallable()
Mutates a single row atomically. 
 | 
com.google.api.gax.rpc.UnaryCallSettings<RowMutation,Void> | 
BigtableDataSettings.mutateRowSettings()
Deprecated. 
 
Please use  
BigtableDataSettings.getStubSettings() | 
com.google.api.gax.rpc.UnaryCallSettings.Builder<RowMutation,Void> | 
BigtableDataSettings.Builder.mutateRowSettings()
Deprecated. 
 
Please use  
BigtableDataSettings.Builder.stubSettings() | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
BigtableDataClient.mutateRow(RowMutation rowMutation)
Convenience method to synchronously mutate a single row atomically. 
 | 
com.google.api.core.ApiFuture<Void> | 
BigtableDataClient.mutateRowAsync(RowMutation rowMutation)
Convenience method to asynchronously mutate a single row atomically. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static RowMutation | 
RowMutation.create(String tableId,
      ByteString key)
Creates a new instance of the mutation builder. 
 | 
static RowMutation | 
RowMutation.create(String tableId,
      ByteString key,
      Mutation mutation)
Creates new instance of mutation builder by wrapping existing set of row mutations. 
 | 
static RowMutation | 
RowMutation.create(String tableId,
      String key)
Creates a new instance of the mutation builder. 
 | 
static RowMutation | 
RowMutation.create(String tableId,
      String key,
      Mutation mutation)
Creates new instance of mutation builder by wrapping existing set of row mutations. 
 | 
RowMutation | 
RowMutation.deleteCells(String familyName,
           ByteString qualifier)  | 
RowMutation | 
RowMutation.deleteCells(String familyName,
           ByteString qualifier,
           Range.TimestampRange timestampRange)  | 
RowMutation | 
RowMutation.deleteCells(String familyName,
           String qualifier)  | 
RowMutation | 
RowMutation.deleteFamily(String familyName)  | 
RowMutation | 
RowMutation.deleteRow()  | 
RowMutation | 
RowMutation.setCell(String familyName,
       ByteString qualifier,
       ByteString value)  | 
RowMutation | 
RowMutation.setCell(String familyName,
       ByteString qualifier,
       long timestamp,
       ByteString value)  | 
RowMutation | 
RowMutation.setCell(String familyName,
       String qualifier,
       long timestamp,
       String value)  | 
RowMutation | 
RowMutation.setCell(String familyName,
       String qualifier,
       String value)  | 
| Modifier and Type | Method and Description | 
|---|---|
com.google.api.core.ApiFuture<Void> | 
BulkMutationBatcher.add(RowMutation rowMutation)
Queues the mutation to be batched and sent. 
 | 
| Constructor and Description | 
|---|
BulkMutationBatcher(com.google.api.gax.rpc.UnaryCallable<RowMutation,Void> callable)  | 
| Modifier and Type | Method and Description | 
|---|---|
com.google.api.gax.rpc.BatchingCallSettings<RowMutation,Void> | 
EnhancedBigtableStubSettings.bulkMutateRowsSettings()
Returns the object with the settings used for calls to MutateRows. 
 | 
com.google.api.gax.rpc.BatchingCallSettings.Builder<RowMutation,Void> | 
EnhancedBigtableStubSettings.Builder.bulkMutateRowsSettings()
Returns the builder for the settings used for calls to MutateTows. 
 | 
com.google.api.gax.rpc.UnaryCallSettings<RowMutation,Void> | 
EnhancedBigtableStubSettings.mutateRowSettings()
Returns the object with the settings used for calls to MutateRow. 
 | 
com.google.api.gax.rpc.UnaryCallSettings.Builder<RowMutation,Void> | 
EnhancedBigtableStubSettings.Builder.mutateRowSettings()
Returns the builder for the settings used for calls to MutateRow. 
 | 
Copyright © 2019 Google LLC. All rights reserved.