Uses of Class
com.farao_community.farao.gridcapa_core_valid.app.services.MinioAdapter
-
-
Uses of MinioAdapter in com.farao_community.farao.gridcapa_core_valid.app
Constructors in com.farao_community.farao.gridcapa_core_valid.app with parameters of type MinioAdapter Constructor Description CoreValidHandler(StudyPointService studyPointService, FileImporter fileImporter, FileExporter fileExporter, SearchTreeRaoConfiguration searchTreeRaoConfiguration, MinioAdapter minioAdapter, org.slf4j.Logger eventsLogger) -
Uses of MinioAdapter in com.farao_community.farao.gridcapa_core_valid.app.services
Constructors in com.farao_community.farao.gridcapa_core_valid.app.services with parameters of type MinioAdapter Constructor Description FileExporter(MinioAdapter minioAdapter, MainResultFileExporter mainResultFileExporter, RemedialActionsFileExporter remedialActionsFileExporter, RexResultFileExporter rexResultFileExporter) -
Uses of MinioAdapter in com.farao_community.farao.gridcapa_core_valid.app.services.results_export
Methods in com.farao_community.farao.gridcapa_core_valid.app.services.results_export with parameters of type MinioAdapter Modifier and Type Method Description default StringResultFileExporter. getFormattedFilename(String regex, OffsetDateTime timestamp, MinioAdapter minioAdapter)Constructors in com.farao_community.farao.gridcapa_core_valid.app.services.results_export with parameters of type MinioAdapter Constructor Description MainResultFileExporter(MinioAdapter minioAdapter)RemedialActionsFileExporter(MinioAdapter minioAdapter)RexResultFileExporter(MinioAdapter minioAdapter) -
Uses of MinioAdapter in com.farao_community.farao.gridcapa_core_valid.app.study_point
Constructors in com.farao_community.farao.gridcapa_core_valid.app.study_point with parameters of type MinioAdapter Constructor Description StudyPointService(MinioAdapter minioAdapter, com.farao_community.farao.rao_runner.starter.AsynchronousRaoRunnerClient asynchronousRaoRunnerClient, LimitingBranchResultService limitingBranchResultService, FileExporter fileExporter)
-