Interface VariantAccumulatorExecutor<ACCUMULATOR extends VariantProcessor.Accumulator<RESULT>,RESULT>

All Known Implementing Classes:
VariantAccumulatorExecutor.MultiThreadedChunkBased

public interface VariantAccumulatorExecutor<ACCUMULATOR extends VariantProcessor.Accumulator<RESULT>,RESULT>
Describes the functionality for an executor that manages the delegation of work to VariantProcessor.Accumulators.