Package com.pivovarit.collectors


package com.pivovarit.collectors
The com.pivovarit.collectors package contains all internal components backing the ParallelCollectors APIs
  • Classes
    Class
    Description
    An umbrella class exposing static factory methods for instantiating parallel Collectors
    A subset of collectors which perform operations in batches and not separately (one object in a thread pool's worker queue represents a batch of operations to be performed by a single thread)