calypso.dispatchers.orchestrator.executor package
- calypso.dispatchers.orchestrator.executor.get_executor(name: str, executor_dict: dict) BaseExecutor
Submodules
- calypso.dispatchers.orchestrator.executor.base_executor module
BaseExecutor
BaseExecutor.download_job()
BaseExecutor.download_remote_file()
BaseExecutor.execute()
BaseExecutor.files_exist()
BaseExecutor.get_remote_file_obj()
BaseExecutor.locally_rglob()
BaseExecutor.make_remote_dir()
BaseExecutor.read_remote_file()
BaseExecutor.rglob()
BaseExecutor.upload_file_to_remote()
BaseExecutor.upload_job()
BaseExecutor.write_into_remote_file()
- calypso.dispatchers.orchestrator.executor.local module
- calypso.dispatchers.orchestrator.executor.ssh module
SSHClient
SSHExecutor
SSHExecutor.download_job()
SSHExecutor.download_remote_file()
SSHExecutor.execute()
SSHExecutor.files_exist()
SSHExecutor.get_remote_file_obj()
SSHExecutor.locally_files_exist()
SSHExecutor.locally_rglob()
SSHExecutor.make_remote_dir()
SSHExecutor.read_remote_file()
SSHExecutor.remote_file_exist()
SSHExecutor.rglob()
SSHExecutor.upload_file_to_remote()
SSHExecutor.upload_job()
SSHExecutor.write_into_remote_file()