Class LongDataReader
- java.lang.Object
-
- org.apache.solr.analytics.stream.reservation.read.ReductionDataReader<LongConsumer>
-
- org.apache.solr.analytics.stream.reservation.read.LongDataReader
-
public class LongDataReader extends ReductionDataReader<LongConsumer>
-
-
Field Summary
-
Fields inherited from class org.apache.solr.analytics.stream.reservation.read.ReductionDataReader
applier, inputStream
-
-
Constructor Summary
Constructors Constructor Description LongDataReader(DataInput inputStream, LongConsumer applier)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidread()Read a piece of data from the input stream and feed it to the applier.
-
-
-
Constructor Detail
-
LongDataReader
public LongDataReader(DataInput inputStream, LongConsumer applier)
-
-
Method Detail
-
read
public void read() throws IOExceptionDescription copied from class:ReductionDataReaderRead a piece of data from the input stream and feed it to the applier.- Specified by:
readin classReductionDataReader<LongConsumer>- Throws:
IOException- if an exception occurs while reading from the input stream
-
-