org.apache.hadoop.hdfs.inotify
Class Event.AppendEvent

java.lang.Object
  extended by org.apache.hadoop.hdfs.inotify.Event
      extended by org.apache.hadoop.hdfs.inotify.Event.AppendEvent
Enclosing class:
Event

public static class Event.AppendEvent
extends Event

Sent when an existing file is opened for append.


Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.hadoop.hdfs.inotify.Event
Event.AppendEvent, Event.CloseEvent, Event.CreateEvent, Event.EventType, Event.MetadataUpdateEvent, Event.RenameEvent, Event.UnlinkEvent
 
Constructor Summary
Event.AppendEvent(String path)
           
 
Method Summary
 String getPath()
           
 
Methods inherited from class org.apache.hadoop.hdfs.inotify.Event
getEventType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Event.AppendEvent

public Event.AppendEvent(String path)
Method Detail

getPath

public String getPath()


Copyright © 2014 Apache Software Foundation. All Rights Reserved.