1 #ifndef __GEMFIRE_CQ_STATE_H__ 2 #define __GEMFIRE_CQ_STATE_H__ 11 #include "gfcpp_globals.hpp" 43 const char* toString()
const;
48 bool isRunning()
const;
53 bool isStopped()
const;
58 bool isClosed()
const;
63 bool isClosing()
const;
64 void setState(CqState::StateType state);
65 CqState::StateType getState();
74 #endif //ifndef __GEMFIRE_CQ_STATE_H__
This interface gives information on the state of a CqQuery.
Definition: CqState.hpp:27
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