Class Event.UnlinkEvent

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

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

    • getPath

      public String getPath()
    • 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