org.apache.hadoop.hbase.hbql.filter
Class InstrumentedFilter

java.lang.Object
  extended by org.apache.hadoop.hbase.filter.FilterBase
      extended by org.apache.hadoop.hbase.hbql.filter.InstrumentedFilter
All Implemented Interfaces:
org.apache.hadoop.hbase.filter.Filter, org.apache.hadoop.io.Writable
Direct Known Subclasses:
PageFilter, RecordFilter, SingleColumnValueFilter

public abstract class InstrumentedFilter
extends org.apache.hadoop.hbase.filter.FilterBase


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.apache.hadoop.hbase.filter.Filter
org.apache.hadoop.hbase.filter.Filter.ReturnCode
 
Constructor Summary
InstrumentedFilter()
           
 
Method Summary
abstract  boolean getVerbose()
           
abstract  void setVerbose(boolean verbose)
           
 
Methods inherited from class org.apache.hadoop.hbase.filter.FilterBase
filterAllRemaining, filterKeyValue, filterRow, filterRow, filterRowKey, getNextKeyHint, hasFilterRow, reset
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.hadoop.io.Writable
readFields, write
 

Constructor Detail

InstrumentedFilter

public InstrumentedFilter()
Method Detail

setVerbose

public abstract void setVerbose(boolean verbose)

getVerbose

public abstract boolean getVerbose()


Copyright © 2011. All Rights Reserved.