Class NotificationEventPathFilter
java.lang.Object
org.apache.nifi.processors.hadoop.inotify.NotificationEventPathFilter
- All Implemented Interfaces:
org.apache.hadoop.fs.PathFilter
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionNotificationEventPathFilter(Pattern watchDirectory, boolean toIgnoreHiddenFiles) -
Method Summary
-
Field Details
-
watchDirectory
-
toIgnoreHiddenFiles
private final boolean toIgnoreHiddenFiles
-
-
Constructor Details
-
NotificationEventPathFilter
NotificationEventPathFilter(Pattern watchDirectory, boolean toIgnoreHiddenFiles)
-
-
Method Details
-
accept
public boolean accept(org.apache.hadoop.fs.Path path) - Specified by:
acceptin interfaceorg.apache.hadoop.fs.PathFilter
-