Uses of Class
org.openmetadata.service.jdbi3.EntityTimeSeriesDAO.OrderBy
-
Packages that use EntityTimeSeriesDAO.OrderBy Package Description org.openmetadata.service.jdbi3 org.openmetadata.service.resources.kpi -
-
Uses of EntityTimeSeriesDAO.OrderBy in org.openmetadata.service.jdbi3
Methods in org.openmetadata.service.jdbi3 that return EntityTimeSeriesDAO.OrderBy Modifier and Type Method Description static EntityTimeSeriesDAO.OrderByEntityTimeSeriesDAO.OrderBy. valueOf(String name)Returns the enum constant of this type with the specified name.static EntityTimeSeriesDAO.OrderBy[]EntityTimeSeriesDAO.OrderBy. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.openmetadata.service.jdbi3 with parameters of type EntityTimeSeriesDAO.OrderBy Modifier and Type Method Description ResultList<KpiResult>KpiRepository. getKpiResults(String fqn, Long startTs, Long endTs, EntityTimeSeriesDAO.OrderBy orderBy)List<String>EntityRepository. getResultsFromAndToTimestamps(String fqn, String extension, Long startTs, Long endTs, EntityTimeSeriesDAO.OrderBy orderBy)default List<String>EntityTimeSeriesDAO. listBetweenTimestampsByOrder(String entityFQNHash, String extension, Long startTs, long endTs, EntityTimeSeriesDAO.OrderBy orderBy)List<String>EntityTimeSeriesDAO. listBetweenTimestampsByOrder(String table, String entityFQNHash, String extension, Long startTs, long endTs, EntityTimeSeriesDAO.OrderBy orderBy) -
Uses of EntityTimeSeriesDAO.OrderBy in org.openmetadata.service.resources.kpi
Methods in org.openmetadata.service.resources.kpi with parameters of type EntityTimeSeriesDAO.OrderBy Modifier and Type Method Description ResultList<KpiResult>KpiResource. listKpiResults(javax.ws.rs.core.SecurityContext securityContext, String name, @NonNull Long startTs, @NonNull Long endTs, EntityTimeSeriesDAO.OrderBy orderBy)
-