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