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 | Method and Description |
---|---|
<T> ResultSender<T> |
FunctionContext.getResultSender()
Returns the ResultSender which is used to add the ability for an execute
method to send a single result back, or break its result into multiple
pieces and send each piece back to the calling thread's ResultCollector.
|
Copyright © 1997-2017 Pivotal Software, Inc. All rights reserved.