Interface HorizonClient
-
- All Known Implementing Classes:
MockHorizonClient
public interface HorizonClient- Author:
- olaa
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description HorizonResponsegetDashboard(int dashboardId)HorizonResponsegetMetaData(byte[] query)HorizonResponsegetMetrics(byte[] query)HorizonResponsegetTopFolders()HorizonResponsegetUser()
-
-
-
Method Detail
-
getMetrics
HorizonResponse getMetrics(byte[] query)
-
getUser
HorizonResponse getUser()
-
getDashboard
HorizonResponse getDashboard(int dashboardId)
-
getTopFolders
HorizonResponse getTopFolders()
-
getMetaData
HorizonResponse getMetaData(byte[] query)
-
-