public class LocalGroupOwnershipPathAlterationListener extends PathAlterationListenerAdaptor
| Modifier and Type | Method and Description |
|---|---|
com.google.gson.JsonObject |
getGroupOwnerships() |
void |
onFileChange(org.apache.hadoop.fs.Path path) |
void |
onFileCreate(org.apache.hadoop.fs.Path path) |
void |
onFileDelete(org.apache.hadoop.fs.Path path) |
onDirectoryChange, onDirectoryCreate, onDirectoryDelete, onStart, onStoppublic com.google.gson.JsonObject getGroupOwnerships()
public void onFileCreate(org.apache.hadoop.fs.Path path)
onFileCreate in interface PathAlterationListeneronFileCreate in class PathAlterationListenerAdaptorpublic void onFileChange(org.apache.hadoop.fs.Path path)
onFileChange in interface PathAlterationListeneronFileChange in class PathAlterationListenerAdaptorpublic void onFileDelete(org.apache.hadoop.fs.Path path)
onFileDelete in interface PathAlterationListeneronFileDelete in class PathAlterationListenerAdaptor