Does the Ignite file system provide an event notification mechanism that would allow one to implement a file watch service similar to the one implemented by Java 7 NIO API, I mean:
https://docs.oracle.com/javase/8/docs/api/java/nio/file/WatchService.html Cheers, Paolo
