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

All Superinterfaces:
org.apache.hadoop.hbase.filter.Filter, org.apache.hadoop.io.Writable
All Known Implementing Classes:
PageFilter, RecordFilter, SingleColumnValueFilter

public interface InstrumentedFilter
extends org.apache.hadoop.hbase.filter.Filter


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.apache.hadoop.hbase.filter.Filter
org.apache.hadoop.hbase.filter.Filter.ReturnCode
 
Method Summary
 boolean getVerbose()
           
 void setVerbose(boolean verbose)
           
 
Methods inherited from interface org.apache.hadoop.hbase.filter.Filter
filterAllRemaining, filterKeyValue, filterRow, filterRowKey, reset
 
Methods inherited from interface org.apache.hadoop.io.Writable
readFields, write
 

Method Detail

setVerbose

void setVerbose(boolean verbose)

getVerbose

boolean getVerbose()


Copyright © 2010. All Rights Reserved.