VMware VMware GemFire Native .NET Reference 10.4.3
|
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. | |
A factory class used to create Execute object for function execution.
|
static |
|
static |
Creates a new Execution object on one server.
IllegalStateException | when Pool has been closed. |
|
static |
Creates a new Execution object on one server.
UnsupportedOperationException | unsupported operation exception, when Pool is in multiusersecure mode. |
|
static |
Creates a new Execution object on all servers in the pool.
IllegalStateException | when Pool has been closed. |
|
static |
Creates a new Execution object on all servers in the pool.
UnsupportedOperationException | unsupported operation exception, when Pool is in multiusersecure mode. |