Uses of Class
com.google.cloud.bigtable.data.v2.models.Range.TimestampRange
-
Packages that use Range.TimestampRange Package Description com.google.cloud.bigtable.data.v2.models -
-
Uses of Range.TimestampRange in com.google.cloud.bigtable.data.v2.models
Methods in com.google.cloud.bigtable.data.v2.models that return Range.TimestampRange Modifier and Type Method 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()
Methods in com.google.cloud.bigtable.data.v2.models with parameters of type Range.TimestampRange Modifier and Type Method Description static 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
Mutation. deleteCells(String familyName, com.google.protobuf.ByteString qualifier, Range.TimestampRange timestampRange)
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.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.
-