Package org.apache.iceberg
Class SystemProperties
- java.lang.Object
-
- org.apache.iceberg.SystemProperties
-
public class SystemProperties extends java.lang.ObjectConfiguration properties that are controlled by Java system properties.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringIO_MANIFEST_CACHE_MAX_FILEIOMaximum number of distinctFileIOthat is allowed to have associatedContentCachein memory at a time.static intIO_MANIFEST_CACHE_MAX_FILEIO_DEFAULTstatic java.lang.StringSCAN_THREAD_POOL_ENABLEDWhether to use the shared worker pool when planning table scans.static java.lang.StringWORKER_THREAD_POOL_SIZE_PROPSets the size of the worker pool.
-
-
-
Field Detail
-
WORKER_THREAD_POOL_SIZE_PROP
public static final java.lang.String WORKER_THREAD_POOL_SIZE_PROP
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:
- Constant Field Values
-
SCAN_THREAD_POOL_ENABLED
public static final java.lang.String SCAN_THREAD_POOL_ENABLED
Whether to use the shared worker pool when planning table scans.- See Also:
- Constant Field Values
-
IO_MANIFEST_CACHE_MAX_FILEIO
public static final java.lang.String IO_MANIFEST_CACHE_MAX_FILEIO
Maximum number of distinctFileIOthat is allowed to have associatedContentCachein memory at a time.- See Also:
- Constant Field Values
-
IO_MANIFEST_CACHE_MAX_FILEIO_DEFAULT
public static final int IO_MANIFEST_CACHE_MAX_FILEIO_DEFAULT
- See Also:
- Constant Field Values
-
-