Class MockHorizonClient
- java.lang.Object
-
- com.yahoo.vespa.hosted.controller.api.integration.horizon.MockHorizonClient
-
- All Implemented Interfaces:
HorizonClient
public class MockHorizonClient extends java.lang.Object implements HorizonClient
- Author:
- olaa
-
-
Constructor Summary
Constructors Constructor Description MockHorizonClient()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HorizonResponsegetDashboard()HorizonResponsegetMetrics(byte[] query)HorizonResponsegetTopFolders()HorizonResponsegetUser()
-
-
-
Method Detail
-
getMetrics
public HorizonResponse getMetrics(byte[] query)
- Specified by:
getMetricsin interfaceHorizonClient
-
getUser
public HorizonResponse getUser()
- Specified by:
getUserin interfaceHorizonClient
-
getDashboard
public HorizonResponse getDashboard()
- Specified by:
getDashboardin interfaceHorizonClient
-
getTopFolders
public HorizonResponse getTopFolders()
- Specified by:
getTopFoldersin interfaceHorizonClient
-
-