IResultCollector Methods |
The IResultCollector type exposes the following members.
Name | Description | |
---|---|---|
![]() | AddResult |
add result from a single function execution
|
![]() | ClearResults |
GemFire will invoke this method before re-executing function (in case of
Function Execution HA) This is to clear the previous execution results from
the result collector
@since 6.5
|
![]() | EndResults |
Call back provided to caller, which is called after function execution is
complete and caller can retrieve results using getResult()
|
![]() | GetResult |
get result
|
![]() | GetResult(UInt32) |
get result
|