| 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 | 
|---|---|
| BatchingCallSettings<RowMutation,Void> | BigtableDataSettings. bulkMutationsSettings()Deprecated. 
 Please use  BigtableDataSettings.getStubSettings() | 
| BatchingCallSettings.Builder<RowMutation,Void> | BigtableDataSettings.Builder. bulkMutationsSettings()Deprecated. 
 Please use  BigtableDataSettings.Builder.stubSettings() | 
| UnaryCallable<RowMutation,Void> | BigtableDataClient. mutateRowCallable()Mutates a single row atomically. | 
| UnaryCallSettings<RowMutation,Void> | BigtableDataSettings. mutateRowSettings()Deprecated. 
 Please use  BigtableDataSettings.getStubSettings() | 
| 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(UnaryCallable<RowMutation,Void> callable) | 
| Modifier and Type | Method and Description | 
|---|---|
| BatchingCallSettings<RowMutation,Void> | EnhancedBigtableStubSettings. bulkMutateRowsSettings()Returns the object with the settings used for calls to MutateRows. | 
| BatchingCallSettings.Builder<RowMutation,Void> | EnhancedBigtableStubSettings.Builder. bulkMutateRowsSettings()Returns the builder for the settings used for calls to MutateTows. | 
| UnaryCallSettings<RowMutation,Void> | EnhancedBigtableStubSettings. mutateRowSettings()Returns the object with the settings used for calls to MutateRow. | 
| 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.