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