org.apache.hadoop.chukwa.util
Class Filter

java.lang.Object
  extended by org.apache.hadoop.chukwa.util.Filter

public class Filter
extends Object


Field Summary
static Filter ALL
           
 
Constructor Summary
Filter(String listOfPatterns)
           
 
Method Summary
 boolean matches(Chunk chunk)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

ALL

public static final Filter ALL
Constructor Detail

Filter

public Filter(String listOfPatterns)
       throws PatternSyntaxException
Throws:
PatternSyntaxException
Method Detail

matches

public boolean matches(Chunk chunk)

toString

public String toString()
Overrides:
toString in class Object


Copyright © ${year} The Apache Software Foundation