[
https://issues.apache.org/jira/browse/GEODE-237?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15977281#comment-15977281
]
ASF GitHub Bot commented on GEODE-237:
--------------------------------------
GitHub user davinash opened a pull request:
https://github.com/apache/geode/pull/464
GEODE-237: Removed deprecated API from EntryEvent
Removed deprecated CacheEvent methods
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/davinash/geode feature/GEODE-237
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/geode/pull/464.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #464
----
commit 69c7d997c340efe9cfd3ba755f529ee113d1e2ad
Author: adongre <[email protected]>
Date: 2017-04-19T08:41:49Z
GEODE-237: Removed deprecated API from EntryEvent
1. isLocalLoad
2. isNetLoad
3. isLoad
4. isNetSearch
5. isBridgeEvent
----
> Remove EntryEvent deprecated methods
> ------------------------------------
>
> Key: GEODE-237
> URL: https://issues.apache.org/jira/browse/GEODE-237
> Project: Geode
> Issue Type: Sub-task
> Reporter: Darrel Schneider
> Assignee: Avinash Dongre
> Original Estimate: 4h
> Remaining Estimate: 4h
>
> The following EntryEvent methods need to be removed:
> - isLocalLoad: change to getOperation().isLocalLoad
> - isNetLoad: change to getOperation().isNetLoad
> - isLoad: change to getOperation().isLoad
> - isNetSearch: change to getOperation().isNetSearch
> - isBridgeEvent: change to hasClientOrigin
> these should be pretty easy to change
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)