public class SystemConfigs
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
SystemConfigs.ConfigEntry<T> |
Modifier and Type | Field and Description |
---|---|
static SystemConfigs.ConfigEntry<java.lang.Integer> |
DELETE_WORKER_THREAD_POOL_SIZE
Sets the size of the delete worker pool.
|
static SystemConfigs.ConfigEntry<java.lang.Integer> |
IO_MANIFEST_CACHE_MAX_FILEIO
Maximum number of distinct
FileIO that is allowed to have
associated ContentCache in memory at a time. |
static SystemConfigs.ConfigEntry<java.lang.Boolean> |
NETFLIX_UNSAFE_PARQUET_ID_FALLBACK_ENABLED
Deprecated.
will be removed in 2.0.0; use name mapping instead
|
static SystemConfigs.ConfigEntry<java.lang.Boolean> |
SCAN_THREAD_POOL_ENABLED
Whether to use the shared worker pool when planning table scans.
|
static SystemConfigs.ConfigEntry<java.lang.Integer> |
WORKER_THREAD_POOL_SIZE
Sets the size of the worker pool.
|
public static final SystemConfigs.ConfigEntry<java.lang.Integer> WORKER_THREAD_POOL_SIZE
public static final SystemConfigs.ConfigEntry<java.lang.Integer> DELETE_WORKER_THREAD_POOL_SIZE
public static final SystemConfigs.ConfigEntry<java.lang.Boolean> SCAN_THREAD_POOL_ENABLED
public static final SystemConfigs.ConfigEntry<java.lang.Integer> IO_MANIFEST_CACHE_MAX_FILEIO
FileIO
that is allowed to have
associated ContentCache
in memory at a time.@Deprecated public static final SystemConfigs.ConfigEntry<java.lang.Boolean> NETFLIX_UNSAFE_PARQUET_ID_FALLBACK_ENABLED