Uses of Class
org.powertac.visualizer.domain.TickSnapshot
| Package | Description |
|---|---|
| org.powertac.visualizer.repository_ptac | |
| org.powertac.visualizer.web.dto | |
| org.powertac.visualizer.web.websocket |
WebSocket services, using Spring Websocket.
|
-
Uses of TickSnapshot in org.powertac.visualizer.repository_ptac
Methods in org.powertac.visualizer.repository_ptac that return TickSnapshot Modifier and Type Method Description TickSnapshotTickSnapshotRepository. findById(long id)TickSnapshotTickSnapshotRepository. findByName(String name)TickSnapshotTickSnapshotRepository. save(TickSnapshot ts)Methods in org.powertac.visualizer.repository_ptac that return types with arguments of type TickSnapshot Modifier and Type Method Description List<TickSnapshot>TickSnapshotRepository. findAll()Methods in org.powertac.visualizer.repository_ptac with parameters of type TickSnapshot Modifier and Type Method Description TickSnapshotTickSnapshotRepository. save(TickSnapshot ts) -
Uses of TickSnapshot in org.powertac.visualizer.web.dto
Methods in org.powertac.visualizer.web.dto that return types with arguments of type TickSnapshot Modifier and Type Method Description List<TickSnapshot>InitMessage. getSnapshots()Method parameters in org.powertac.visualizer.web.dto with type arguments of type TickSnapshot Modifier and Type Method Description voidInitMessage. setSnapshots(List<TickSnapshot> snapshots) -
Uses of TickSnapshot in org.powertac.visualizer.web.websocket
Methods in org.powertac.visualizer.web.websocket with parameters of type TickSnapshot Modifier and Type Method Description voidPusher. sendTickSnapshotUpdates(TickSnapshot payload)