Package org.apache.geode.cache.execute
package org.apache.geode.cache.execute
-
ClassDescriptionException to indicate that Region is empty for data aware functions.Execution<IN,
OUT, AGG> Provides methods to build the context for the execution of aFunction.Function<T>Defines the interface a user defined function implements.Deprecated.FunctionContext<T1>Defines the execution context of aFunction.Thrown to indicate an error or exceptional condition during the execution of Functions in GemFire.Thrown if one of the function execution nodes goes away or cache is closed.Provides the entry point into execution of user defined Functions.Defines the execution context of a data dependentFunction.ResultCollector<T,S> Defines the interface for a container that gathers results from function execution.
GemFire provides a default implementation for ResultCollector.ResultSender<T>Provides methods to send results back to the ResultCollector.
Functioninstead.