VMware GemFire Native C++ Reference  9.1
apache::geode::client::CqState Class Reference

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...
 

Detailed Description

This interface gives information on the state of a CqQuery.

It is provided by the getState method of the CqQuery instance.

Member Function Documentation

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.


Pivotal GemFire C++ Cache API Documentation