public interface LongValue extends LongValueStream, AnalyticsValue
The back-end production of the value can change inbetween calls to getLong()
and AnalyticsValue.exists()
,
resulting in different values on each call.
Modifier and Type | Interface and Description |
---|---|
static class |
LongValue.AbstractLongValue
An abstract base for
LongValue.CastingLongValue that automatically casts to all types if getLong() and AnalyticsValue.exists() are implemented. |
static interface |
LongValue.CastingLongValue
An interface that represents all of the types a
LongValue should be able to cast to. |
LongValueStream.AbstractLongValueStream, LongValueStream.CastingLongValueStream
AnalyticsValue.AbstractAnalyticsValue
AnalyticsValueStream.AbstractAnalyticsValueStream, AnalyticsValueStream.ExpressionType
Modifier and Type | Method and Description |
---|---|
long |
getLong()
Get the long representation of the current value.
|
streamLongs
exists, getObject
convertToConstant, createExpressionString, determineMappingPhase, getExpressionStr, getExpressionType, getName, streamObjects
long getLong()
NOTE: The value returned is not valid unless calling AnalyticsValue.exists()
afterwards returns TRUE
.
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.