Interface AsyncResultsReducer<T,R>

All Known Subinterfaces:
DistributedSpaceTask<T,R>, DistributedTask<T,R>, DurableTask<T,R>
All Known Implementing Classes:
AbstractDelegatingDistributedTask, AddReplicationGatewayTargetTask, AddTypeIndexesTask, AvgReducer, AvgTask, BroadcastTableSpaceTask, CallableDistributedTaskAdapter, CloseIteratorDistributedSpaceTask, CollocatedJoinSpaceTask, CopyChunksTask, DeleteChunksTask, ExecutorRemotingTask, FindNonExpiredSessionsTask, GetBatchForIteratorDistributedSpaceTask, GetEntriesTieredMetaDataTask, GetMVCCEntryMetaDataTask, GetTypeDescriptorTask, InternalDistributedSpaceTaskWrapper, InternalDurableTaskWrapper, MaxReducer, MaxTask, MinReducer, MinTask, PrivilegedDistributedTask, RegisterDistributedEventContainerTask, RegisterTypeDescriptorTask, RemoveReplicationGatewayTargetTask, RenewIteratorLeaseDistributedSpaceTask, RunnableDistributedTaskAdapter, SimpleDelegatingDistributedTask, SpaceDataSourceLoadTask, SumReducer, SumTask, SystemDistributedTask, UnregisterDistributedEventContainerTask, UnregisterTypeDescriptorTask, WaitForDataDrainTask

public interface AsyncResultsReducer<T,R>
A generic interface that reduces a list of AsyncResult.
Since:
6.6
Author:
Assaf Ronen
  • Method Summary

    Modifier and Type
    Method
    Description
    reduce(List<AsyncResult<T>> results)