Class SystemProperties


  • public class SystemProperties
    extends java.lang.Object
    Configuration properties that are controlled by Java system properties.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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