Class SchedulerState
java.lang.Object
de.hybris.platform.task.impl.gateways.SchedulerState
-
Constructor Summary
ConstructorsConstructorDescriptionSchedulerState(Instant lastActiveTs, Instant dbNow, int version) SchedulerState(Date lastActiveTs, int version) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptiongetDbNow()Deprecated, for removal: This API element is subject to removal in a future version.since 2105, usegetLastActiveTs()insteadint
-
Constructor Details
-
SchedulerState
-
SchedulerState
Deprecated, for removal: This API element is subject to removal in a future version.since 2105, useSchedulerState(Instant, Instant, int)instead
-
-
Method Details
-
getVersion
public int getVersion() -
getTimestamp
Deprecated, for removal: This API element is subject to removal in a future version.since 2105, usegetLastActiveTs()instead -
getLastActiveTs
-
getDbNow
-
SchedulerState(Instant, Instant, int)instead