Class StringCheckedReservation
- java.lang.Object
-
- org.apache.solr.analytics.stream.reservation.ReductionDataReservation<A,E>
-
- org.apache.solr.analytics.stream.reservation.ReductionCheckedDataReservation<Consumer<String>,Supplier<String>>
-
- org.apache.solr.analytics.stream.reservation.StringCheckedReservation
-
public class StringCheckedReservation extends ReductionCheckedDataReservation<Consumer<String>,Supplier<String>>
-
-
Field Summary
-
Fields inherited from class org.apache.solr.analytics.stream.reservation.ReductionCheckedDataReservation
exists
-
Fields inherited from class org.apache.solr.analytics.stream.reservation.ReductionDataReservation
applier, extractor
-
-
Constructor Summary
Constructors Constructor Description StringCheckedReservation(Consumer<String> applier, Supplier<String> extractor, BooleanSupplier exists)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringCheckedDataReadercreateReadStream(DataInput input)Generate aReductionDataReaderthat merges the set of data this reservation represents.StringCheckedDataWritercreateWriteStream(DataOutput output)Generate aReductionDataWriterthat exports the set of data this reservation represents.
-
-
-
Constructor Detail
-
StringCheckedReservation
public StringCheckedReservation(Consumer<String> applier, Supplier<String> extractor, BooleanSupplier exists)
-
-
Method Detail
-
createReadStream
public StringCheckedDataReader createReadStream(DataInput input)
Description copied from class:ReductionDataReservationGenerate aReductionDataReaderthat merges the set of data this reservation represents.- Specified by:
createReadStreamin classReductionDataReservation<Consumer<String>,Supplier<String>>- Parameters:
input- the shard input stream- Returns:
- a reader from the given input
-
createWriteStream
public StringCheckedDataWriter createWriteStream(DataOutput output)
Description copied from class:ReductionDataReservationGenerate aReductionDataWriterthat exports the set of data this reservation represents.- Specified by:
createWriteStreamin classReductionDataReservation<Consumer<String>,Supplier<String>>- Parameters:
output- the shard output stream- Returns:
- a writer to the given output
-
-