public static final class Filters.TimestampFilter implements Serializable
Implements
SerializableMethods
exact(Long exactTimestamp)
public Filters.TimestampRangeFilter exact(Long exactTimestamp)
Matches cells with exact given timestamp.
Parameter | |
---|---|
Name | Description |
exactTimestamp |
Long |
Returns | |
---|---|
Type | Description |
Filters.TimestampRangeFilter |
a TimestampRangeFilter with start/end closed timestamp. |
range()
public Filters.TimestampRangeFilter range()
Matches only cells with timestamps within the given range.
Returns | |
---|---|
Type | Description |
Filters.TimestampRangeFilter |
a TimestampRangeFilter on which start / end timestamps can be specified. |