Class DockerLocalComputationManager
java.lang.Object
com.powsybl.computation.local.LocalComputationManager
com.powsybl.computation.local.test.DockerLocalComputationManager
- All Implemented Interfaces:
ComputationManager
,AutoCloseable
- Author:
- Geoffroy Jamgotchian <geoffroy.jamgotchian at rte-france.com>
-
Constructor Summary
ConstructorDescriptionDockerLocalComputationManager
(LocalComputationConfig computationConfig, Path dockerDir, ComputationDockerConfig dockerConfig, Executor executor) DockerLocalComputationManager
(Path localDir, Path dockerDir, ComputationDockerConfig dockerConfig) DockerLocalComputationManager
(Path localDir, Path dockerDir, ComputationDockerConfig dockerConfig, Executor executor) -
Method Summary
Methods inherited from class com.powsybl.computation.local.LocalComputationManager
close, execute, execute, getDefault, getExecutor, getLocalDir, getResourcesStatus, getVersion, newCommonFile
-
Constructor Details
-
DockerLocalComputationManager
public DockerLocalComputationManager(Path localDir, Path dockerDir, ComputationDockerConfig dockerConfig) throws IOException - Throws:
IOException
-
DockerLocalComputationManager
public DockerLocalComputationManager(Path localDir, Path dockerDir, ComputationDockerConfig dockerConfig, Executor executor) throws IOException - Throws:
IOException
-
DockerLocalComputationManager
public DockerLocalComputationManager(LocalComputationConfig computationConfig, Path dockerDir, ComputationDockerConfig dockerConfig, Executor executor) throws IOException - Throws:
IOException
-