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 | Interface and Description |
---|---|
interface |
RegionFunctionContext
Defines the execution context of a data dependent
Function . |
Modifier and Type | Method and Description |
---|---|
abstract void |
FunctionAdapter.execute(FunctionContext context)
The method which contains the logic to be executed.
|
void |
Function.execute(FunctionContext context)
The method which contains the logic to be executed.
|
Copyright © 1997-2017 Pivotal Software, Inc. All rights reserved.