Class Event.RenameEvent

java.lang.Object
org.apache.hadoop.hdfs.inotify.Event
org.apache.hadoop.hdfs.inotify.Event.RenameEvent
Enclosing class:
Event

@Public public static class Event.RenameEvent extends Event
Sent when a file, directory, or symlink is renamed.
  • Method Details

    • getSrcPath

      public String getSrcPath()
    • getDstPath

      public String getDstPath()
    • getTimestamp

      public long getTimestamp()
      The time when this event occurred, in milliseconds since the epoch.
    • toString

      @Unstable public String toString()
      Overrides:
      toString in class Object