public interface FloatValueStream extends AnalyticsValueStream
The back-end production of the value can change inbetween calls to streamFloats(org.apache.solr.analytics.util.function.FloatConsumer)
,
resulting in different values on each call.
Modifier and Type | Interface and Description |
---|---|
static class |
FloatValueStream.AbstractFloatValueStream
An abstract base for
FloatValueStream.CastingFloatValueStream that automatically casts to all types if streamFloats(org.apache.solr.analytics.util.function.FloatConsumer) is implemented. |
static interface |
FloatValueStream.CastingFloatValueStream
An interface that represents all of the types a
FloatValueStream should be able to cast to. |
AnalyticsValueStream.ExpressionType
Modifier and Type | Method and Description |
---|---|
void |
streamFloats(FloatConsumer cons)
Stream the float representations of all current values, if any exist.
|
createExpressionString, determineMappingPhase, getExpressionStr, getExpressionType, getName, streamObjects
void streamFloats(FloatConsumer cons)
cons
- The consumer to accept the valuesCopyright © 2000-2017 Apache Software Foundation. All Rights Reserved.