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 |
---|---|
UnaryCallable<ReadModifyWriteRow,Row> |
BigtableDataClient.readModifyWriteRowCallable()
Modifies a row atomically on the server.
|
UnaryCallSettings<ReadModifyWriteRow,Row> |
BigtableDataSettings.readModifyWriteRowSettings()
Deprecated.
Please use
BigtableDataSettings.getStubSettings() |
UnaryCallSettings.Builder<ReadModifyWriteRow,Row> |
BigtableDataSettings.Builder.readModifyWriteRowSettings()
Deprecated.
Please use
BigtableDataSettings.Builder.stubSettings() |
Modifier and Type | Method and Description |
---|---|
Row |
BigtableDataClient.readModifyWriteRow(ReadModifyWriteRow mutation)
Convenience method that synchronously modifies a row atomically on the server.
|
com.google.api.core.ApiFuture<Row> |
BigtableDataClient.readModifyWriteRowAsync(ReadModifyWriteRow mutation)
Convenience method that asynchronously modifies a row atomically on the server.
|
Modifier and Type | Method and Description |
---|---|
ReadModifyWriteRow |
ReadModifyWriteRow.append(String familyName,
ByteString qualifier,
ByteString value)
Appends the value to the existing value of the cell.
|
ReadModifyWriteRow |
ReadModifyWriteRow.append(String familyName,
String qualifier,
String value)
Appends the value to the existing value of the cell.
|
static ReadModifyWriteRow |
ReadModifyWriteRow.create(String tableId,
ByteString key) |
static ReadModifyWriteRow |
ReadModifyWriteRow.create(String tableId,
String key) |
ReadModifyWriteRow |
ReadModifyWriteRow.increment(String familyName,
ByteString qualifier,
long amount)
Adds `amount` be added to the existing value.
|
ReadModifyWriteRow |
ReadModifyWriteRow.increment(String familyName,
String qualifier,
long amount)
Adds `amount` be added to the existing value.
|
Modifier and Type | Method and Description |
---|---|
UnaryCallSettings<ReadModifyWriteRow,Row> |
EnhancedBigtableStubSettings.readModifyWriteRowSettings()
Returns the object with the settings used for calls to ReadModifyWriteRow.
|
UnaryCallSettings.Builder<ReadModifyWriteRow,Row> |
EnhancedBigtableStubSettings.Builder.readModifyWriteRowSettings()
Returns the builder with the settings used for calls to ReadModifyWriteRow.
|
Copyright © 2019 Google LLC. All rights reserved.