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.AbstractLongValueAn abstract base for  LongValue.CastingLongValuethat automatically casts to all types ifgetLong()andAnalyticsValue.exists()are implemented. | 
| static interface  | LongValue.CastingLongValueAn interface that represents all of the types a  LongValueshould be able to cast to. | 
LongValueStream.AbstractLongValueStream, LongValueStream.CastingLongValueStreamAnalyticsValue.AbstractAnalyticsValueAnalyticsValueStream.AbstractAnalyticsValueStream, AnalyticsValueStream.ExpressionType| Modifier and Type | Method and Description | 
|---|---|
| long | getLong()Get the long representation of the current value. | 
streamLongsexists, getObjectconvertToConstant, createExpressionString, determineMappingPhase, getExpressionStr, getExpressionType, getName, streamObjectslong getLong()
 NOTE: The value returned is not valid unless calling AnalyticsValue.exists() afterwards returns TRUE.
Copyright © 2000-2019 Apache Software Foundation. All Rights Reserved.