public class RestServersResultCollector<String,Object>
extends java.lang.Object
implements org.apache.geode.cache.execute.ResultCollector<String,Object>
| Constructor and Description |
|---|
RestServersResultCollector() |
| Modifier and Type | Method and Description |
|---|---|
void |
addResult(org.apache.geode.distributed.DistributedMember memberID,
String result) |
void |
clearResults() |
void |
endResults() |
Object |
getResult() |
Object |
getResult(long timeout,
java.util.concurrent.TimeUnit unit) |
public void addResult(org.apache.geode.distributed.DistributedMember memberID,
String result)
public void endResults()
public Object getResult() throws org.apache.geode.cache.execute.FunctionException
public Object getResult(long timeout, java.util.concurrent.TimeUnit unit) throws org.apache.geode.cache.execute.FunctionException