analyzer.core.executors.dask_exec¶
Attributes¶
Exceptions¶
A combination of multiple unrelated exceptions. |
Classes¶
Base class for a widget to use in progress display. |
|
Helper class that provides a standard way to create an ABC using |
|
Helper class that provides a standard way to create an ABC using |
Functions¶
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Module Contents¶
- class analyzer.core.executors.dask_exec.RateColumn(table_column: rich.table.Column | None = None)[source]¶
Bases:
rich.progress.ProgressColumnBase class for a widget to use in progress display.
- analyzer.core.executors.dask_exec.callTimeoutCloud(process_timeout, function, *args, **kwargs)[source]¶
- exception analyzer.core.executors.dask_exec.AnalyzerRuntimeError[source]¶
Bases:
ExceptionGroupA combination of multiple unrelated exceptions.
- class analyzer.core.executors.dask_exec.DaskRunResult[source]¶
- maybe_result: analyzer.core.executors.executor.CompletedTask | analyzer.core.results.ResultBase | None[source]¶
- maybe_exceptions: list[DaskRunException][source]¶
- __iadd__(other: DaskRunResult)[source]¶
- analyzer.core.executors.dask_exec.reduceResults(client, reduction_function, futures, reduction_factor=5, target_final_count=1, close_to_target_frac=0.8, key_suffix='')[source]¶
- analyzer.core.executors.dask_exec.processTask(client, analyzer, task, chunk_size, reduction_factor, max_sample_events=None, timeout=120, target_final_count=1)[source]¶
- analyzer.core.executors.dask_exec.run(client, chunk_size, reduction_factor, analyzer, tasks, max_sample_events=None, timeout=120, target_final_count=1)[source]¶
- class analyzer.core.executors.dask_exec.LocalDaskExecutor[source]¶
Bases:
analyzer.core.executors.executor.ExecutorHelper class that provides a standard way to create an ABC using inheritance.
- class analyzer.core.executors.dask_exec.LPCCondorDask[source]¶
Bases:
analyzer.core.executors.executor.ExecutorHelper class that provides a standard way to create an ABC using inheritance.