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.UnaryCallable<RowMutation,Void> |
BigtableDataClient.mutateRowCallable()
Mutates a single row atomically.
|
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 value) |
RowMutation |
RowMutation.setCell(String familyName,
ByteString qualifier,
long timestamp,
ByteString value) |
RowMutation |
RowMutation.setCell(String familyName,
ByteString qualifier,
long timestamp,
long value) |
RowMutation |
RowMutation.setCell(String familyName,
String qualifier,
long value) |
RowMutation |
RowMutation.setCell(String familyName,
String qualifier,
long timestamp,
long 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.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.