Uses of Enum Class
org.openmetadata.service.jdbi3.EntityTimeSeriesDAO.OrderBy
Packages that use EntityTimeSeriesDAO.OrderBy
-
Uses of EntityTimeSeriesDAO.OrderBy in org.openmetadata.service.jdbi3
Methods in org.openmetadata.service.jdbi3 that return EntityTimeSeriesDAO.OrderByModifier and TypeMethodDescriptionstatic EntityTimeSeriesDAO.OrderByReturns the enum constant of this class with the specified name.static EntityTimeSeriesDAO.OrderBy[]EntityTimeSeriesDAO.OrderBy.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.openmetadata.service.jdbi3 with parameters of type EntityTimeSeriesDAO.OrderByModifier and TypeMethodDescriptionKpiRepository.getKpiResults(String fqn, Long startTs, Long endTs, EntityTimeSeriesDAO.OrderBy orderBy) EntityRepository.getResultsFromAndToTimestamps(String fqn, String extension, Long startTs, Long endTs, EntityTimeSeriesDAO.OrderBy orderBy) EntityTimeSeriesDAO.listBetweenTimestampsByOrder(String entityFQNHash, String extension, Long startTs, long endTs, EntityTimeSeriesDAO.OrderBy orderBy) 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.OrderByModifier and TypeMethodDescriptionKpiResource.listKpiResults(javax.ws.rs.core.SecurityContext securityContext, String name, @NonNull Long startTs, @NonNull Long endTs, @Valid EntityTimeSeriesDAO.OrderBy orderBy)