Uses of Enum Class
org.apache.hadoop.hbase.hbtop.RecordFilter.Operator
Packages that use RecordFilter.Operator
-
Uses of RecordFilter.Operator in org.apache.hadoop.hbase.hbtop
Fields in org.apache.hadoop.hbase.hbtop declared as RecordFilter.OperatorMethods in org.apache.hadoop.hbase.hbtop that return RecordFilter.OperatorModifier and TypeMethodDescriptionprivate static RecordFilter.Operator
RecordFilter.getOperator
(String operatorString) static RecordFilter.Operator
Returns the enum constant of this class with the specified name.static RecordFilter.Operator[]
RecordFilter.Operator.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.hadoop.hbase.hbtop with parameters of type RecordFilter.OperatorModifier and TypeMethodDescriptionprivate RecordFilter
RecordFilter.FilterBuilder.newFilter
(boolean not, RecordFilter.Operator operator, FieldValue value) Constructors in org.apache.hadoop.hbase.hbtop with parameters of type RecordFilter.OperatorModifierConstructorDescriptionprivate
RecordFilter
(boolean ignoreCase, boolean not, Field field, RecordFilter.Operator operator, FieldValue value)