Class | Description |
---|---|
Event |
Events sent by the inotify system.
|
Event.AppendEvent |
Sent when an existing file is opened for append.
|
Event.AppendEvent.Builder | |
Event.CloseEvent |
Sent when a file is closed after append or create.
|
Event.CreateEvent |
Sent when a new file is created (including overwrite).
|
Event.CreateEvent.Builder | |
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.RenameEvent |
Sent when a file, directory, or symlink is renamed.
|
Event.RenameEvent.Builder | |
Event.TruncateEvent |
Sent when a file is truncated.
|
Event.UnlinkEvent |
Sent when a file, directory, or symlink is deleted.
|
Event.UnlinkEvent.Builder | |
EventBatch |
A batch of events that all happened on the same transaction ID.
|
Enum | Description |
---|---|
Event.CreateEvent.INodeType | |
Event.EventType | |
Event.MetadataUpdateEvent.MetadataType |
Exception | Description |
---|---|
MissingEventsException |
Copyright © 2018 Apache Software Foundation. All Rights Reserved.