aboutsummaryrefslogtreecommitdiffstats
path: root/ncomp-cdap-model/src/main/xcore/adaptor.xcore
diff options
context:
space:
mode:
Diffstat (limited to 'ncomp-cdap-model/src/main/xcore/adaptor.xcore')
-rw-r--r--ncomp-cdap-model/src/main/xcore/adaptor.xcore8
1 files changed, 7 insertions, 1 deletions
diff --git a/ncomp-cdap-model/src/main/xcore/adaptor.xcore b/ncomp-cdap-model/src/main/xcore/adaptor.xcore
index 541f275..bc21841 100644
--- a/ncomp-cdap-model/src/main/xcore/adaptor.xcore
+++ b/ncomp-cdap-model/src/main/xcore/adaptor.xcore
@@ -48,6 +48,8 @@ class CdapApi {
op String deployApp(String namespace, String jarfile)
op String loadArtifact(String namespace, String artifactName, String jarfile, String version)
+
+ op String loadArtifactWithConfig(String namespace, String artifactName, String jarfile, String version, String config)
op String deleteArtifact(String namespace, String artifactName, String artifactVersion)
@@ -117,7 +119,11 @@ class CdapApi {
op String setDatasetProperties(String namespace, String datasetName, String datasetProperties)
op String setStreamTTL(String namespace, String streamName, int ttlSeconds)
-
+
+ op String suspendSchedule(String namespace, String appId, String scheduleId)
+
+ op String resumeSchedule(String namespace, String appId, String scheduleId)
+
}
class CdapConfiguration extends NamedEntity {