org.apache.hadoop.chukwa.datacollection.adaptor
Class RegExDirTailingAdaptor
java.lang.Object
org.apache.hadoop.chukwa.datacollection.adaptor.AbstractAdaptor
org.apache.hadoop.chukwa.datacollection.adaptor.DirTailingAdaptor
org.apache.hadoop.chukwa.datacollection.adaptor.RegExDirTailingAdaptor
- All Implemented Interfaces:
- Runnable, Adaptor
public class RegExDirTailingAdaptor
- extends DirTailingAdaptor
|
Method Summary |
org.apache.commons.io.filefilter.IOFileFilter |
getFileFilter()
Returns IOFileFilter constructed using the wild character. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RegExDirTailingAdaptor
public RegExDirTailingAdaptor()
getFileFilter
public org.apache.commons.io.filefilter.IOFileFilter getFileFilter()
- Description copied from class:
DirTailingAdaptor
- Returns
IOFileFilter constructed using the wild character. Subclasses can override this method
return their own version of IOFileFilter instance.
- Overrides:
getFileFilter in class DirTailingAdaptor
- Returns:
IOFileFilter constructed using the wild character. Subclasses can override this method
return their own version of IOFileFilter instance.
Copyright © 2011 Apache Software Foundation. All Rights Reserved.