Public Member Functions | |
| IResultCollector^ | Execute (String^ func) |
| IResultCollector^ | Execute (String^ func, Boolean getResult) |
| IResultCollector^ | Execute (String^ func, Boolean getResult, UInt32 timeout) |
| IResultCollector^ | Execute (String^ func, Boolean getResult, UInt32 timeout, Boolean isHA) |
| IResultCollector^ | Execute (String^ func, Boolean getResult, UInt32 timeout, Boolean isHA, Boolean optimizeForWrite) |
| Execution^ | WithArgs (IGFSerializable^ args) |
| Execution^ | WithCollector (IResultCollector^ rc) |
| Execution^ | WithFilter (array< IGFSerializable^ >^routingObj) |
| IResultCollector ^ GemStone::GemFire::Cache::Execution::Execute | ( | String^ | func | ) |
Execute a function, Return resultCollector.
| IResultCollector ^ GemStone::GemFire::Cache::Execution::Execute | ( | String^ | func, | |
| Boolean | getResult | |||
| ) |
Execute a function, Return resultCollector.
| getResult | Indicating if results are expected. |
| IResultCollector ^ GemStone::GemFire::Cache::Execution::Execute | ( | String^ | func, | |
| Boolean | getResult, | |||
| UInt32 | timeout | |||
| ) |
Execute a function, Return resultCollector.
| getResult | Indicating if results are expected. | |
| timeout | Value to wait for the operation to finish before timing out. |
| IResultCollector ^ GemStone::GemFire::Cache::Execution::Execute | ( | String^ | func, | |
| Boolean | getResult, | |||
| UInt32 | timeout, | |||
| Boolean | isHA | |||
| ) |
Execute a function, Return resultCollector.
| func | The name of the function to be executed. | |
| getResult | Indicating if results are expected. | |
| timeout | Value to wait for the operation to finish before timing out. | |
| isHA | Whether the given function is HA. |
| IResultCollector ^ GemStone::GemFire::Cache::Execution::Execute | ( | String^ | func, | |
| Boolean | getResult, | |||
| UInt32 | timeout, | |||
| Boolean | isHA, | |||
| Boolean | optimizeForWrite | |||
| ) |
Execute a function, Return resultCollector.
| func | The name of the function to be executed. | |
| getResult | Indicating if results are expected. | |
| timeout | Value to wait for the operation to finish before timing out. | |
| isHA | Whether the given function is HA. | |
| optimizeForWrite | Whether the function should be optmized for write operation. |
| Execution ^ GemStone::GemFire::Cache::Execution::WithArgs | ( | IGFSerializable^ | args | ) |
Add an argument, Return self.
| Execution ^ GemStone::GemFire::Cache::Execution::WithCollector | ( | IResultCollector^ | rc | ) |
Add a result collector, Return self.
| Execution ^ GemStone::GemFire::Cache::Execution::WithFilter | ( | array< IGFSerializable^ >^ | routingObj | ) |
Add a routing object, Return self.