Uses of Class
com.google.cloud.bigtable.data.v2.models.Range.TimestampRange
-
Uses of Range.TimestampRange in com.google.cloud.bigtable.data.v2.models
Modifier and TypeMethodDescriptionstatic 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 TypeMethodDescriptionstatic DeleteCells
DeleteCells.create
(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.Mutation.deleteCells
(String familyName, com.google.protobuf.ByteString qualifier, Range.TimestampRange timestampRange) 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.RowMutation.deleteCells
(String familyName, com.google.protobuf.ByteString qualifier, Range.TimestampRange timestampRange) 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.