Package org.apache.hadoop.hdfs.inotify
package org.apache.hadoop.hdfs.inotify
-
ClassDescriptionEvents sent by the inotify system.Sent when an existing file is opened for append.Sent when a file is closed after append or create.Sent when a new file is created (including overwrite).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.Sent when a file, directory, or symlink is renamed.Sent when a file is truncated.Sent when a file, directory, or symlink is deleted.A batch of events that all happened on the same transaction ID.Contains a list of event batches, the transaction ID in the edit log up to which we read to produce these events, and the first txid we observed when producing these events (the last of which is for the purpose of determining whether we have missed events due to edit deletion).