| Package | Description |
|---|---|
| org.wso2.carbon.analytics.spark.admin |
| Modifier and Type | Method and Description |
|---|---|
void |
AnalyticsProcessorAdminService.deleteScript(String scriptName)
Delete the script with provided name.
|
AnalyticsQueryResultDto[] |
AnalyticsProcessorAdminService.execute(String scriptContent)
Execute the given script content.
|
void |
AnalyticsProcessorAdminService.executeInBackground(String scriptContent)
Execute the given script content in a different background thread.
|
AnalyticsQueryResultDto |
AnalyticsProcessorAdminService.executeQuery(String query)
Execute the provided query and return the result for the query.
|
AnalyticsQueryResultDto[] |
AnalyticsProcessorAdminService.executeScript(String scriptName)
Execute the script with given script name and return the Array of Results returned.
|
void |
AnalyticsProcessorAdminService.executeScriptInBackground(String scriptName)
Execute the script with given script name in a different thread in background.
|
AnalyticsScriptDto[] |
AnalyticsProcessorAdminService.getAllScripts()
Get all the script names.
|
AnalyticsScriptDto |
AnalyticsProcessorAdminService.getScript(String name)
Get the analytics script information for the given name.
|
boolean |
AnalyticsProcessorAdminService.isAnalyticsTaskExecuting(String scriptName)
Checks and returns whether scheduled analytics task executing already
|
void |
AnalyticsProcessorAdminService.saveScript(String scriptName,
String scriptContent,
String cronExpression)
Saving the script with given details.
|
void |
AnalyticsProcessorAdminService.saveScriptContent(String scriptName,
String scriptContent)
Saving the script with provided content and this script will not have any scheduling information.
|
void |
AnalyticsProcessorAdminService.updateScript(String scriptName,
String scriptContent,
String cronExpression)
Update the script with provided information.
|
void |
AnalyticsProcessorAdminService.updateScriptContent(String scriptName,
String scriptContent)
Update the script content of the provided script name.
|
void |
AnalyticsProcessorAdminService.updateScriptTask(String scriptName,
String cronExpression)
Update the task information of the script.
|
Copyright © 2016 WSO2. All rights reserved.