| [ Web Proxy ] |
| Viewing: https://arrow.apache.org/docs/python/generated/../api/../../cpp/acero/../api/thread.html | [Back] [Original] |
Section Navigation
Get the capacity of the global thread pool.
Return the number of worker threads in the thread pool to which Arrow dispatches various CPU-bound tasks. This is an ideal number, not necessarily the exact number of threads at a given point in time.
You can change this number using SetCpuThreadPoolCapacity().
Set the capacity of the global thread pool.
Set the number of worker threads int the thread pool to which Arrow dispatches various CPU-bound tasks.
The current number is returned by GetCpuThreadPoolCapacity().
Get the capacity of the global I/O thread pool.
Return the number of worker threads in the thread pool to which Arrow dispatches various I/O-bound tasks. This is an ideal number, not necessarily the exact number of threads at a given point in time.
You can change this number using SetIOThreadPoolCapacity().
Set the capacity of the global I/O thread pool.
Set the number of worker threads in the thread pool to which Arrow dispatches various I/O-bound tasks.
The current number is returned by GetIOThreadPoolCapacity().
Copyright 2016-2026 Apache Software Foundation.
Apache Arrow, Arrow, Apache, the Apache logo, and the Apache Arrow project logo are either registered trademarks or trademarks of The Apache Software Foundation in the United States and other countries.
Created using Sphinx 9.1.0.
Built with the PyData Sphinx Theme 0.20.0.
| Web Proxy Viewer | New URL | Original Page |