public abstract class ReductionDataArrayReservation<A,E> extends ReductionDataReservation<A,E>
ReductionDataCollector
to specify an array of data it needs to export from the shard.Modifier and Type | Field and Description |
---|---|
protected IntConsumer |
sizeApplier |
protected IntSupplier |
sizeExtractor |
applier, extractor
Modifier | Constructor and Description |
---|---|
protected |
ReductionDataArrayReservation(A applier,
IntConsumer sizeApplier,
E extractor,
IntSupplier sizeExtractor) |
createReadStream, createWriteStream
protected final IntConsumer sizeApplier
protected final IntSupplier sizeExtractor
protected ReductionDataArrayReservation(A applier, IntConsumer sizeApplier, E extractor, IntSupplier sizeExtractor)
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.