Package org.apache.orc
Enum Class OrcConf
- All Implemented Interfaces:
Serializable,Comparable<OrcConf>,Constable
Define the configuration properties that Orc understands.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Method Summary
Modifier and TypeMethodDescriptionbooleangetBoolean(Properties tbl, Configuration conf) booleangetBoolean(Configuration conf) doublegetDouble(Properties tbl, Configuration conf) doublegetDouble(Configuration conf) intgetInt(Properties tbl, Configuration conf) intgetInt(Configuration conf) voidgetInt(Configuration conf, int value) Deprecated.longgetLong(Properties tbl, Configuration conf) longgetLong(Configuration conf) getString(Properties tbl, Configuration conf) getString(Configuration conf) getStringAsList(Configuration conf) voidsetBoolean(Configuration conf, boolean value) voidsetDouble(Configuration conf, double value) voidsetInt(Configuration conf, int value) voidsetLong(Configuration conf, long value) voidsetString(Configuration conf, String value) static OrcConfReturns the enum constant of this class with the specified name.static OrcConf[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
STRIPE_SIZE
-
STRIPE_ROW_COUNT
-
BLOCK_SIZE
-
ENABLE_INDEXES
-
ROW_INDEX_STRIDE
-
BUFFER_SIZE
-
BASE_DELTA_RATIO
-
BLOCK_PADDING
-
COMPRESS
-
WRITE_FORMAT
-
ENFORCE_COMPRESSION_BUFFER_SIZE
-
ENCODING_STRATEGY
-
COMPRESSION_STRATEGY
-
COMPRESSION_ZSTD_LEVEL
-
COMPRESSION_ZSTD_WINDOWLOG
-
COMPRESSION_ZSTD_STRATEGY
-
BLOCK_PADDING_TOLERANCE
-
BLOOM_FILTER_FPP
-
USE_ZEROCOPY
-
SKIP_CORRUPT_DATA
-
TOLERATE_MISSING_SCHEMA
-
MEMORY_POOL
-
DICTIONARY_KEY_SIZE_THRESHOLD
-
ROW_INDEX_STRIDE_DICTIONARY_CHECK
-
DICTIONARY_IMPL
-
BLOOM_FILTER_COLUMNS
-
BLOOM_FILTER_WRITE_VERSION
-
IGNORE_NON_UTF8_BLOOM_FILTERS
-
MAX_FILE_LENGTH
-
MAPRED_INPUT_SCHEMA
-
MAPRED_SHUFFLE_KEY_SCHEMA
-
MAPRED_SHUFFLE_VALUE_SCHEMA
-
MAPRED_OUTPUT_SCHEMA
-
INCLUDE_COLUMNS
-
KRYO_SARG
-
KRYO_SARG_BUFFER
-
SARG_COLUMNS
-
FORCE_POSITIONAL_EVOLUTION
-
FORCE_POSITIONAL_EVOLUTION_LEVEL
-
ROWS_BETWEEN_CHECKS
-
OVERWRITE_OUTPUT_FILE
-
IS_SCHEMA_EVOLUTION_CASE_SENSITIVE
-
ALLOW_SARG_TO_FILTER
-
READER_USE_SELECTED
-
ALLOW_PLUGIN_FILTER
-
PLUGIN_FILTER_ALLOWLIST
-
WRITE_VARIABLE_LENGTH_BLOCKS
-
DIRECT_ENCODING_COLUMNS
-
ORC_MAX_DISK_RANGE_CHUNK_LIMIT
-
ORC_MIN_DISK_SEEK_SIZE
-
ORC_MIN_DISK_SEEK_SIZE_TOLERANCE
-
ENCRYPTION
-
DATA_MASK
-
KEY_PROVIDER
-
PROLEPTIC_GREGORIAN
-
PROLEPTIC_GREGORIAN_DEFAULT
-
ROW_BATCH_SIZE
-
ROW_BATCH_CHILD_LIMIT
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
getAttribute
-
getHiveConfName
-
getDefaultValue
-
getDescription
-
getInt
-
getInt
-
getInt
Deprecated.UsegetInt(Configuration)instead. This method was incorrectly added and shouldn't be used anymore. -
setInt
-
getLong
-
getLong
-
setLong
-
getString
-
getString
-
getStringAsList
-
setString
-
getBoolean
-
getBoolean
-
setBoolean
-
getDouble
-
getDouble
-
setDouble
-
getInt(Configuration)instead.