This is an automated email from the ASF dual-hosted git repository.
upthewaterspout pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git
The following commit(s) were added to refs/heads/develop by this push:
new de90e71 GEODE-4068: Removing RemoveAll from .proto files
de90e71 is described below
commit de90e7194e3bdb2959614f01dfe267b65df3b0ae
Author: Dan Smith <[email protected]>
AuthorDate: Thu Dec 7 15:53:36 2017 -0800
GEODE-4068: Removing RemoveAll from .proto files
RemoveAll was never implemented for the new protocol. Removing the message.
---
geode-protobuf-messages/src/main/proto/v1/clientProtocol.proto | 2 --
geode-protobuf-messages/src/main/proto/v1/region_API.proto | 9 ---------
2 files changed, 11 deletions(-)
diff --git a/geode-protobuf-messages/src/main/proto/v1/clientProtocol.proto
b/geode-protobuf-messages/src/main/proto/v1/clientProtocol.proto
index 820c03d..992c8d6 100644
--- a/geode-protobuf-messages/src/main/proto/v1/clientProtocol.proto
+++ b/geode-protobuf-messages/src/main/proto/v1/clientProtocol.proto
@@ -41,7 +41,6 @@ message Request {
PutAllRequest putAllRequest = 12;
GetAllRequest getAllRequest = 13;
RemoveRequest removeRequest = 14;
- RemoveAllRequest removeAllRequest = 15;
GetAvailableServersRequest getAvailableServersRequest = 40;
GetRegionNamesRequest getRegionNamesRequest = 41;
@@ -59,7 +58,6 @@ message Response {
PutAllResponse putAllResponse = 12;
GetAllResponse getAllResponse = 13;
RemoveResponse removeResponse = 14;
- RemoveAllResponse removeAllResponse = 15;
GetAvailableServersResponse getAvailableServersResponse = 40;
GetRegionNamesResponse getRegionNamesResponse = 41;
diff --git a/geode-protobuf-messages/src/main/proto/v1/region_API.proto
b/geode-protobuf-messages/src/main/proto/v1/region_API.proto
index 4313be1..b68eb5d 100644
--- a/geode-protobuf-messages/src/main/proto/v1/region_API.proto
+++ b/geode-protobuf-messages/src/main/proto/v1/region_API.proto
@@ -69,15 +69,6 @@ message RemoveRequest {
message RemoveResponse {
}
-message RemoveAllRequest {
- string regionName = 1;
- repeated EncodedValue key = 2;
-}
-
-message RemoveAllResponse {
- bool success = 1;
-}
-
message GetRegionNamesRequest {
}
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].