Class ReduceTaskWithLogging<V>

  • Type Parameters:
    V - the type of values processed
    All Implemented Interfaces:
    Serializable, Future<V>

    class ReduceTaskWithLogging<V>
    extends RecursiveTask<V>
    Task for simulating the reduce operation of parallel streams including log information.
    Author:
    Herbert Prähofer