Package org.apache.iceberg
Class SystemConfigs
java.lang.Object
org.apache.iceberg.SystemConfigs
Configuration properties that are controlled by Java system properties or environmental variable.
- 
Nested Class SummaryNested Classes
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final SystemConfigs.ConfigEntry<Integer> Sets the core size of the thread pool used for refreshing authentication data.static final SystemConfigs.ConfigEntry<Integer> Sets the size of the delete worker pool.static final SystemConfigs.ConfigEntry<Integer> Maximum number of distinctFileIOthat is allowed to have associatedContentCachein memory at a time.static final SystemConfigs.ConfigEntry<Boolean> Deprecated.will be removed in 2.0.0; use name mapping insteadstatic final SystemConfigs.ConfigEntry<Boolean> Whether to use the shared worker pool when planning table scans.static final SystemConfigs.ConfigEntry<Integer> Sets the size of the worker pool.
- 
Method Summary
- 
Field Details- 
WORKER_THREAD_POOL_SIZESets the size of the worker pool. The worker pool limits the number of tasks concurrently processing manifests in the base table implementation across all concurrent planning or commit operations.
- 
DELETE_WORKER_THREAD_POOL_SIZESets the size of the delete worker pool. This limits the number of threads used to read delete files for a data file.
- 
AUTH_REFRESH_THREAD_POOL_SIZESets the core size of the thread pool used for refreshing authentication data.
- 
SCAN_THREAD_POOL_ENABLEDWhether to use the shared worker pool when planning table scans.
- 
IO_MANIFEST_CACHE_MAX_FILEIOMaximum number of distinctFileIOthat is allowed to have associatedContentCachein memory at a time.
- 
NETFLIX_UNSAFE_PARQUET_ID_FALLBACK_ENABLED@Deprecated public static final SystemConfigs.ConfigEntry<Boolean> NETFLIX_UNSAFE_PARQUET_ID_FALLBACK_ENABLEDDeprecated.will be removed in 2.0.0; use name mapping instead
 
-