Package | Description |
---|---|
org.apache.hadoop.hdfs | |
org.apache.hadoop.hdfs.inotify |
Class and Description |
---|
EventBatch
A batch of events that all happened on the same transaction ID.
|
MissingEventsException |
Class and Description |
---|
Event
Events sent by the inotify system.
|
Event.AppendEvent
Sent when an existing file is opened for append.
|
Event.AppendEvent.Builder |
Event.CreateEvent
Sent when a new file is created (including overwrite).
|
Event.CreateEvent.Builder |
Event.CreateEvent.INodeType |
Event.EventType |
Event.MetadataUpdateEvent
Sent when there is an update to directory or file (none of the metadata
tracked here applies to symlinks) that is not associated with another
inotify event.
|
Event.MetadataUpdateEvent.Builder |
Event.MetadataUpdateEvent.MetadataType |
Event.RenameEvent
Sent when a file, directory, or symlink is renamed.
|
Event.RenameEvent.Builder |
Event.UnlinkEvent
Sent when a file, directory, or symlink is deleted.
|
Event.UnlinkEvent.Builder |
Copyright © 2018 Apache Software Foundation. All Rights Reserved.