awswrangler._distributed.Engine¶
- class awswrangler._distributed.Engine¶
Execution engine configuration class.
- __init__()¶
Methods
__init__()dispatch_func(source_func[, value])Dispatch a func based on value or the distribution engine and the source function.
dispatch_on_engine(func)Dispatch on engine function decorator.
get()Get the configured distribution engine.
get_installed()Get the installed distribution engine.
initialize([name])Initialize the distribution engine.
is_initialized([name])Check if the distribution engine is initialized.
register([name])Register the distribution engine dispatch methods.
register_func(source_func, destination_func)Register a func based on the distribution engine and source function.
set(name)Set the distribution engine.