1 #ifndef __GEMFIRE_CQ_EVENT_H__ 2 #define __GEMFIRE_CQ_EVENT_H__ 11 #include "gfcpp_globals.hpp" 56 virtual CqOperation::CqOperationType getBaseOperation()
const = 0;
63 virtual CqOperation::CqOperationType getQueryOperation()
const = 0;
90 void operator = (
const CqEvent& );
94 #endif //#ifndef __GEMFIRE_CQ_EVENT_H__
This interface provides methods to get all the information sent from the server about the CQ event...
Definition: CqEvent.hpp:38
Contains generic template definitions for Cacheable types and instantiations for built-in types...
Template class for CacheableArrayType SharedPtr's that adds [] operator.
Definition: CacheableBuiltins.hpp:154
This namespace contains all the GemFire C++ API classes, enumerations and globals.
Definition: Assert.hpp:19
#define CPPCACHE_EXPORT
Defines a GemFire CPPCACHE export.
Definition: gf_base.hpp:51
Defines a reference counted shared pointer.
Definition: SharedPtr.hpp:35