Interface ScriptDatasinkRpcService
- All Known Implementing Classes:
ScriptDatasinkRpcServiceImpl
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
public interface ScriptDatasinkRpcService
-
Method Summary
Modifier and TypeMethodDescriptionvoidexportFileIntoDatasink(AbstractFileServerNodeDto abstractNodeDto, DatasinkDefinitionDto datasinkDto, String filename, boolean compressed) voidexportReportIntoDatasink(ReportDto reportDto, String executorToken, DatasinkDefinitionDto datasinkDto, String format, List<ReportExecutionConfigDto> configs, String name, boolean compressed) DatasinkDefinitionDtobooleantestScriptDatasink(ScriptDatasinkDto datasinkDto)
-
Method Details
-
exportReportIntoDatasink
void exportReportIntoDatasink(ReportDto reportDto, String executorToken, DatasinkDefinitionDto datasinkDto, String format, List<ReportExecutionConfigDto> configs, String name, boolean compressed) throws ServerCallFailedException - Throws:
ServerCallFailedException
-
getStorageEnabledConfigs
- Throws:
ServerCallFailedException
-
testScriptDatasink
- Throws:
ServerCallFailedException
-
getDefaultDatasink
- Throws:
ServerCallFailedException
-
exportFileIntoDatasink
void exportFileIntoDatasink(AbstractFileServerNodeDto abstractNodeDto, DatasinkDefinitionDto datasinkDto, String filename, boolean compressed) throws ServerCallFailedException - Throws:
ServerCallFailedException
-