|
GemFire 6.5.1.2 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use FunctionException | |
|---|---|
| com.gemstone.gemfire.cache.execute |
The com.gemstone.gemfire.cache.execute package provides APIs used
for function execution on gemfire system members. |
| Uses of FunctionException in com.gemstone.gemfire.cache.execute |
|---|
| Subclasses of FunctionException in com.gemstone.gemfire.cache.execute | |
|---|---|
class |
EmtpyRegionFunctionException
Exception to indicate that Region is empty for data aware functions. |
class |
FunctionInvocationTargetException
Thrown if one of the function execution nodes goes away or cache is closed. |
| Methods in com.gemstone.gemfire.cache.execute that throw FunctionException | |
|---|---|
ResultCollector<? extends Serializable,? extends Serializable> |
Execution.execute(Function function)
Executes the function instance provided. |
ResultCollector<? extends Serializable,? extends Serializable> |
Execution.execute(String functionId)
Executes the function using its id Function.execute(FunctionContext) is called on the instance
retrieved using FunctionService.getFunction(String) on the
executing member. |
ResultCollector<? extends Serializable,? extends Serializable> |
Execution.execute(String functionId,
boolean hasResult)
Executes the function instance provided. |
ResultCollector<? extends Serializable,? extends Serializable> |
Execution.execute(String functionId,
boolean hasResult,
boolean isHA)
Executes the function instance provided. |
ResultCollector<? extends Serializable,? extends Serializable> |
Execution.execute(String functionId,
boolean hasResult,
boolean isHA,
boolean optimizeForWrite)
Executes the function instance provided. |
S |
ResultCollector.getResult()
Method used to pull results from the ResultCollector. |
S |
ResultCollector.getResult(long timeout,
TimeUnit unit)
Method used to pull results from the ResultCollector. |
|
GemFire 6.5.1.2 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||