Interface Execution<IN,​OUT,​AGG>

  • Type Parameters:
    IN - The type of the argument passed into the function, if any
    OUT - The type of results sent by the function
    AGG - The type of the aggregated result returned by the ResultCollector

    public interface Execution<IN,​OUT,​AGG>
    Provides methods to build the context for the execution of a Function . A Context describes the environment in which the Execution will take place.

    This interface is implemented by GemFire. To obtain an instance of it use FunctionService.

    Since:
    GemFire 6.0
    See Also:
    FunctionService, Function