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) |
static Range.TimestampRange |
Range.TimestampRange.unbounded() |
Modifier and Type | Method and Description |
---|---|
Mutation |
Mutation.deleteCells(String familyName,
ByteString qualifier,
Range.TimestampRange timestampRange) |
RowMutation |
RowMutation.deleteCells(String familyName,
ByteString qualifier,
Range.TimestampRange timestampRange) |
T |
MutationApi.deleteCells(String familyName,
ByteString qualifier,
Range.TimestampRange timestampRange)
Adds a mutation which deletes cells from the specified column, restricted to a given timestamp
range.
|
Copyright © 2019 Google LLC. All rights reserved.