Uses of Class
org.apache.pinot.segment.local.utils.TableConfigUtils.ValidationType
-
Packages that use TableConfigUtils.ValidationType Package Description org.apache.pinot.segment.local.utils -
-
Uses of TableConfigUtils.ValidationType in org.apache.pinot.segment.local.utils
Methods in org.apache.pinot.segment.local.utils that return TableConfigUtils.ValidationType Modifier and Type Method Description static TableConfigUtils.ValidationTypeTableConfigUtils.ValidationType. valueOf(String name)Returns the enum constant of this type with the specified name.static TableConfigUtils.ValidationType[]TableConfigUtils.ValidationType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-