Uses of Package
org.apache.hadoop.hdfs.inotify
Packages that use org.apache.hadoop.hdfs.inotify
Package
Description
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
-
Classes in org.apache.hadoop.hdfs.inotify used by org.apache.hadoop.hdfsClassDescriptionA batch of events that all happened on the same transaction ID.
-
Classes in org.apache.hadoop.hdfs.inotify used by org.apache.hadoop.hdfs.inotifyClassDescriptionEvents sent by the inotify system.Sent when an existing file is opened for append.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, directory, or symlink is deleted.A batch of events that all happened on the same transaction ID.
-
Classes in org.apache.hadoop.hdfs.inotify used by org.apache.hadoop.hdfs.protocolClassDescriptionContains 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).
-
Classes in org.apache.hadoop.hdfs.inotify used by org.apache.hadoop.hdfs.protocolPBClassDescriptionContains 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).