Uses of Class
org.gcube.accounting.accounting.summary.access.model.MeasureResolution
-
-
Uses of MeasureResolution in org.gcube.accounting.accounting.summary.access
Methods in org.gcube.accounting.accounting.summary.access with parameters of type MeasureResolution Modifier and Type Method Description ReportAccountingDao. getReportByScope(ScopeDescriptor desc, Instant from, Instant to, MeasureResolution resolution) -
Uses of MeasureResolution in org.gcube.accounting.accounting.summary.access.impl
Methods in org.gcube.accounting.accounting.summary.access.impl with parameters of type MeasureResolution Modifier and Type Method Description ResultSetQueries. getAvailableDimensions(Instant from, Instant to, ScopeDescriptor scope, MeasureResolution resolution)Returns Dimensions.* fieldsReportAccountingDaoImpl. getReportByScope(ScopeDescriptor desc, Instant from, Instant to, MeasureResolution resolution)PreparedStatementQueries. prepareMeasuresByDimension(ScopeDescriptor scope, MeasureResolution resolution)Prepares a statement for Getting Dim=? in time interval for the scope set PS params : 1- long current slice of time 2- long current slice of time 3- String dimension -
Uses of MeasureResolution in org.gcube.accounting.accounting.summary.access.model
Methods in org.gcube.accounting.accounting.summary.access.model that return MeasureResolution Modifier and Type Method Description static MeasureResolutionMeasureResolution. valueOf(String name)Returns the enum constant of this type with the specified name.static MeasureResolution[]MeasureResolution. values()Returns an array containing the constants of this enum type, in the order they are declared.
-