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.TimestampRangeRange.TimestampRange. create(long closedStart, long openEnd)abstract Range.TimestampRangeDeleteCells. getTimestampRange()Get the timestamp range of the current DeleteCells.static Range.TimestampRangeRange.TimestampRange. unbounded()Methods in com.google.cloud.bigtable.data.v2.models with parameters of type Range.TimestampRange Modifier and Type Method Description static DeleteCellsDeleteCells. create(String familyName, com.google.protobuf.ByteString qualifier, Range.TimestampRange timestampRange)voidChangeStreamRecordAdapter.ChangeStreamRecordBuilder. deleteCells(String familyName, com.google.protobuf.ByteString qualifier, Range.TimestampRange timestampRange)Called to add a DeleteCell mod.MutationMutation. deleteCells(String familyName, com.google.protobuf.ByteString qualifier, Range.TimestampRange timestampRange)TMutationApi. 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.RowMutationRowMutation. deleteCells(String familyName, com.google.protobuf.ByteString qualifier, Range.TimestampRange timestampRange)RowMutationEntryRowMutationEntry. 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.
-