Package | Description |
---|---|
com.gemstone.gemfire.cache.partition |
Provides classes which operate on partitioned regions.
|
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 |
---|---|
static Map<String,Region<?,?>> |
PartitionRegionHelper.getLocalColocatedRegions(RegionFunctionContext c)
Given a RegionFunctionContext for a partitioned Region, return a map of colocated Regions
with read access limited to the context of the function.
|
static <K,V> Region<K,V> |
PartitionRegionHelper.getLocalDataForContext(RegionFunctionContext c)
Given a RegionFunctionContext
for a partitioned Region,
return a Region providing read access limited to the function context.
|
Modifier and Type | Method and Description |
---|---|
Object |
Query.execute(RegionFunctionContext context)
Executes this query on the partitioned data-store associated with the given
RegionFunctionContext and returns an object that represents its result.
|
Object |
Query.execute(RegionFunctionContext context,
Object[] params)
Executes this query on the partitioned data-store associated with the given
RegionFunctionContext and parameters and returns an object that represents
its result.
|
Copyright © 1997-2017 Pivotal Software, Inc. All rights reserved.