public class ApiViewUtil extends Object
| Constructor and Description |
|---|
ApiViewUtil() |
| Modifier and Type | Method and Description |
|---|---|
static void |
createLabelViewsIfNotExists(com.takipi.common.api.ApiClient apiClient,
String serviceId,
Collection<com.takipi.common.api.util.Pair<String,String>> viewsAndLabels,
String categoryId) |
static com.takipi.common.api.data.metrics.Graph |
getEventsGraph(com.takipi.common.api.ApiClient apiClient,
String serviceId,
String viewId,
int pointsCount,
org.joda.time.DateTime from,
org.joda.time.DateTime to) |
static com.takipi.common.api.result.volume.EventsVolumeResult |
getEventsVolume(com.takipi.common.api.ApiClient apiClient,
String serviceId,
String viewId,
org.joda.time.DateTime from,
org.joda.time.DateTime to) |
static com.takipi.common.api.data.view.SummarizedView |
getServiceViewByName(com.takipi.common.api.ApiClient apiClient,
String serviceId,
String viewName) |
static Map<String,com.takipi.common.api.data.view.SummarizedView> |
getServiceViewsByName(com.takipi.common.api.ApiClient apiClient,
String serviceId) |
public static void createLabelViewsIfNotExists(com.takipi.common.api.ApiClient apiClient,
String serviceId,
Collection<com.takipi.common.api.util.Pair<String,String>> viewsAndLabels,
String categoryId)
public static Map<String,com.takipi.common.api.data.view.SummarizedView> getServiceViewsByName(com.takipi.common.api.ApiClient apiClient, String serviceId)
public static com.takipi.common.api.data.view.SummarizedView getServiceViewByName(com.takipi.common.api.ApiClient apiClient,
String serviceId,
String viewName)
public static com.takipi.common.api.result.volume.EventsVolumeResult getEventsVolume(com.takipi.common.api.ApiClient apiClient,
String serviceId,
String viewId,
org.joda.time.DateTime from,
org.joda.time.DateTime to)
Copyright © 2016–2018. All rights reserved.