@InternalExtensionOnly public class TimestampRangeFilter extends org.apache.hadoop.hbase.filter.FilterBase implements Serializable
| Constructor and Description |
|---|
TimestampRangeFilter(long startTimestamp,
long endTimestamp)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj)
Deprecated.
|
org.apache.hadoop.hbase.filter.Filter.ReturnCode |
filterKeyValue(org.apache.hadoop.hbase.Cell cell)
Deprecated.
This is for HBase compatibility, and will not be used for Cloud Bigtable
|
long |
getEndTimestampExclusive()
Deprecated.
|
long |
getStartTimestampInclusive()
Deprecated.
|
static TimestampRangeFilter |
parseFrom(byte[] bytes)
Deprecated.
|
byte[] |
toByteArray()
Deprecated.
|
public TimestampRangeFilter(long startTimestamp,
long endTimestamp)
public long getStartTimestampInclusive()
public long getEndTimestampExclusive()
public org.apache.hadoop.hbase.filter.Filter.ReturnCode filterKeyValue(org.apache.hadoop.hbase.Cell cell)
throws IOException
filterKeyValue in class org.apache.hadoop.hbase.filter.FilterIOExceptionpublic byte[] toByteArray()
throws IOException
toByteArray in class org.apache.hadoop.hbase.filter.FilterBaseIOExceptionpublic static TimestampRangeFilter parseFrom(byte[] bytes) throws org.apache.hadoop.hbase.exceptions.DeserializationException
org.apache.hadoop.hbase.exceptions.DeserializationException