Uses of Interface
com.google.bigtable.v2.TimestampRangeOrBuilder
-
Packages that use TimestampRangeOrBuilder Package Description com.google.bigtable.v2 -
-
Uses of TimestampRangeOrBuilder in com.google.bigtable.v2
Classes in com.google.bigtable.v2 that implement TimestampRangeOrBuilder Modifier and Type Class Description class
TimestampRange
Specified a contiguous range of microsecond timestamps.static class
TimestampRange.Builder
Specified a contiguous range of microsecond timestamps.Methods in com.google.bigtable.v2 that return TimestampRangeOrBuilder Modifier and Type Method Description TimestampRangeOrBuilder
Mutation.DeleteFromColumn.Builder. getTimeRangeOrBuilder()
The range of timestamps within which cells should be deleted.TimestampRangeOrBuilder
Mutation.DeleteFromColumn. getTimeRangeOrBuilder()
The range of timestamps within which cells should be deleted.TimestampRangeOrBuilder
Mutation.DeleteFromColumnOrBuilder. getTimeRangeOrBuilder()
The range of timestamps within which cells should be deleted.TimestampRangeOrBuilder
RowFilter.Builder. getTimestampRangeFilterOrBuilder()
Matches only cells with timestamps within the given range.TimestampRangeOrBuilder
RowFilter. getTimestampRangeFilterOrBuilder()
Matches only cells with timestamps within the given range.TimestampRangeOrBuilder
RowFilterOrBuilder. getTimestampRangeFilterOrBuilder()
Matches only cells with timestamps within the given range.
-