Uses of Class
org.apache.druid.java.util.common.granularity.GranularityType
-
Packages that use GranularityType Package Description org.apache.druid.java.util.common.granularity -
-
Uses of GranularityType in org.apache.druid.java.util.common.granularity
Methods in org.apache.druid.java.util.common.granularity that return GranularityType Modifier and Type Method Description static GranularityTypeGranularityType. fromPeriod(org.joda.time.Period period)Note: This is only an estimate based on the values in period.static GranularityTypeGranularityType. valueOf(String name)Returns the enum constant of this type with the specified name.static GranularityType[]GranularityType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-