It is provided by the getState method of the CqQuery instance.
Public Member Functions | |
| bool | isClosed () const |
| Returns true if the CQ is in Closed state. | |
| bool | isClosing () const |
| Returns true if the CQ is in Closing state. | |
| bool | isRunning () const |
| Returns true if the CQ is in Running state. | |
| bool | isStopped () const |
| Returns true if the CQ is in Stopped state. | |
| const char * | toString () const |
| Returns the state in string form. | |
| bool gemfire::CqState::isClosed | ( | ) | const |
Returns true if the CQ is in Closed state.
| bool gemfire::CqState::isClosing | ( | ) | const |
Returns true if the CQ is in Closing state.
| bool gemfire::CqState::isRunning | ( | ) | const |
Returns true if the CQ is in Running state.
| bool gemfire::CqState::isStopped | ( | ) | const |
Returns true if the CQ is in Stopped state.
| const char* gemfire::CqState::toString | ( | ) | const |
Returns the state in string form.