Uses of Interface
org.apache.druid.catalog.model.ModelProperties.PropertyDefn
-
Packages that use ModelProperties.PropertyDefn Package Description org.apache.druid.catalog.model org.apache.druid.catalog.model.table -
-
Uses of ModelProperties.PropertyDefn in org.apache.druid.catalog.model
Classes in org.apache.druid.catalog.model that implement ModelProperties.PropertyDefn Modifier and Type Class Description static classModelProperties.BasePropertyDefn<T>static classModelProperties.BooleanPropertyDefnstatic classModelProperties.GranularityPropertyDefnstatic classModelProperties.IntPropertyDefnstatic classModelProperties.ListPropertyDefn<T>static classModelProperties.ObjectPropertyDefn<T>static classModelProperties.SimplePropertyDefn<T>static classModelProperties.StringListPropertyDefnstatic classModelProperties.StringPropertyDefnstatic classModelProperties.TypeRefPropertyDefn<T>Methods in org.apache.druid.catalog.model that return ModelProperties.PropertyDefn Modifier and Type Method Description ModelProperties.PropertyDefn<?>ObjectDefn. property(String key)Methods in org.apache.druid.catalog.model that return types with arguments of type ModelProperties.PropertyDefn Modifier and Type Method Description List<ModelProperties.PropertyDefn<?>>ParameterizedDefn. parameters()Map<String,ModelProperties.PropertyDefn<?>>ObjectDefn. properties()protected static Map<String,ModelProperties.PropertyDefn<?>>ObjectDefn. toPropertyMap(List<ModelProperties.PropertyDefn<?>> props)Method parameters in org.apache.druid.catalog.model with type arguments of type ModelProperties.PropertyDefn Modifier and Type Method Description ColumnSpecColumnSpec. merge(Map<String,ModelProperties.PropertyDefn<?>> columnProperties, ColumnSpec update)Merges an updated version of this column with an existing version.static Map<String,Object>CatalogUtils. mergeProperties(Map<String,ModelProperties.PropertyDefn<?>> properties, Map<String,Object> source, Map<String,Object> update)Merge the properties for an object using a set of updates in a map.protected static Map<String,ModelProperties.PropertyDefn<?>>ObjectDefn. toPropertyMap(List<ModelProperties.PropertyDefn<?>> props)Constructor parameters in org.apache.druid.catalog.model with type arguments of type ModelProperties.PropertyDefn Constructor Description ObjectDefn(String name, String typeValue, List<ModelProperties.PropertyDefn<?>> fields)TableDefn(String name, String typeValue, List<ModelProperties.PropertyDefn<?>> properties, List<ModelProperties.PropertyDefn<?>> columnProperties) -
Uses of ModelProperties.PropertyDefn in org.apache.druid.catalog.model.table
Classes in org.apache.druid.catalog.model.table that implement ModelProperties.PropertyDefn Modifier and Type Class Description static classDatasourceDefn.HiddenColumnsDefnstatic classDatasourceDefn.SegmentGranularityFieldDefn
-