Class LongCheckedDataReader
- java.lang.Object
-
- org.apache.solr.analytics.stream.reservation.read.ReductionDataReader<A>
-
- org.apache.solr.analytics.stream.reservation.read.ReductionCheckedDataReader<LongConsumer>
-
- org.apache.solr.analytics.stream.reservation.read.LongCheckedDataReader
-
public class LongCheckedDataReader extends ReductionCheckedDataReader<LongConsumer>
-
-
Field Summary
-
Fields inherited from class org.apache.solr.analytics.stream.reservation.read.ReductionDataReader
applier, inputStream
-
-
Constructor Summary
Constructors Constructor Description LongCheckedDataReader(DataInput inputStream, LongConsumer applier)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcheckedRead()Read a piece of data from the input stream and feed it to the applier.-
Methods inherited from class org.apache.solr.analytics.stream.reservation.read.ReductionCheckedDataReader
read
-
-
-
-
Constructor Detail
-
LongCheckedDataReader
public LongCheckedDataReader(DataInput inputStream, LongConsumer applier)
-
-
Method Detail
-
checkedRead
public void checkedRead() throws IOExceptionDescription copied from class:ReductionCheckedDataReaderRead a piece of data from the input stream and feed it to the applier.
This piece of data is guaranteed to be there.- Specified by:
checkedReadin classReductionCheckedDataReader<LongConsumer>- Throws:
IOException- if an exception occurs while reading from the input stream
-
-