public static class TestRegionInterrupt.DelayingFilter extends org.apache.hadoop.hbase.filter.FilterBase
| Modifier and Type | Field and Description |
|---|---|
(package private) static boolean |
sleeping |
| Constructor and Description |
|---|
DelayingFilter() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.hadoop.hbase.filter.Filter.ReturnCode |
filterCell(org.apache.hadoop.hbase.Cell v) |
static boolean |
isSleeping() |
static TestRegionInterrupt.DelayingFilter |
parseFrom(byte[] pbBytes) |
createFilterFromArguments, filterAllRemaining, filterRow, filterRowCells, filterRowKey, filterRowKey, getNextCellHint, hasFilterRow, isFamilyEssential, reset, toByteArray, toString, transformCellstatic volatile boolean sleeping
public DelayingFilter()
public static boolean isSleeping()
public org.apache.hadoop.hbase.filter.Filter.ReturnCode filterCell(org.apache.hadoop.hbase.Cell v) throws IOException
filterCell in class org.apache.hadoop.hbase.filter.FilterIOExceptionpublic static TestRegionInterrupt.DelayingFilter parseFrom(byte[] pbBytes) throws org.apache.hadoop.hbase.exceptions.DeserializationException
org.apache.hadoop.hbase.exceptions.DeserializationExceptionCopyright © 2007–2021 The Apache Software Foundation. All rights reserved.