Package | Description |
---|---|
com.gemstone.gemfire.cache |
Provides an implementation of distributed object caching that
can leverage GemFire's distribution capabilities.
|
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 |
---|---|
<E> SelectResults<E> |
Region.query(String queryPredicate)
Filters the values of this region using the
queryPredicate . |
Modifier and Type | Interface and Description |
---|---|
interface |
CqResults<E>
Represents the results of a CQ query that is executed using
CqQuery.executeWithInitialResults()
The result will contain the instances of
Struct having key and value
of the region entry that satisfy the CQ query condition. |
Modifier and Type | Method and Description |
---|---|
SelectResults |
BridgeLoader.query(String queryStr)
Deprecated.
use
Region.query(java.lang.String) instead |
Copyright © 1997-2017 Pivotal Software, Inc. All rights reserved.