Package | Description |
---|---|
com.google.cloud.bigtable.data.v2 |
A client for the Cloud Bigtable data API.
|
com.google.cloud.bigtable.data.v2.models |
Modifier and Type | Method and Description |
---|---|
com.google.api.gax.batching.Batcher<RowMutationEntry,Void> |
BigtableDataClient.newBulkMutationBatcher(String tableId)
Mutates multiple rows in a batch.
|
Modifier and Type | Method and Description |
---|---|
static RowMutationEntry |
RowMutationEntry.create(ByteString key)
Creates a new instance of the mutation builder.
|
static RowMutationEntry |
RowMutationEntry.create(String key)
Creates a new instance of the mutation builder.
|
static RowMutationEntry |
RowMutationEntry.createUnsafe(ByteString key)
Creates new instance of mutation builder which allows server timestamp for setCell operations.
|
RowMutationEntry |
RowMutationEntry.deleteCells(String familyName,
ByteString qualifier)
Adds a mutation which deletes cells from the specified column.
|
RowMutationEntry |
RowMutationEntry.deleteCells(String familyName,
ByteString qualifier,
Range.TimestampRange timestampRange)
Adds a mutation which deletes cells from the specified column, restricted to a given timestamp
range.
|
RowMutationEntry |
RowMutationEntry.deleteCells(String familyName,
String qualifier)
Adds a mutation which deletes cells from the specified column.
|
RowMutationEntry |
RowMutationEntry.deleteFamily(String familyName)
Adds a mutation which deletes all cells from the specified column family.
|
RowMutationEntry |
RowMutationEntry.deleteRow()
Adds a mutation which deletes all cells from the containing row.
|
RowMutationEntry |
RowMutationEntry.setCell(String familyName,
ByteString qualifier,
ByteString value)
Adds a mutation which sets the value of the specified cell.
|
RowMutationEntry |
RowMutationEntry.setCell(String familyName,
ByteString qualifier,
long value) |
RowMutationEntry |
RowMutationEntry.setCell(String familyName,
ByteString qualifier,
long timestamp,
ByteString value)
Adds a mutation which sets the value of the specified cell.
|
RowMutationEntry |
RowMutationEntry.setCell(String familyName,
ByteString qualifier,
long timestamp,
long value) |
RowMutationEntry |
RowMutationEntry.setCell(String familyName,
String qualifier,
long value) |
RowMutationEntry |
RowMutationEntry.setCell(String familyName,
String qualifier,
long timestamp,
long value) |
RowMutationEntry |
RowMutationEntry.setCell(String familyName,
String qualifier,
long timestamp,
String value)
Adds a mutation which sets the value of the specified cell.
|
RowMutationEntry |
RowMutationEntry.setCell(String familyName,
String qualifier,
String value)
Adds a mutation which sets the value of the specified cell.
|
Modifier and Type | Method and Description |
---|---|
BulkMutation |
BulkMutation.add(RowMutationEntry entry)
Add mutation for a particular row.
|
Copyright © 2019 Google LLC. All rights reserved.