Package org.apache.iceberg
Class SystemProperties
java.lang.Object
org.apache.iceberg.SystemProperties
Deprecated.
Configuration properties that are controlled by Java system properties.
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final StringDeprecated.Maximum number of distinctFileIOthat is allowed to have associatedContentCachein memory at a time.static final intDeprecated.static final StringDeprecated.Whether to use the shared worker pool when planning table scans.static final StringDeprecated.Sets the size of the worker pool.
- 
Method Summary
- 
Field Details- 
WORKER_THREAD_POOL_SIZE_PROPDeprecated.Sets 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.- See Also:
 
- 
SCAN_THREAD_POOL_ENABLEDDeprecated.Whether to use the shared worker pool when planning table scans.- See Also:
 
- 
IO_MANIFEST_CACHE_MAX_FILEIODeprecated.Maximum number of distinctFileIOthat is allowed to have associatedContentCachein memory at a time.- See Also:
 
- 
IO_MANIFEST_CACHE_MAX_FILEIO_DEFAULTpublic static final int IO_MANIFEST_CACHE_MAX_FILEIO_DEFAULTDeprecated.- See Also:
 
 
- 
SystemConfigsinstead; will be removed in 2.0.0