Uses of Record Class
com.knezevic.edaf.v3.persistence.query.EventRow
Packages that use EventRow
Package
Description
Read-side query models and repository contracts.
REST and MVC controllers for run/experiment analytics.
Web service-layer components.
-
Uses of EventRow in com.knezevic.edaf.v3.persistence.query
Methods in com.knezevic.edaf.v3.persistence.query that return types with arguments of type EventRowModifier and TypeMethodDescriptionJdbcRunRepository.listEvents(String runId, String eventType, String q, int page, int size) RunRepository.listEvents(String runId, String eventType, String q, int page, int size) Lists events for one run with optional filtering and paging. -
Uses of EventRow in com.knezevic.edaf.v3.web.controller
Methods in com.knezevic.edaf.v3.web.controller that return types with arguments of type EventRowModifier and TypeMethodDescriptionApiController.listEvents(String runId, String eventType, String q, int page, int size) -
Uses of EventRow in com.knezevic.edaf.v3.web.service
Methods in com.knezevic.edaf.v3.web.service that return types with arguments of type EventRowModifier and TypeMethodDescriptionRunArtifactService.loadEvents(String runId, String eventType, String q, int page, int size)