Uses of Record Class
io.fluxzero.devserver.AgentCursor
-
Uses of AgentCursor in io.fluxzero.devserver
Methods in io.fluxzero.devserver that return AgentCursorModifier and TypeMethodDescriptionAgentChange.cursor()Returns the value of thecursorrecord component.AgentLogPage.cursor()Returns the value of thecursorrecord component.AgentProblemPage.cursor()Returns the value of thecursorrecord component.AgentStatus.cursor()Returns the value of thecursorrecord component.AgentTestStatus.cursor()Returns the value of thecursorrecord component.Methods in io.fluxzero.devserver with parameters of type AgentCursorModifier and TypeMethodDescriptionAgentQueryService.getLogs(AgentCursor cursor, AgentSelector selector, int requestedLimit) AgentQueryService.waitForChange(AgentCursor cursor, AgentSelector selector, Duration requestedTimeout, int requestedLimit) Constructors in io.fluxzero.devserver with parameters of type AgentCursorModifierConstructorDescriptionAgentChange(AgentCursor cursor, boolean sessionChanged, boolean timedOut, List<DevLogEvent> events, List<DevProblem> activeProblems, boolean hasMore) Creates an instance of aAgentChangerecord class.AgentLogPage(AgentCursor cursor, List<DevLogEvent> events, boolean sessionChanged, boolean hasMore) Creates an instance of aAgentLogPagerecord class.AgentProblemPage(AgentCursor cursor, List<DevProblem> problems, boolean truncated) Creates an instance of aAgentProblemPagerecord class.AgentStatus(AgentCursor cursor, DevSession session, int activeProblems, int errors, int warnings) Creates an instance of aAgentStatusrecord class.AgentTestStatus(AgentCursor cursor, DevSession.ServiceStatus tests, DevSession.ServiceStatus commands) Creates an instance of aAgentTestStatusrecord class.