From 8e76078e53f5f37a9e4c701b00881b015475e7fc Mon Sep 17 00:00:00 2001 From: Martin Polden Date: Mon, 24 Sep 2018 11:10:42 +0200 Subject: Remove unused GlobalRoutingService interface --- .../api/integration/routing/GlobalRoutingService.java | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 controller-api/src/main/java/com/yahoo/vespa/hosted/controller/api/integration/routing/GlobalRoutingService.java (limited to 'controller-api/src') diff --git a/controller-api/src/main/java/com/yahoo/vespa/hosted/controller/api/integration/routing/GlobalRoutingService.java b/controller-api/src/main/java/com/yahoo/vespa/hosted/controller/api/integration/routing/GlobalRoutingService.java deleted file mode 100644 index 5a5f775c013..00000000000 --- a/controller-api/src/main/java/com/yahoo/vespa/hosted/controller/api/integration/routing/GlobalRoutingService.java +++ /dev/null @@ -1,17 +0,0 @@ -// Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. -package com.yahoo.vespa.hosted.controller.api.integration.routing; - -import java.util.Map; - -/** - * A global routing service. - * - * @author mpolden - */ -// TODO: Remove once DeploymentMetricsMaintainer starts providing rotation status -public interface GlobalRoutingService { - - /** Returns the health status for each endpoint behind the given rotation name */ - Map getHealthStatus(String rotationName); - -} -- cgit v1.2.3