Class SingleResultReturningCollector<T>

java.lang.Object
org.springframework.geode.function.support.AbstractResultCollector<T,T>
org.springframework.geode.function.support.SingleResultReturningCollector<T>
All Implemented Interfaces:
org.apache.geode.cache.execute.ResultCollector<T,T>

public class SingleResultReturningCollector<T> extends AbstractResultCollector<T,T>
The SingleResultReturningCollector class is an implementation of the ResultCollector interface which returns a single result.
Since:
1.0.0
See Also:
  • Constructor Details

    • SingleResultReturningCollector

      public SingleResultReturningCollector()
  • Method Details

    • addResult

      public void addResult(org.apache.geode.distributed.DistributedMember memberID, T resultOfSingleExecution)