Java org.springframework.data.gemfire.function.execution GemfireOnRegionFunctionTemplate fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.data.gemfire.function.execution GemfireOnRegionFunctionTemplate fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.data.gemfire.function.execution GemfireOnRegionFunctionTemplate.

The text is from its open source code.

Constructor

GemfireOnRegionFunctionTemplate(Region region)
Constructs a new instance of the GemfireOnRegionFunctionTemplate initialized with the given Region .

Method

Texecute(GemfireFunctionCallback callback)
Execute a Pivotal GemFire Function using a native Pivotal GemFire org.apache.geode.cache.execute.Execution instance.
TexecuteAndExtract(String functionId, Set keys, Object... args)