|
GemFire 6.5.1.2 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use Execution | |
|---|---|
| com.gemstone.gemfire.cache.execute |
The com.gemstone.gemfire.cache.execute package provides APIs used
for function execution on gemfire system members. |
| Uses of Execution in com.gemstone.gemfire.cache.execute |
|---|
| Methods in com.gemstone.gemfire.cache.execute that return Execution | |
|---|---|
static Execution |
FunctionService.onMember(DistributedSystem system,
DistributedMember distributedMember)
Returns an Execution object that can be used to execute a data
independent function on a DistributedMember of the
DistributedSystem. |
static Execution |
FunctionService.onMembers(DistributedSystem system)
Returns an Execution object that can be used to execute a data
independent function on all members of the DistributedSystem. |
static Execution |
FunctionService.onMembers(DistributedSystem system,
Set<DistributedMember> distributedMembers)
Returns an Execution object that can be used to execute a data
independent function on the set of DistributedMembers of the
DistributedSystem. |
static Execution |
FunctionService.onRegion(Region region)
Returns an Execution object that can be used to execute a data
dependent function on the specified Region. |
static Execution |
FunctionService.onServer(Pool pool)
Returns an Execution object that can be used to execute a data
independent function on a server in the provided Pool. |
static Execution |
FunctionService.onServer(RegionService regionService)
Returns an Execution object that can be used to execute a data
independent function on a server that the given cache is connected to. |
static Execution |
FunctionService.onServers(Pool pool)
Returns an Execution object that can be used to execute a data
independent function on all the servers in the provided Pool. |
static Execution |
FunctionService.onServers(RegionService regionService)
Returns an Execution object that can be used to execute a data
independent function on all the servers that the given cache is connected to. |
Execution |
Execution.withArgs(Serializable args)
Specifies the user data passed to the function when it is executed. |
Execution |
Execution.withCollector(ResultCollector<? extends Serializable,? extends Serializable> rc)
Specifies the ResultCollector that will receive the results after
the function has been executed. |
Execution |
Execution.withFilter(Set<?> filter)
Specifies a data filter of routing objects for selecting the GemFire members to execute the function on. |
|
GemFire 6.5.1.2 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||