Package | Description |
---|---|
com.gemstone.gemfire.cache.query |
GemFire's query service, an implementation of an OQL/SQL-style
query processor with supporting indexes.
|
com.gemstone.gemfire.cache.util |
Provides utilities for use with the Caching API in the
com.gemstone.gemfire.cache.util package. |
Modifier and Type | Method and Description |
---|---|
void |
CqListener.onError(CqEvent aCqEvent)
This method is invoked when there is an error during CQ processing.
|
void |
CqListener.onEvent(CqEvent aCqEvent)
This method is invoked when an event is occurred on the region
that satisfied the query condition of this CQ.
|
Modifier and Type | Method and Description |
---|---|
void |
CqListenerAdapter.onError(CqEvent aCqEvent)
An error occurred in the processing of a CQ.
|
void |
CqListenerAdapter.onEvent(CqEvent aCqEvent)
An event occurred that modifies the results of the query.
|
Copyright © 1997-2017 Pivotal Software, Inc. All rights reserved.