Class LogFilePathFilter
- java.lang.Object
-
- org.openstreetmap.atlas.checks.distributed.LogFilePathFilter
-
- All Implemented Interfaces:
org.apache.hadoop.fs.PathFilter
public class LogFilePathFilter extends java.lang.Object implements org.apache.hadoop.fs.PathFilterAPathFilterto find Flag log files
-
-
Constructor Summary
Constructors Constructor Description LogFilePathFilter()Default constructorLogFilePathFilter(boolean compressed)Constructs aLogFilePathFilterwith compression flag
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanaccept(org.apache.hadoop.fs.Path path)java.lang.StringgetExtension()
-
-
-
Constructor Detail
-
LogFilePathFilter
public LogFilePathFilter()
Default constructor
-
LogFilePathFilter
public LogFilePathFilter(boolean compressed)
Constructs aLogFilePathFilterwith compression flag- Parameters:
compressed- iftruefilters on the compressed file form
-
-