Uses of Class
com.yahoo.vespa.hosted.controller.api.integration.LogEntry
-
Packages that use LogEntry Package Description com.yahoo.vespa.hosted.controller.api.integration com.yahoo.vespa.hosted.controller.api.integration.configserver com.yahoo.vespa.hosted.controller.api.integration.deployment com.yahoo.vespa.hosted.controller.api.integration.stubs No-dependency implementations of integration interfaces for setups where we want to avoid contacting certain thirds-party systems. -
-
Uses of LogEntry in com.yahoo.vespa.hosted.controller.api.integration
Methods in com.yahoo.vespa.hosted.controller.api.integration that return types with arguments of type LogEntry Modifier and Type Method Description static java.util.List<LogEntry>LogEntry. parseVespaLog(java.io.InputStream log, java.time.Instant from) -
Uses of LogEntry in com.yahoo.vespa.hosted.controller.api.integration.configserver
Methods in com.yahoo.vespa.hosted.controller.api.integration.configserver that return types with arguments of type LogEntry Modifier and Type Method Description java.util.List<LogEntry>ConfigServer. getTesterLog(DeploymentId deployment, long after)Gets log from tester node -
Uses of LogEntry in com.yahoo.vespa.hosted.controller.api.integration.deployment
Methods in com.yahoo.vespa.hosted.controller.api.integration.deployment that return types with arguments of type LogEntry Modifier and Type Method Description java.util.List<LogEntry>TesterCloud. getLog(DeploymentId deploymentId, long after)Returns the log entries from the tester with ids after the given threshold. -
Uses of LogEntry in com.yahoo.vespa.hosted.controller.api.integration.stubs
Methods in com.yahoo.vespa.hosted.controller.api.integration.stubs that return types with arguments of type LogEntry Modifier and Type Method Description java.util.List<LogEntry>MockTesterCloud. getLog(DeploymentId deploymentId, long after)Methods in com.yahoo.vespa.hosted.controller.api.integration.stubs with parameters of type LogEntry Modifier and Type Method Description voidMockTesterCloud. add(LogEntry entry)
-