public interface PathAlterationListener
FileAlterationListener| Modifier and Type | Method and Description |
|---|---|
void |
onDirectoryChange(org.apache.hadoop.fs.Path directory) |
void |
onDirectoryCreate(org.apache.hadoop.fs.Path directory) |
void |
onDirectoryDelete(org.apache.hadoop.fs.Path directory) |
void |
onFileChange(org.apache.hadoop.fs.Path path) |
void |
onFileCreate(org.apache.hadoop.fs.Path path) |
void |
onFileDelete(org.apache.hadoop.fs.Path path) |
void |
onStart(PathAlterationObserver observer) |
void |
onStop(PathAlterationObserver observer) |
void onStart(PathAlterationObserver observer)
void onFileCreate(org.apache.hadoop.fs.Path path)
void onFileChange(org.apache.hadoop.fs.Path path)
void onStop(PathAlterationObserver observer)
void onDirectoryCreate(org.apache.hadoop.fs.Path directory)
void onDirectoryChange(org.apache.hadoop.fs.Path directory)
void onDirectoryDelete(org.apache.hadoop.fs.Path directory)
void onFileDelete(org.apache.hadoop.fs.Path path)