Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.7.0
-
None
-
Reviewed
Description
Event classes is used by client, it’s good to implement toString() API.
for(Event event : events){ System.out.println(event.toString()); }
This will give output like this
org.apache.hadoop.hdfs.inotify.Event$CreateEvent@6916d97d
Attachments
Attachments
Issue Links
- relates to
-
HDFS-6634 inotify in HDFS
- Closed