diff options
| author | chrislu <chris.lu@gmail.com> | 2023-09-15 22:20:05 -0700 |
|---|---|---|
| committer | chrislu <chris.lu@gmail.com> | 2023-09-15 22:20:05 -0700 |
| commit | 7f685ce7ba8853775e7c02c5b5c242d7920d62d3 (patch) | |
| tree | 42693a12bfc42748be0bf7124fff7d1ff2db6e01 /other/java | |
| parent | 436d99443b399082f75f4ceb7595e8b5ac0a8ba3 (diff) | |
| download | seaweedfs-7f685ce7ba8853775e7c02c5b5c242d7920d62d3.tar.xz seaweedfs-7f685ce7ba8853775e7c02c5b5c242d7920d62d3.zip | |
adjust APIs
Diffstat (limited to 'other/java')
| -rw-r--r-- | other/java/client/src/main/proto/filer.proto | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/other/java/client/src/main/proto/filer.proto b/other/java/client/src/main/proto/filer.proto index 2058322cc..50aee1b0e 100644 --- a/other/java/client/src/main/proto/filer.proto +++ b/other/java/client/src/main/proto/filer.proto @@ -73,6 +73,7 @@ service SeaweedFiler { } rpc Unlock(UnlockRequest) returns (UnlockResponse) { } + // distributed lock management internal use only rpc TransferLocks(TransferLocksRequest) returns (TransferLocksResponse) { } } |
