[ 
https://issues.apache.org/jira/browse/GEODE-1917?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Darrel Schneider updated GEODE-1917:
------------------------------------
    Component/s:     (was: core)

> Add generic type parameters to the CqEvent interface
> ----------------------------------------------------
>
>                 Key: GEODE-1917
>                 URL: https://issues.apache.org/jira/browse/GEODE-1917
>             Project: Geode
>          Issue Type: Bug
>          Components: querying
>            Reporter: Jared Stewart
>
> The Region<Key, Value> interface uses generic type parameters to ensure 
> type-safety of Region::get and Region::put operations.  The CqEvent interface 
> has similar methods CqEvent::getKey and CqEvent::getNewValue, but these 
> methods return raw objects.  If we add generic <Key, Value> parameters to 
> CqEvent then we can have CqEvent::getKey return a Key and 
> CqEvent::getNewValue return a Value.



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

Reply via email to