aboutsummaryrefslogtreecommitdiff
path: root/other/java
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2020-11-11 23:46:42 -0800
committerChris Lu <chris.lu@gmail.com>2020-11-11 23:46:45 -0800
commitc32b6f4d9d99d175863e778dcc0da8ef3da27d96 (patch)
tree0d1e8af4c13cbfb81697488717dbf8da8f26c1f3 /other/java
parent0fbc27b6407efaf07dceb54fe6d3cd64e3d033b3 (diff)
downloadseaweedfs-c32b6f4d9d99d175863e778dcc0da8ef3da27d96.tar.xz
seaweedfs-c32b6f4d9d99d175863e778dcc0da8ef3da27d96.zip
prepare for path based configuration
Diffstat (limited to 'other/java')
-rw-r--r--other/java/client/src/main/proto/filer.proto8
1 files changed, 8 insertions, 0 deletions
diff --git a/other/java/client/src/main/proto/filer.proto b/other/java/client/src/main/proto/filer.proto
index 11c29e6ec..8829062f4 100644
--- a/other/java/client/src/main/proto/filer.proto
+++ b/other/java/client/src/main/proto/filer.proto
@@ -348,3 +348,11 @@ message KvPutRequest {
message KvPutResponse {
string error = 1;
}
+
+// path-based configurations
+message FilerPathConfiguration {
+ string location = 1;
+ string collection = 2;
+ string replication = 3;
+ string ttl = 4;
+}