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 |
IntMultiTrieField.streamFloats(FloatConsumer cons)
Deprecated.
|
void |
IntMultiPointField.streamFloats(FloatConsumer cons) |
void |
IntField.streamFloats(FloatConsumer cons) |
void |
FloatMultiTrieField.streamFloats(FloatConsumer cons)
Deprecated.
|
void |
FloatMultiPointField.streamFloats(FloatConsumer cons) |
void |
FloatField.streamFloats(FloatConsumer cons) |
Constructor and Description |
---|
FloatArrayReservation(FloatConsumer applier,
IntConsumer sizeApplier,
FloatSupplier extractor,
IntSupplier sizeExtractor) |
FloatCheckedReservation(FloatConsumer applier,
FloatSupplier extractor,
BooleanSupplier exists) |
FloatReservation(FloatConsumer applier,
FloatSupplier extractor) |
Constructor and Description |
---|
FloatCheckedDataReader(DataInput inputStream,
FloatConsumer applier) |
FloatDataArrayReader(DataInput inputStream,
FloatConsumer applier,
IntConsumer signal) |
FloatDataReader(DataInput inputStream,
FloatConsumer applier) |
Modifier and Type | Method and Description |
---|---|
default FloatConsumer |
FloatConsumer.andThen(FloatConsumer after)
Returns a composed
DoubleConsumer that performs, in sequence, this
operation followed by the after operation. |
Modifier and Type | Method and Description |
---|---|
default FloatConsumer |
FloatConsumer.andThen(FloatConsumer after)
Returns a composed
DoubleConsumer that performs, in sequence, this
operation followed by the after operation. |
Modifier and Type | Method and Description |
---|---|
void |
IntValueStream.AbstractIntValueStream.streamFloats(FloatConsumer cons) |
void |
IntValue.AbstractIntValue.streamFloats(FloatConsumer cons) |
void |
FloatValueStream.streamFloats(FloatConsumer cons)
Stream the float representations of all current values, if any exist.
|
void |
FloatValue.AbstractFloatValue.streamFloats(FloatConsumer cons) |
Modifier and Type | Method and Description |
---|---|
void |
ConstantIntValue.streamFloats(FloatConsumer cons) |
void |
ConstantFloatValue.streamFloats(FloatConsumer cons) |
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.