Class TimeAbacusMilliseconds
java.lang.Object
com.espertech.esper.common.internal.epl.expression.time.abacus.TimeAbacusMilliseconds
- All Implemented Interfaces:
TimeAbacus
,Serializable
- See Also:
-
Field Summary
Fields inherited from interface com.espertech.esper.common.internal.epl.expression.time.abacus.TimeAbacus
EPTYPE
-
Method Summary
Modifier and TypeMethodDescriptionlong
calendarGet
(Calendar cal, long remainder) calendarGetCodegen
(CodegenExpression cal, CodegenExpression startRemainder, CodegenClassScope codegenClassScope) long
calendarSet
(long fromTime, Calendar cal) calendarSetCodegen
(CodegenExpression startLong, CodegenExpression cal, CodegenMethodScope codegenMethodScope, CodegenClassScope codegenClassScope) long
deltaForSecondsDouble
(double seconds) deltaForSecondsDoubleCodegen
(CodegenExpressionRef sec, CodegenClassScope codegenClassScope) long
deltaForSecondsNumber
(Number timeInSeconds) long
toDate
(long ts)
-
Field Details
-
INSTANCE
-
-
Method Details
-
deltaForSecondsDouble
public long deltaForSecondsDouble(double seconds) - Specified by:
deltaForSecondsDouble
in interfaceTimeAbacus
-
deltaForSecondsDoubleCodegen
public CodegenExpression deltaForSecondsDoubleCodegen(CodegenExpressionRef sec, CodegenClassScope codegenClassScope) - Specified by:
deltaForSecondsDoubleCodegen
in interfaceTimeAbacus
-
deltaForSecondsNumber
- Specified by:
deltaForSecondsNumber
in interfaceTimeAbacus
-
calendarSet
- Specified by:
calendarSet
in interfaceTimeAbacus
-
calendarSetCodegen
public CodegenExpression calendarSetCodegen(CodegenExpression startLong, CodegenExpression cal, CodegenMethodScope codegenMethodScope, CodegenClassScope codegenClassScope) - Specified by:
calendarSetCodegen
in interfaceTimeAbacus
-
calendarGet
- Specified by:
calendarGet
in interfaceTimeAbacus
-
getOneSecond
public long getOneSecond()- Specified by:
getOneSecond
in interfaceTimeAbacus
-
toDate
- Specified by:
toDate
in interfaceTimeAbacus
-
toDateCodegen
- Specified by:
toDateCodegen
in interfaceTimeAbacus
-
calendarGetCodegen
public CodegenExpression calendarGetCodegen(CodegenExpression cal, CodegenExpression startRemainder, CodegenClassScope codegenClassScope) - Specified by:
calendarGetCodegen
in interfaceTimeAbacus
-