analyzer.core.executors¶
Submodules¶
Classes¶
Helper class that provides a standard way to create an ABC using |
|
Functions¶
|
Package Contents¶
- class analyzer.core.executors.Executor[source]¶
Bases:
abc.ABCHelper class that provides a standard way to create an ABC using inheritance.
- abstractmethod run(analyzer, tasks: list[ExecutionTask], max_sample_events=None)[source]¶
- class analyzer.core.executors.ExecutionTask[source]¶
- file_set: analyzer.core.event_collection.FileSet¶
- metadata: dict¶
- pipelines: list[str]¶
- output_name: str¶
- analyzer.core.executors.getPremadeExcutors() dict[str, analyzer.core.executors.executor.Executor][source]¶