diff --git a/SeaweedFS-Java-Client.md b/SeaweedFS-Java-Client.md index 0eeca65..24bb2ed 100644 --- a/SeaweedFS-Java-Client.md +++ b/SeaweedFS-Java-Client.md @@ -4,8 +4,10 @@ Here is an SeaweedFS Java API implementation refactored out of the existing code https://github.com/chrislusf/seaweedfs/tree/master/other/java/examples/src/main/java/com/seaweedfs/examples -Basically this library will be able to read and write directly to the volume servers, and only use filer servers for meta data. -If you use http to read or write directly via filer, the data still needs to go through filer, which is less efficient. +## Features + +* **Efficient** read and write directly to the volume servers, and only use filer servers for meta data. If you use http to read or write directly via filer, the data still needs to go through filer, which is less efficient. +* **Monitor Filesystem Events** You can watch all meta data changes recursively under any folder. Common `inotify` only support watch for events under one folder, and not recursively. ## Read File