Class IntDataReader
- java.lang.Object
-
- org.apache.solr.analytics.stream.reservation.read.ReductionDataReader<IntConsumer>
-
- org.apache.solr.analytics.stream.reservation.read.IntDataReader
-
public class IntDataReader extends ReductionDataReader<IntConsumer>
-
-
Field Summary
-
Fields inherited from class org.apache.solr.analytics.stream.reservation.read.ReductionDataReader
applier, inputStream
-
-
Constructor Summary
Constructors Constructor Description IntDataReader(DataInput inputStream, IntConsumer 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
-
IntDataReader
public IntDataReader(DataInput inputStream, IntConsumer 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<IntConsumer>- Throws:
IOException- if an exception occurs while reading from the input stream
-
-