VMware GemFire Native Client Cache Reference  9.0.6
gemfire::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 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.


GemFire C++ Cache API Documentation