Description
To lower confusion while also not breaking backwards compatibility Region needs explicit "onServer" methods.
sizeOnServer
isEmptyOnServer
These could also be named something like size(boolean localSize) to keep the API a less wordy.
ACCEPTANCE:
When a developer uses these methods from a client cache the result should be from the server-side. This includes accessor Regions.
JavaDocs should be updated accordingly.
Attachments
Issue Links
- is duplicated by
-
GEODE-2845 Clients need Region to have views of local and server regions for consistency checks
- Closed