From f4abd01adf9fb2ebdefa844b2a4f0aaf8eeb1ccc Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Mon, 30 Nov 2020 04:34:04 -0800 Subject: filer: cache small file to filer store --- other/java/client/src/main/proto/filer.proto | 1 + 1 file changed, 1 insertion(+) (limited to 'other/java/client/src/main') 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 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 { -- cgit v1.2.3