Uses of Enum Class
org.apache.hadoop.hbase.filter.FuzzyRowFilter.SatisfiesCode
Packages that use FuzzyRowFilter.SatisfiesCode
Package
Description
Provides row-level filters applied to HRegion scan results during calls to
ResultScanner.next().-
Uses of FuzzyRowFilter.SatisfiesCode in org.apache.hadoop.hbase.filter
Methods in org.apache.hadoop.hbase.filter that return FuzzyRowFilter.SatisfiesCodeModifier and TypeMethodDescription(package private) static FuzzyRowFilter.SatisfiesCodeFuzzyRowFilter.satisfies(boolean reverse, byte[] row, byte[] fuzzyKeyBytes, byte[] fuzzyKeyMeta) (package private) static FuzzyRowFilter.SatisfiesCodeFuzzyRowFilter.satisfies(boolean reverse, byte[] row, int offset, int length, byte[] fuzzyKeyBytes, byte[] fuzzyKeyMeta) (package private) static FuzzyRowFilter.SatisfiesCodeFuzzyRowFilter.satisfies(byte[] row, byte[] fuzzyKeyBytes, byte[] fuzzyKeyMeta) (package private) static FuzzyRowFilter.SatisfiesCodeFuzzyRowFilter.satisfiesNoUnsafe(boolean reverse, byte[] row, int offset, int length, byte[] fuzzyKeyBytes, byte[] fuzzyKeyMeta) static FuzzyRowFilter.SatisfiesCodeReturns the enum constant of this class with the specified name.static FuzzyRowFilter.SatisfiesCode[]FuzzyRowFilter.SatisfiesCode.values()Returns an array containing the constants of this enum class, in the order they are declared.