| Package | Description |
|---|---|
| com.google.cloud.bigtable.data.v2.models |
| Modifier and Type | Method and Description |
|---|---|
static Range.TimestampRange |
Range.TimestampRange.create(long closedStart,
long openEnd) |
abstract Range.TimestampRange |
DeleteCells.getTimestampRange()
Get the timestamp range of the current DeleteCells.
|
static Range.TimestampRange |
Range.TimestampRange.unbounded() |
| Modifier and Type | Method and Description |
|---|---|
static DeleteCells |
DeleteCells.create(String familyName,
com.google.protobuf.ByteString qualifier,
Range.TimestampRange timestampRange) |
Mutation |
Mutation.deleteCells(String familyName,
com.google.protobuf.ByteString qualifier,
Range.TimestampRange timestampRange) |
void |
ChangeStreamRecordAdapter.ChangeStreamRecordBuilder.deleteCells(String familyName,
com.google.protobuf.ByteString qualifier,
Range.TimestampRange timestampRange)
Called to add a DeleteCell mod.
|
RowMutation |
RowMutation.deleteCells(String familyName,
com.google.protobuf.ByteString qualifier,
Range.TimestampRange timestampRange) |
RowMutationEntry |
RowMutationEntry.deleteCells(String familyName,
com.google.protobuf.ByteString qualifier,
Range.TimestampRange timestampRange)
Adds a mutation which deletes cells from the specified column, restricted to a given timestamp
range.
|
T |
MutationApi.deleteCells(String familyName,
com.google.protobuf.ByteString qualifier,
Range.TimestampRange timestampRange)
Adds a mutation which deletes cells from the specified column, restricted to a given timestamp
range.
|
Copyright © 2023 Google LLC. All rights reserved.