3 #ifndef GEODE_CQSTATE_H_ 4 #define GEODE_CQSTATE_H_ 23 #include "geode_globals.hpp" 53 const char* toString()
const;
58 bool isRunning()
const;
63 bool isStopped()
const;
68 bool isClosed()
const;
73 bool isClosing()
const;
74 void setState(CqState::StateType state);
75 CqState::StateType getState();
84 #endif // GEODE_CQSTATE_H_ Each enum represents a predefined RegionAttributes in a Cache.
Definition: Assert.hpp:31
#define CPPCACHE_EXPORT
Defines a Geode CPPCACHE export.
Definition: geode_base.hpp:58
This interface gives information on the state of a CqQuery.
Definition: CqState.hpp:40
This namespace contains all the Geode C++ API classes, enumerations and globals.