VMware GemFire Native Client .NET Framework API Reference
|
VMware VMware GemFire Native .NET Reference 10.4.3
|
Loading...
Searching...
No Matches
Apache::Geode::Client::FunctionService< TResult > Class Template Reference
A factory class used to create Execute object for function execution. More...
#include <FunctionService.hpp>
Static Public Member Functions | |
| template<class TKey , class TValue > | |
| static Execution< TResult > ^ | OnRegion (IRegion< TKey, TValue >^ rg) |
| Creates a new region Execution object. | |
| static Execution< TResult > ^ | OnServer (IRegionService^ cache) |
| Creates a new Execution object on one server. | |
| static Execution< TResult > ^ | OnServer (Pool^ pl) |
| Creates a new Execution object on one server. | |
| static Execution< TResult > ^ | OnServers (IRegionService^ cache) |
| Creates a new Execution object on all servers in the pool. | |
| static Execution< TResult > ^ | OnServers (Pool^ pl) |
| Creates a new Execution object on all servers in the pool. | |
Detailed Description
template<class TResult>
class Apache::Geode::Client::FunctionService< TResult >
class Apache::Geode::Client::FunctionService< TResult >
A factory class used to create Execute object for function execution.
Member Function Documentation
◆ OnRegion()
template<class TResult >
template<class TKey , class TValue >
|
static |
◆ OnServer() [1/2]
template<class TResult >
|
static |
Creates a new Execution object on one server.
- Exceptions
-
IllegalStateException when Pool has been closed.
◆ OnServer() [2/2]
template<class TResult >
|
static |
Creates a new Execution object on one server.
- Exceptions
-
UnsupportedOperationException unsupported operation exception, when Pool is in multiusersecure mode.
◆ OnServers() [1/2]
template<class TResult >
|
static |
Creates a new Execution object on all servers in the pool.
- Exceptions
-
IllegalStateException when Pool has been closed.
◆ OnServers() [2/2]
template<class TResult >
|
static |
Creates a new Execution object on all servers in the pool.
- Exceptions
-
UnsupportedOperationException unsupported operation exception, when Pool is in multiusersecure mode.
Apache Geode C++ Cache .NET API Documentation