Uses of Class
com.cloudimpl.outstack.runtime.EntityCheckpoint
| Package | Description |
|---|---|
| com.cloudimpl.outstack.runtime | |
| com.cloudimpl.outstack.runtime.repo |
-
Uses of EntityCheckpoint in com.cloudimpl.outstack.runtime
Methods in com.cloudimpl.outstack.runtime that return EntityCheckpoint Modifier and Type Method Description protected EntityCheckpointEventRepositoy. getCheckpoint(java.lang.String rootTrn)EntityCheckpointEntityCheckpoint. setSeq(long seq)Methods in com.cloudimpl.outstack.runtime that return types with arguments of type EntityCheckpoint Modifier and Type Method Description protected abstract java.util.Optional<EntityCheckpoint>EventRepositoy. _getCheckpoint(java.lang.String rootTrn)Methods in com.cloudimpl.outstack.runtime with parameters of type EntityCheckpoint Modifier and Type Method Description protected abstract voidEventRepositoy. updateCheckpoint(EntityCheckpoint checkpoint) -
Uses of EntityCheckpoint in com.cloudimpl.outstack.runtime.repo
Methods in com.cloudimpl.outstack.runtime.repo that return types with arguments of type EntityCheckpoint Modifier and Type Method Description protected java.util.Optional<EntityCheckpoint>MemEventRepository. _getCheckpoint(java.lang.String rootTrn)Methods in com.cloudimpl.outstack.runtime.repo with parameters of type EntityCheckpoint Modifier and Type Method Description protected voidMemEventRepository. updateCheckpoint(EntityCheckpoint checkpoint)