|
GemFire 6.6 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface RegionFunctionContext
Defines the execution context of a data dependent Function.
Applications can use the methods provided to retrieve the Region
and context specific routing objects. When the function is executed
using FunctionService.onRegion(Region), the FunctionContext
can be typecast to this type.
If the region is a partitioned region,
PartitionRegionHelper can be used to get local and
colocated data references.
FunctionContext,
PartitionRegionHelper| Method Summary | ||
|---|---|---|
|
getDataSet()
Returns the reference to the Region on which the function is executed |
|
Set<?> |
getFilter()
Returns subset of keys (filter) provided by the invoking thread (aka routing objects). |
|
| Methods inherited from interface com.gemstone.gemfire.cache.execute.FunctionContext |
|---|
getArguments, getFunctionId, getResultSender, isPossibleDuplicate |
| Method Detail |
|---|
Set<?> getFilter()
Execution.withFilter(Set)<K,V> Region<K,V> getDataSet()
FunctionService.onRegion(Region)
|
GemFire 6.6 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||