Package org.apache.druid.catalog.model
Class ObjectFacade
java.lang.Object
org.apache.druid.catalog.model.ObjectFacade
- Direct Known Subclasses:
ResolvedTable,TableFacade
Utility class to simplify typed access to catalog object properties.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanProperty(String key) booleanhasProperty(String key) intProperty(String key) mapProperty(String key) stringListProperty(String key) stringProperty(String key)
-
Constructor Details
-
ObjectFacade
public ObjectFacade()
-
-
Method Details
-
properties
-
property
-
hasProperty
-
booleanProperty
-
stringProperty
-
intProperty
-
stringListProperty
-
mapProperty
-