Package | Description |
---|---|
com.gemstone.gemfire.cache.execute |
The
com.gemstone.gemfire.cache.execute package provides APIs used
for function execution on gemfire system members. |
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
ResultCollector<?,?> |
Execution.execute(Function function)
Executes the function instance provided.
|
ResultCollector<?,?> |
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<?,?> |
Execution.execute(String functionId,
boolean hasResult)
Deprecated.
as of 6.6, use
Execution.execute(String) instead |
ResultCollector<?,?> |
Execution.execute(String functionId,
boolean hasResult,
boolean isHA)
Deprecated.
as of 6.6, use
Execution.execute(String) instead |
ResultCollector<?,?> |
Execution.execute(String functionId,
boolean hasResult,
boolean isHA,
boolean optimizeForWrite)
Deprecated.
as of 6.6, use
Execution.execute(String) instead |
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.
|
Copyright © 1997-2017 Pivotal Software, Inc. All rights reserved.