VMware GemFire Native Client C++ API Reference
|
VMware VMware GemFire Native C++ Reference 10.4.3
|
Loading...
Searching...
No Matches
FunctionService.hpp
Go to the documentation of this file.
entry point for function execution
Definition FunctionService.hpp:45
static Execution onServers(const std::shared_ptr< Pool > &pool)
Returns a Execution object that can be used to execute a data independent function on all the servers...
Definition FunctionService.hpp:115
static Execution onServer(RegionService ®ionService)
Returns a Execution object that can be used to execute a data independent function on a server where ...
Definition FunctionService.hpp:98
static Execution onRegion(const std::shared_ptr< Region > ®ion)
Returns a Execution object that can be used to execute a data dependent function on the specified Reg...
static Execution onServers(RegionService ®ionService)
Returns a Execution object that can be used to execute a data independent function on all the servers...
Definition FunctionService.hpp:133
static Execution onServer(const std::shared_ptr< Pool > &pool)
Returns a Execution object that can be used to execute a data independent function on a server in the...
Definition FunctionService.hpp:80
A pool of connections to connect from a client to a set of Geode Cache Servers.
Definition Pool.hpp:59
A RegionService provides access to existing regions that exist in a Geode cache.
Definition RegionService.hpp:58
Apache Geode C++ Cache API Documentation