Class PropertyAccessor
java.lang.Object
org.apache.drill.exec.record.metadata.PropertyAccessor
Utilities to get/set typed values within a propertied object
-
Method Summary
Modifier and TypeMethodDescriptionstatic booleangetBoolean(Propertied props, String key) static booleangetBoolean(Propertied props, String key, boolean defaultValue) static intgetInt(Propertied props, String key) static intgetInt(Propertied props, String key, int defaultValue) static StringgetString(Propertied props, String key, String defaultValue) static voidset(Propertied props, String key, boolean value) static voidset(Propertied props, String key, int value)
-
Method Details
-
getString
-
getInt
-
getInt
-
getBoolean
-
getBoolean
-
set
-
set
-