Class MockHorizonClient
- java.lang.Object
-
- com.yahoo.vespa.hosted.controller.api.integration.horizon.MockHorizonClient
-
- All Implemented Interfaces:
HorizonClient
public class MockHorizonClient extends 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(int dashboardId)HorizonResponsegetMetaData(byte[] query)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(int dashboardId)
- Specified by:
getDashboardin interfaceHorizonClient
-
getTopFolders
public HorizonResponse getTopFolders()
- Specified by:
getTopFoldersin interfaceHorizonClient
-
getMetaData
public HorizonResponse getMetaData(byte[] query)
- Specified by:
getMetaDatain interfaceHorizonClient
-
-