aboutsummaryrefslogtreecommitdiff
path: root/other/java/client
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2020-04-05 12:51:21 -0700
committerChris Lu <chris.lu@gmail.com>2020-04-05 12:51:21 -0700
commit2d43f85577cb998656abf2525445b72fcd8cc48d (patch)
tree4f44a7bc243c91511251f4eb182876869231242c /other/java/client
parent7bc3c935122fb6aa5e0e64612d6dc568aeac6a41 (diff)
downloadseaweedfs-2d43f85577cb998656abf2525445b72fcd8cc48d.tar.xz
seaweedfs-2d43f85577cb998656abf2525445b72fcd8cc48d.zip
watch entries with common path prefix
Diffstat (limited to 'other/java/client')
-rw-r--r--other/java/client/src/main/proto/filer.proto2
1 files changed, 1 insertions, 1 deletions
diff --git a/other/java/client/src/main/proto/filer.proto b/other/java/client/src/main/proto/filer.proto
index 12f1cd85b..e504e4f84 100644
--- a/other/java/client/src/main/proto/filer.proto
+++ b/other/java/client/src/main/proto/filer.proto
@@ -236,7 +236,7 @@ message GetFilerConfigurationResponse {
message ListenForEventsRequest {
string client_name = 1;
- string directory = 2;
+ string path_prefix = 2;
int64 since_ns = 3;
}
message FullEventNotification {