Class LongDataArrayReader
- java.lang.Object
-
- org.apache.solr.analytics.stream.reservation.read.ReductionDataReader<A>
-
- org.apache.solr.analytics.stream.reservation.read.ReductionDataArrayReader<LongConsumer>
-
- org.apache.solr.analytics.stream.reservation.read.LongDataArrayReader
-
public class LongDataArrayReader extends ReductionDataArrayReader<LongConsumer>
-
-
Field Summary
-
Fields inherited from class org.apache.solr.analytics.stream.reservation.read.ReductionDataArrayReader
signal
-
Fields inherited from class org.apache.solr.analytics.stream.reservation.read.ReductionDataReader
applier, inputStream
-
-
Constructor Summary
Constructors Constructor Description LongDataArrayReader(DataInput inputStream, LongConsumer applier, IntConsumer signal)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidread(int size)Read an array from the input stream, feeding each member to the applier.-
Methods inherited from class org.apache.solr.analytics.stream.reservation.read.ReductionDataArrayReader
read
-
-
-
-
Constructor Detail
-
LongDataArrayReader
public LongDataArrayReader(DataInput inputStream, LongConsumer applier, IntConsumer signal)
-
-
Method Detail
-
read
public void read(int size) throws IOExceptionDescription copied from class:ReductionDataArrayReaderRead an array from the input stream, feeding each member to the applier.- Specified by:
readin classReductionDataArrayReader<LongConsumer>- Parameters:
size- length of the array to read- Throws:
IOException- if an exception occurs while reading from the input stream
-
-