Class CompositeAggregator.Parallel

All Implemented Interfaces:
ExternalizableLite, PortableObject, InvocableMap.EntryAggregator, InvocableMap.StreamingAggregator, Serializable
Enclosing class:
CompositeAggregator<K,V>

@Deprecated public static class CompositeAggregator.Parallel extends CompositeAggregator
Deprecated.
As of Coherence 12.2.1. Use CompositeAggregator instead.
Parallel implementation of the CompositeAggregator.
See Also:
  • Constructor Details

    • Parallel

      public Parallel()
      Deprecated.
      Default constructor (necessary for the ExternalizableLite interface).
    • Parallel

      protected Parallel(InvocableMap.EntryAggregator[] aAggregator)
      Deprecated.
      Construct a CompositeParallelAggregator based on a specified EntryAggregator array.
      Parameters:
      aAggregator - an array of ParallelAwareAggregator objects; may not be null