Uses of Enum Class
org.apache.hadoop.hbase.filter.BitComparator.BitwiseOp
Package
Description
Provides row-level filters applied to HRegion scan results during calls to
ResultScanner.next()
.-
Uses of BitComparator.BitwiseOp in org.apache.hadoop.hbase.filter
Modifier and TypeMethodDescriptionBitComparator.getOperator()
Returns the bitwise operatorstatic BitComparator.BitwiseOp
Returns the enum constant of this class with the specified name.static BitComparator.BitwiseOp[]
BitComparator.BitwiseOp.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionBitComparator
(byte[] value, BitComparator.BitwiseOp bitOperator) Constructor