Package | Description |
---|---|
com.gemstone.gemfire.cache.query |
GemFire's query service, an implementation of an OQL/SQL-style
query processor with supporting indexes.
|
Modifier and Type | Method and Description |
---|---|
void |
CqQuery.close()
Close the CQ and stop execution.
|
void |
CqQuery.execute()
Start executing the CQ or if this CQ is stopped earlier, resumes execution of the CQ.
|
<E> CqResults<E> |
CqQuery.executeWithInitialResults()
Starts executing the CQ or, if the CQ is in a stopped state, resumes
execution.
|
void |
CqQuery.stop()
Stops this CqQuery without releasing resources.
|
Copyright © 1997-2017 Pivotal Software, Inc. All rights reserved.