Jared Stewart created GEODE-1917:
------------------------------------

             Summary: 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: core, 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