Darrel Schneider created GEODE-1423:
---------------------------------------

             Summary: docs on PartitionResolver as a callback argument need 
correction
                 Key: GEODE-1423
                 URL: https://issues.apache.org/jira/browse/GEODE-1423
             Project: Geode
          Issue Type: Bug
          Components: docs
            Reporter: Darrel Schneider


On this page: 
http://geode.docs.pivotal.io/docs/developing/partitioned_regions/using_custom_partition_resolvers.html
I says:
Cache callback argument. This implementation restricts you to using methods 
that accept a cache callback argument to manage the region entries. For a full 
list of the methods that take a callback argument, see the Region Javadocs. 
Among the methods that you cannot use with cache callback are putAll, getAll, 
containsKey, and getDistributedLock. These methods do not work with the 
FunctionService execution calls.

The sentence that starts with "Among the methods" should be removed. It is no 
longer accurate (putAll and getAll now accept a callback argument) and we 
really don't need a list of examples.
The sentence that starts with "These methods do not work" is confusing and 
should probably be removed or changed to "You also can not use FunctionService 
since it does not give you a way to pass a callback argument".



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to