public class TestFuzzyRowFilter extends Object
Modifier and Type | Field and Description |
---|---|
static HBaseClassTestRule |
CLASS_RULE |
Constructor and Description |
---|
TestFuzzyRowFilter() |
Modifier and Type | Method and Description |
---|---|
private static void |
assertNext(boolean reverse,
byte[] fuzzyRow,
byte[] mask,
byte[] current,
byte[] expected) |
void |
testGetNextForFuzzyRuleForward() |
void |
testGetNextForFuzzyRuleReverse() |
void |
testSatisfiesForward() |
void |
testSatisfiesNoUnsafeForward() |
void |
testSatisfiesNoUnsafeReverse() |
void |
testSatisfiesReverse() |
public static final HBaseClassTestRule CLASS_RULE
public TestFuzzyRowFilter()
public void testSatisfiesNoUnsafeForward()
public void testSatisfiesForward()
public void testSatisfiesReverse()
public void testSatisfiesNoUnsafeReverse()
public void testGetNextForFuzzyRuleForward()
public void testGetNextForFuzzyRuleReverse()
private static void assertNext(boolean reverse, byte[] fuzzyRow, byte[] mask, byte[] current, byte[] expected)
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.