mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
Updated SeaweedFS Java Client (markdown)
parent
b9f2e5e554
commit
6e1e5600c9
|
@ -8,7 +8,7 @@ https://github.com/chrislusf/seaweedfs/tree/master/other/java/examples/src/main/
|
|||
|
||||
Implemented APIs for file system storage. The blob storage APIs is not included.
|
||||
|
||||
* **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.
|
||||
* **Efficient Read Write Path** 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 Ahead** When reading large files and processing the current chunk, the next chunk will be pre-fetched.
|
||||
|
||||
|
|
Loading…
Reference in a new issue