Package org.apache.solr.analytics.stream.reservation
Reservation classes for a single type of data being stored by one Reduction Data Collector. These
reservations are imported/exported between shards during the streaming process.
-
Class Summary Class Description BooleanArrayReservation BooleanCheckedReservation BooleanReservation DoubleArrayReservation DoubleCheckedReservation DoubleReservation FloatArrayReservation FloatCheckedReservation FloatReservation IntArrayReservation IntCheckedReservation IntReservation LongArrayReservation LongCheckedReservation LongReservation ReductionCheckedDataReservation<A,E> A reservation allows aReductionDataCollector
to specify a piece of data it needs to export from the shard.ReductionDataArrayReservation<A,E> A reservation allows aReductionDataCollector
to specify an array of data it needs to export from the shard.ReductionDataReservation<A,E> A reservation allows aReductionDataCollector
to specify a piece of data it needs to export from the shard.StringArrayReservation StringCheckedReservation StringReservation