Package | Description |
---|---|
org.apache.solr.analytics.function.field |
Fields to use for analytics expressions.
|
org.apache.solr.analytics.stream.reservation |
Reservation classes for a single type of data being stored by one Reduction Data Collector.
|
org.apache.solr.analytics.stream.reservation.read |
Reading classes for a single type of data being stored by one Reduction Data Collector.
|
org.apache.solr.analytics.util.function |
Pure java functional interfaces.
|
org.apache.solr.analytics.value |
Value types for analytics expressions.
|
org.apache.solr.analytics.value.constant |
Constant values to be used in analytics expressions.
|
Modifier and Type | Method and Description |
---|---|
void |
BooleanMultiField.streamBooleans(BooleanConsumer cons) |
void |
BooleanField.streamBooleans(BooleanConsumer cons) |
Constructor and Description |
---|
BooleanArrayReservation(BooleanConsumer applier,
IntConsumer sizeApplier,
BooleanSupplier extractor,
IntSupplier sizeExtractor) |
BooleanCheckedReservation(BooleanConsumer applier,
BooleanSupplier extractor,
BooleanSupplier exists) |
BooleanReservation(BooleanConsumer applier,
BooleanSupplier extractor) |
Constructor and Description |
---|
BooleanCheckedDataReader(DataInput inputStream,
BooleanConsumer applier) |
BooleanDataArrayReader(DataInput inputStream,
BooleanConsumer applier,
IntConsumer signal) |
BooleanDataReader(DataInput inputStream,
BooleanConsumer applier) |
Modifier and Type | Method and Description |
---|---|
default BooleanConsumer |
BooleanConsumer.andThen(BooleanConsumer after)
Returns a composed
DoubleConsumer that performs, in sequence, this
operation followed by the after operation. |
Modifier and Type | Method and Description |
---|---|
default BooleanConsumer |
BooleanConsumer.andThen(BooleanConsumer after)
Returns a composed
DoubleConsumer that performs, in sequence, this
operation followed by the after operation. |
Modifier and Type | Method and Description |
---|---|
void |
BooleanValueStream.streamBooleans(BooleanConsumer cons)
Stream the boolean representations of all current values, if any exist.
|
void |
BooleanValue.AbstractBooleanValue.streamBooleans(BooleanConsumer cons) |
Modifier and Type | Method and Description |
---|---|
void |
ConstantBooleanValue.streamBooleans(BooleanConsumer cons) |
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.