VMware GemFire Native C++ Reference
9.1
|
This interface gives information on the state of a CqQuery. More...
Public Member Functions | |
bool | isClosed () const |
Returns true if the CQ is in Closed state. More... | |
bool | isClosing () const |
Returns true if the CQ is in Closing state. More... | |
bool | isRunning () const |
Returns true if the CQ is in Running state. More... | |
bool | isStopped () const |
Returns true if the CQ is in Stopped state. More... | |
const char * | toString () const |
Returns the state in string form. More... | |
This interface gives information on the state of a CqQuery.
It is provided by the getState method of the CqQuery instance.
bool apache::geode::client::CqState::isClosed | ( | ) | const |
Returns true if the CQ is in Closed state.
bool apache::geode::client::CqState::isClosing | ( | ) | const |
Returns true if the CQ is in Closing state.
bool apache::geode::client::CqState::isRunning | ( | ) | const |
Returns true if the CQ is in Running state.
bool apache::geode::client::CqState::isStopped | ( | ) | const |
Returns true if the CQ is in Stopped state.
const char* apache::geode::client::CqState::toString | ( | ) | const |
Returns the state in string form.