Class | Description |
---|---|
FilterAllFilter | |
FilterTestingCluster |
By using this class as the super class of a set of tests you will have a HBase testing
cluster available that is very suitable for writing tests for scanning and filtering against.
|
StringRange | |
TestBigDecimalComparator | |
TestBitComparator |
Tests for the bit comparator
|
TestColumnPaginationFilter |
Test for the ColumnPaginationFilter, used mainly to test the successful serialization of the filter.
|
TestColumnPrefixFilter | |
TestColumnRangeFilter | |
TestComparators | |
TestComparatorSerialization | |
TestDependentColumnFilter | |
TestFilter |
Test filters at the HRegion doorstep.
|
TestFilter.OldTestFilter |
The following filter simulates a pre-0.96 filter where filterRow() is defined while
hasFilterRow() returns false
|
TestFilter.SlowScanFilter |
Filter which makes sleeps for a second between each row of a scan.
|
TestFilterFromRegionSide |
To test behavior of filters at server from region side.
|
TestFilterFromRegionSide.FirstSeveralCellsFilter | |
TestFilterList | |
TestFilterList.AlwaysNextColFilter | |
TestFilterList.MockFilter | |
TestFilterList.MockNextRowFilter | |
TestFilterList.MockSeekHintFilter | |
TestFilterList.TransformFilter | |
TestFilterListOnMini |
Tests filter Lists in ways that rely on a MiniCluster.
|
TestFilterListOrOperatorWithBlkCnt | |
TestFilterSerialization | |
TestFiltersWithBinaryComponentComparator | |
TestFilterWithScanLimits |
Test if Filter is incompatible with scan-limits
|
TestFilterWrapper |
Test if the FilterWrapper retains the same semantics defined in the
Filter |
TestFirstKeyValueMatchingQualifiersFilter | |
TestFuzzyRowAndColumnRangeFilter | |
TestFuzzyRowFilter | |
TestFuzzyRowFilterEndToEnd | |
TestInclusiveStopFilter |
Tests the inclusive stop row filter
|
TestInvocationRecordFilter |
Test the invocation logic of the filters.
|
TestInvocationRecordFilter.InvocationRecordFilter |
Filter which gives the list of keyvalues for which the filter is invoked.
|
TestKeyOnlyFilter | |
TestLongComparator | |
TestMultipleColumnPrefixFilter | |
TestMultiRowRangeFilter | |
TestNullComparator | |
TestPageFilter |
Tests for the page filter
|
TestParseFilter |
This class tests ParseFilter.java
It tests the entire work flow from when a string is given by the user
and how it is parsed to construct the corresponding Filter object
|
TestPrefixFilter | |
TestQualifierFilterWithEmptyQualifier |
Test qualifierFilter with empty qualifier column
|
TestRandomRowFilter | |
TestRegexComparator | |
TestRegexComparator.TestCase | |
TestScanRowPrefix |
Test if Scan.setRowPrefixFilter works as intended.
|
TestSingleColumnValueExcludeFilter |
Tests for
SingleColumnValueExcludeFilter . |
TestSingleColumnValueFilter |
Tests the value filter
|
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.