From 23afd5993ba3e22334c42e1a4af7d146cf5da801 Mon Sep 17 00:00:00 2001 From: Jon Bratseth Date: Mon, 22 Oct 2018 11:08:24 +0200 Subject: Add GET suspended status to application/v2 --- .../src/main/java/com/yahoo/vespa/orchestrator/Orchestrator.java | 2 ++ 1 file changed, 2 insertions(+) (limited to 'orchestrator') diff --git a/orchestrator/src/main/java/com/yahoo/vespa/orchestrator/Orchestrator.java b/orchestrator/src/main/java/com/yahoo/vespa/orchestrator/Orchestrator.java index ab61a51c418..b2be4fe52ec 100644 --- a/orchestrator/src/main/java/com/yahoo/vespa/orchestrator/Orchestrator.java +++ b/orchestrator/src/main/java/com/yahoo/vespa/orchestrator/Orchestrator.java @@ -33,6 +33,7 @@ public interface Orchestrator { /** * Get orchestrator information related to a host. + * * @throws HostNameNotFoundException */ Host getHost(HostName hostName) throws HostNameNotFoundException; @@ -119,4 +120,5 @@ public interface Orchestrator { * @param appId Identifier of the application to resume */ void suspend(ApplicationId appId) throws ApplicationStateChangeDeniedException, ApplicationIdNotFoundException; + } -- cgit v1.2.3