Uses of Class
com.scivicslab.actoriac.log.SessionSummary
Packages that use SessionSummary
-
Uses of SessionSummary in com.scivicslab.actoriac.log
Methods in com.scivicslab.actoriac.log that return SessionSummaryModifier and TypeMethodDescriptionDistributedLogStore.getSummary(long sessionId) Gets a summary of the session.H2LogReader.getSummary(long sessionId) Gets a summary of the specified session.H2LogStore.getSummary(long sessionId) Methods in com.scivicslab.actoriac.log that return types with arguments of type SessionSummaryModifier and TypeMethodDescriptionDistributedLogStore.listSessions(int limit) Lists all sessions.H2LogReader.listSessions(int limit) Lists recent sessions.H2LogStore.listSessions(int limit) H2LogReader.listSessionsAfter(LocalDateTime startedAfter, int limit) Lists sessions started after the specified time.H2LogReader.listSessionsByInventory(String inventoryName, int limit) Lists sessions filtered by inventory name.H2LogReader.listSessionsByOverlay(String overlayName, int limit) Lists sessions filtered by overlay name.H2LogReader.listSessionsByWorkflow(String workflowName, int limit) Lists sessions filtered by workflow name.H2LogReader.listSessionsFiltered(String workflowName, String overlayName, String inventoryName, LocalDateTime startedAfter, int limit) Lists sessions filtered by criteria.H2LogReader.listSessionsFiltered(String workflowName, String overlayName, String inventoryName, LocalDateTime startedAfter, LocalDateTime endedAfter, int limit) Lists sessions filtered by criteria including end time.