Package | Description |
---|---|
com.gemstone.gemfire.cache |
Provides an implementation of distributed object caching that
can leverage GemFire's distribution capabilities.
|
com.gemstone.gemfire.cache.client |
The
com.gemstone.gemfire.cache.client package provides APIs used
for client connectivity and caching. |
Modifier and Type | Method and Description |
---|---|
QueryService |
RegionService.getQueryService()
Return the QueryService for this region service.
|
Modifier and Type | Method and Description |
---|---|
QueryService |
ClientCache.getLocalQueryService()
Return a QueryService that queries the local state in the client cache.
|
QueryService |
Pool.getQueryService()
Returns the QueryService for this Pool.
|
QueryService |
ClientCache.getQueryService(String poolName)
Return the QueryService for the named pool.
|
Copyright © 1997-2017 Pivotal Software, Inc. All rights reserved.