public interface ScriptDatasinkRpcService
Modifier and Type | Method and Description |
---|---|
void |
exportFileIntoDatasink(AbstractFileServerNodeDto abstractNodeDto,
DatasinkDefinitionDto datasinkDto,
java.lang.String filename,
boolean compressed) |
void |
exportReportIntoDatasink(ReportDto reportDto,
java.lang.String executorToken,
DatasinkDefinitionDto datasinkDto,
java.lang.String format,
java.util.List<ReportExecutionConfigDto> configs,
java.lang.String name,
boolean compressed) |
DatasinkDefinitionDto |
getDefaultDatasink() |
java.util.Map<StorageType,java.lang.Boolean> |
getStorageEnabledConfigs() |
boolean |
testScriptDatasink(ScriptDatasinkDto datasinkDto) |
void exportReportIntoDatasink(ReportDto reportDto, java.lang.String executorToken, DatasinkDefinitionDto datasinkDto, java.lang.String format, java.util.List<ReportExecutionConfigDto> configs, java.lang.String name, boolean compressed) throws ServerCallFailedException
ServerCallFailedException
java.util.Map<StorageType,java.lang.Boolean> getStorageEnabledConfigs() throws ServerCallFailedException
ServerCallFailedException
boolean testScriptDatasink(ScriptDatasinkDto datasinkDto) throws ServerCallFailedException
ServerCallFailedException
DatasinkDefinitionDto getDefaultDatasink() throws ServerCallFailedException
ServerCallFailedException
void exportFileIntoDatasink(AbstractFileServerNodeDto abstractNodeDto, DatasinkDefinitionDto datasinkDto, java.lang.String filename, boolean compressed) throws ServerCallFailedException
ServerCallFailedException