Class LongArrayReservation
- java.lang.Object
-
- org.apache.solr.analytics.stream.reservation.ReductionDataReservation<A,E>
-
- org.apache.solr.analytics.stream.reservation.ReductionDataArrayReservation<LongConsumer,LongSupplier>
-
- org.apache.solr.analytics.stream.reservation.LongArrayReservation
-
public class LongArrayReservation extends ReductionDataArrayReservation<LongConsumer,LongSupplier>
-
-
Field Summary
-
Fields inherited from class org.apache.solr.analytics.stream.reservation.ReductionDataArrayReservation
sizeApplier, sizeExtractor
-
Fields inherited from class org.apache.solr.analytics.stream.reservation.ReductionDataReservation
applier, extractor
-
-
Constructor Summary
Constructors Constructor Description LongArrayReservation(LongConsumer applier, IntConsumer sizeApplier, LongSupplier extractor, IntSupplier sizeExtractor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LongDataArrayReader
createReadStream(DataInput input)
Generate aReductionDataReader
that merges the set of data this reservation represents.LongDataArrayWriter
createWriteStream(DataOutput output)
Generate aReductionDataWriter
that exports the set of data this reservation represents.
-
-
-
Constructor Detail
-
LongArrayReservation
public LongArrayReservation(LongConsumer applier, IntConsumer sizeApplier, LongSupplier extractor, IntSupplier sizeExtractor)
-
-
Method Detail
-
createReadStream
public LongDataArrayReader createReadStream(DataInput input)
Description copied from class:ReductionDataReservation
Generate aReductionDataReader
that merges the set of data this reservation represents.- Specified by:
createReadStream
in classReductionDataReservation<LongConsumer,LongSupplier>
- Parameters:
input
- the shard input stream- Returns:
- a reader from the given input
-
createWriteStream
public LongDataArrayWriter createWriteStream(DataOutput output)
Description copied from class:ReductionDataReservation
Generate aReductionDataWriter
that exports the set of data this reservation represents.- Specified by:
createWriteStream
in classReductionDataReservation<LongConsumer,LongSupplier>
- Parameters:
output
- the shard output stream- Returns:
- a writer to the given output
-
-