Package | Description |
---|---|
com.gemstone.gemfire.cache.execute |
The
com.gemstone.gemfire.cache.execute package provides APIs used
for function execution on gemfire system members. |
com.gemstone.gemfire.cache.partition |
Provides classes which operate on partitioned regions.
|
com.gemstone.gemfire.cache.query |
GemFire's query service, an implementation of an OQL/SQL-style
query processor with supporting indexes.
|
Class and Description |
---|
Execution
Provides methods to build the context for the execution of a
Function
. |
Function
Defines the interface a user defined function implements.
|
FunctionContext
Defines the execution context of a
Function . |
FunctionException
Thrown to indicate an error or exceptional condition during the execution of
Functions in GemFire.
|
ResultCollector
Defines the interface for a container that gathers results from function
execution.
|
ResultSender
Provides methods to send results back to the ResultCollector.
|
Class and Description |
---|
RegionFunctionContext
Defines the execution context of a data dependent
Function . |
Class and Description |
---|
RegionFunctionContext
Defines the execution context of a data dependent
Function . |
Copyright © 1997-2017 Pivotal Software, Inc. All rights reserved.