Uses of Class
org.apache.drill.exec.server.options.TypeValidators.StringValidator
Packages that use TypeValidators.StringValidator
Package
Description
Drill execution engine, including: physical operators, runtime code
generation, planning, RPC layer, Value Vector data structures.
Runtime code-generation, compilation and bytecode-manipulation utilities.
-
Uses of TypeValidators.StringValidator in org.apache.drill.exec
Fields in org.apache.drill.exec declared as TypeValidators.StringValidatorModifier and TypeFieldDescriptionstatic final TypeValidators.StringValidatorExecConstants.FILESYSTEM_PARTITION_COLUMN_LABEL_VALIDATORstatic final TypeValidators.StringValidatorExecConstants.IMPERSONATION_POLICY_VALIDATORstatic final TypeValidators.StringValidatorExecConstants.IMPLICIT_FILEPATH_COLUMN_LABEL_VALIDATORstatic final TypeValidators.StringValidatorExecConstants.IMPLICIT_FQN_COLUMN_LABEL_VALIDATORstatic final TypeValidators.StringValidatorExecConstants.IMPLICIT_LAST_MODIFIED_TIME_COLUMN_LABEL_VALIDATORstatic final TypeValidators.StringValidatorExecConstants.IMPLICIT_PROJECT_METADATA_COLUMN_LABEL_VALIDATORstatic final TypeValidators.StringValidatorExecConstants.IMPLICIT_ROW_GROUP_INDEX_COLUMN_LABEL_VALIDATORstatic final TypeValidators.StringValidatorExecConstants.IMPLICIT_ROW_GROUP_LENGTH_COLUMN_LABEL_VALIDATORstatic final TypeValidators.StringValidatorExecConstants.IMPLICIT_ROW_GROUP_START_COLUMN_LABEL_VALIDATORstatic final TypeValidators.StringValidatorExecConstants.PARQUET_READER_STRINGS_SIGNED_MIN_MAX_VALIDATORstatic final TypeValidators.StringValidatorExecConstants.PERSISTENT_TABLE_UMASK_VALIDATORstatic final TypeValidators.StringValidatorExecConstants.RM_QUERY_TAGS_VALIDATORstatic final TypeValidators.StringValidatorExecConstants.STATS_LOGGING_BATCH_OPERATOR_VALIDATOR -
Uses of TypeValidators.StringValidator in org.apache.drill.exec.compile
Fields in org.apache.drill.exec.compile declared as TypeValidators.StringValidatorModifier and TypeFieldDescriptionstatic final TypeValidators.StringValidatorClassCompilerSelector.JAVA_COMPILER_VALIDATOR -
Uses of TypeValidators.StringValidator in org.apache.drill.exec.rpc.user
Subclasses of TypeValidators.StringValidator in org.apache.drill.exec.rpc.userModifier and TypeClassDescriptionstatic classValidator for impersonation policies. -
Uses of TypeValidators.StringValidator in org.apache.drill.exec.server.options
Subclasses of TypeValidators.StringValidator in org.apache.drill.exec.server.optionsModifier and TypeClassDescriptionstatic classUnless explicitly changed by the user previously, the admin user groups can only be determined at runtimestatic classUnless explicitly changed by the user previously, the admin user can only be determined at runtimestatic classValidator that checks if the given DateTime format template is valid.static classValidator that checks if the given value is included in a list of acceptable values.Methods in org.apache.drill.exec.server.options with parameters of type TypeValidators.StringValidatorModifier and TypeMethodDescriptionBaseOptionManager.getOption(TypeValidators.StringValidator validator) OptionSet.getOption(TypeValidators.StringValidator validator) Gets the string value (from the option value) for the given string validator.