Uses of Class
org.powertac.visualizer.domain.TickSnapshot
-
Packages that use 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 TickSnapshot
TickSnapshotRepository. findById(long id)
TickSnapshot
TickSnapshotRepository. findByName(String name)
TickSnapshot
TickSnapshotRepository. 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 TickSnapshot
TickSnapshotRepository. 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 void
InitMessage. 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 void
Pusher. sendTickSnapshotUpdates(TickSnapshot payload)
-