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.hbtopFields in org.apache.hadoop.hbase.hbtop declared as RecordFilter.OperatorMethods in org.apache.hadoop.hbase.hbtop that return RecordFilter.OperatorModifier and TypeMethodDescriptionprivate static RecordFilter.OperatorRecordFilter.getOperator(String operatorString) static RecordFilter.OperatorReturns 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 RecordFilterRecordFilter.FilterBuilder.newFilter(boolean not, RecordFilter.Operator operator, FieldValue value) Constructors in org.apache.hadoop.hbase.hbtop with parameters of type RecordFilter.OperatorModifierConstructorDescriptionprivateRecordFilter(boolean ignoreCase, boolean not, Field field, RecordFilter.Operator operator, FieldValue value)