aboutsummaryrefslogtreecommitdiff
path: root/other/java/client
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2020-11-30 04:34:04 -0800
committerChris Lu <chris.lu@gmail.com>2020-11-30 04:34:04 -0800
commitf4abd01adf9fb2ebdefa844b2a4f0aaf8eeb1ccc (patch)
tree87406670846a99820d7b6bb37dc3d2cf9362a9de /other/java/client
parenta9c6be5fc3fffad6403ce63aa3951121491eb1d1 (diff)
downloadseaweedfs-f4abd01adf9fb2ebdefa844b2a4f0aaf8eeb1ccc.tar.xz
seaweedfs-f4abd01adf9fb2ebdefa844b2a4f0aaf8eeb1ccc.zip
filer: cache small file to filer store
Diffstat (limited to 'other/java/client')
-rw-r--r--other/java/client/src/main/proto/filer.proto1
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 f61b62fa3..c046e48f3 100644
--- a/other/java/client/src/main/proto/filer.proto
+++ b/other/java/client/src/main/proto/filer.proto
@@ -100,6 +100,7 @@ message Entry {
map<string, bytes> extended = 5;
bytes hard_link_id = 7;
int32 hard_link_counter = 8; // only exists in hard link meta data
+ bytes content = 9; // if not empty, the file content
}
message FullEntry {