Package org.apache.solr.analytics.stream.reservation.write
Writing classes for a single type of data being stored by one Reduction Data Collector.
These writers are used to export data between shards during the streaming process.
-
Class Summary Class Description BooleanCheckedDataWriter BooleanDataArrayWriter BooleanDataWriter DoubleCheckedDataWriter DoubleDataArrayWriter DoubleDataWriter FloatCheckedDataWriter FloatDataArrayWriter FloatDataWriter IntCheckedDataWriter IntDataArrayWriter IntDataWriter LongCheckedDataWriter LongDataArrayWriter LongDataWriter ReductionCheckedDataWriter<C> Abstract class to manage the extraction and writing of data to aDataOutputstream.ReductionDataArrayWriter<C> Abstract class to manage the extraction and writing of array data to aDataOutputstream.ReductionDataWriter<E> Abstract public class to manage the extraction and writing of data to aDataOutputstream.StringCheckedDataWriter StringDataArrayWriter StringDataWriter