org.apache.hadoop.hdfs.inotify
Class Event.UnlinkEvent
java.lang.Object
org.apache.hadoop.hdfs.inotify.Event
org.apache.hadoop.hdfs.inotify.Event.UnlinkEvent
- Enclosing class:
- Event
public static class Event.UnlinkEvent
- extends Event
Sent when a file, directory, or symlink is deleted.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Event.UnlinkEvent
public Event.UnlinkEvent(String path,
long timestamp)
getPath
public String getPath()
getTimestamp
public long getTimestamp()
- The time when this event occurred, in milliseconds since the epoch.
Copyright © 2014 Apache Software Foundation. All Rights Reserved.