public class IntArrayReservation extends ReductionDataArrayReservation<IntConsumer,IntSupplier>
sizeApplier, sizeExtractorapplier, extractor| Constructor and Description | 
|---|
| IntArrayReservation(IntConsumer applier,
                   IntConsumer sizeApplier,
                   IntSupplier extractor,
                   IntSupplier sizeExtractor) | 
| Modifier and Type | Method and Description | 
|---|---|
| IntDataArrayReader | createReadStream(DataInput input)Generate a  ReductionDataReaderthat merges the set of data this reservation represents. | 
| IntDataArrayWriter | createWriteStream(DataOutput output)Generate a  ReductionDataWriterthat exports the set of data this reservation represents. | 
public IntArrayReservation(IntConsumer applier, IntConsumer sizeApplier, IntSupplier extractor, IntSupplier sizeExtractor)
public IntDataArrayReader createReadStream(DataInput input)
ReductionDataReservationReductionDataReader that merges the set of data this reservation represents.createReadStream in class ReductionDataReservation<IntConsumer,IntSupplier>input - the shard input streampublic IntDataArrayWriter createWriteStream(DataOutput output)
ReductionDataReservationReductionDataWriter that exports the set of data this reservation represents.createWriteStream in class ReductionDataReservation<IntConsumer,IntSupplier>output - the shard output streamCopyright © 2000-2019 Apache Software Foundation. All Rights Reserved.