public class CustomResultCollector extends Object implements com.gemstone.gemfire.cache.execute.ResultCollector
| Constructor and Description |
|---|
CustomResultCollector() |
| Modifier and Type | Method and Description |
|---|---|
void |
addResult(com.gemstone.gemfire.distributed.DistributedMember memberID,
Object result) |
void |
clearResults() |
void |
endResults() |
Object |
getResult() |
Object |
getResult(long timeout,
TimeUnit unit) |
public void addResult(com.gemstone.gemfire.distributed.DistributedMember memberID,
Object result)
addResult in interface com.gemstone.gemfire.cache.execute.ResultCollectorpublic void endResults()
endResults in interface com.gemstone.gemfire.cache.execute.ResultCollectorpublic Object getResult() throws com.gemstone.gemfire.cache.execute.FunctionException
getResult in interface com.gemstone.gemfire.cache.execute.ResultCollectorcom.gemstone.gemfire.cache.execute.FunctionExceptionpublic Object getResult(long timeout, TimeUnit unit) throws com.gemstone.gemfire.cache.execute.FunctionException
getResult in interface com.gemstone.gemfire.cache.execute.ResultCollectorcom.gemstone.gemfire.cache.execute.FunctionExceptionpublic void clearResults()
clearResults in interface com.gemstone.gemfire.cache.execute.ResultCollectorCopyright © 2010-2015 Pivotal Software, Inc. All rights reserved.