Package com.tangosol.util.InvocableMap

Examples of com.tangosol.util.InvocableMap.EntryAggregator


    return ((ParallelAwareAggregator)nestedAgent).aggregateResults(results);
  }

  @Override
  public EntryAggregator getParallelAggregator() {
    EntryAggregator parallel = ((ParallelAwareAggregator)nestedAgent).getParallelAggregator();
    if (parallel == nestedAgent) {
      return this;
    }
    else {
      return new EntryAggregatorAdapter(parallel, version);
View Full Code Here

TOP

Related Classes of com.tangosol.util.InvocableMap.EntryAggregator

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.