Apache Geode Native .NET Reference 1.15.0
|
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 More... | |
static Execution< TResult > ^ | OnServer (IRegionService^ cache) |
Creates a new Execution object on one server. More... | |
static Execution< TResult > ^ | OnServer (Pool^ pl) |
Creates a new Execution object on one server More... | |
static Execution< TResult > ^ | OnServers (IRegionService^ cache) |
Creates a new Execution object on all servers in the pool. More... | |
static Execution< TResult > ^ | OnServers (Pool^ pl) |
Creates a new Execution object on all servers in the pool More... | |
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. |