Darrel Schneider created GEODE-261:
--------------------------------------

             Summary: Remove deprecated DataPolicy methods
                 Key: GEODE-261
                 URL: https://issues.apache.org/jira/browse/GEODE-261
             Project: Geode
          Issue Type: Sub-task
            Reporter: Darrel Schneider


All of the following methods have simple substitutions.
Be careful and look at each caller to see if they actually want to know if it 
is a specific DataPolicy instead of one of many.
For example isReplicate does == DataPolicy.REPLICATE but withReplication does 
== REPLICATE || == PERSISTENT_REPLICATE.

Even with this complication this should be a pretty simple change.

The methods to remove:
- isEmpty
- isNormal
- isPreloaded
- isDefault
- isReplicate
- isPersistentReplicate
- isPartition



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

Reply via email to