Package org.apache.druid.catalog.model
Class ModelProperties.IntPropertyDefn
java.lang.Object
org.apache.druid.catalog.model.ModelProperties.BasePropertyDefn<T>
org.apache.druid.catalog.model.ModelProperties.SimplePropertyDefn<Integer>
org.apache.druid.catalog.model.ModelProperties.IntPropertyDefn
- All Implemented Interfaces:
ModelProperties.PropertyDefn<Integer>
- Enclosing interface:
- ModelProperties
public static class ModelProperties.IntPropertyDefn
extends ModelProperties.SimplePropertyDefn<Integer>
-
Field Summary
Fields inherited from class org.apache.druid.catalog.model.ModelProperties.SimplePropertyDefn
valueClassFields inherited from class org.apache.druid.catalog.model.ModelProperties.BasePropertyDefn
name -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.druid.catalog.model.ModelProperties.SimplePropertyDefn
decode, decodeJson, typeName, validateMethods inherited from class org.apache.druid.catalog.model.ModelProperties.BasePropertyDefn
merge, name, toString
-
Constructor Details
-
IntPropertyDefn
-