public class BooleanCheckedReservation extends ReductionCheckedDataReservation<BooleanConsumer,BooleanSupplier>
exists
applier, extractor
Constructor and Description |
---|
BooleanCheckedReservation(BooleanConsumer applier,
BooleanSupplier extractor,
BooleanSupplier exists) |
Modifier and Type | Method and Description |
---|---|
BooleanCheckedDataReader |
createReadStream(DataInput input)
Generate a
ReductionDataReader that merges the set of data this reservation represents. |
BooleanCheckedDataWriter |
createWriteStream(DataOutput output)
Generate a
ReductionDataWriter that exports the set of data this reservation represents. |
public BooleanCheckedReservation(BooleanConsumer applier, BooleanSupplier extractor, BooleanSupplier exists)
public BooleanCheckedDataReader createReadStream(DataInput input)
ReductionDataReservation
ReductionDataReader
that merges the set of data this reservation represents.createReadStream
in class ReductionDataReservation<BooleanConsumer,BooleanSupplier>
input
- the shard input streampublic BooleanCheckedDataWriter createWriteStream(DataOutput output)
ReductionDataReservation
ReductionDataWriter
that exports the set of data this reservation represents.createWriteStream
in class ReductionDataReservation<BooleanConsumer,BooleanSupplier>
output
- the shard output streamCopyright © 2000-2017 Apache Software Foundation. All Rights Reserved.