Uses of Class
com.google.cloud.bigtable.data.v2.models.Range.TimestampRange
Packages that use Range.TimestampRange
-
Uses of Range.TimestampRange in com.google.cloud.bigtable.data.v2.models
Methods in com.google.cloud.bigtable.data.v2.models that return Range.TimestampRangeModifier and TypeMethodDescriptionstatic 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.TimestampRangeModifier and TypeMethodDescriptionstatic 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.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.