public class DeployableSiddhiApp extends Object
| Constructor and Description |
|---|
DeployableSiddhiApp(String siddhiApp) |
DeployableSiddhiApp(String siddhiApp,
boolean persistenceEnabled) |
DeployableSiddhiApp(String siddhiApp,
Set<SourceDeploymentConfig> sourceList,
boolean persistenceEnabled) |
| Modifier and Type | Method and Description |
|---|---|
int |
getReplicas() |
String |
getSiddhiApp() |
Set<SourceDeploymentConfig> |
getSourceDeploymentConfigs() |
boolean |
isPersistenceEnabled() |
void |
setSourceDeploymentConfigs(Set<SourceDeploymentConfig> sourceDeploymentConfigs) |
public DeployableSiddhiApp(String siddhiApp)
public DeployableSiddhiApp(String siddhiApp, Set<SourceDeploymentConfig> sourceList, boolean persistenceEnabled)
public DeployableSiddhiApp(String siddhiApp, boolean persistenceEnabled)
public void setSourceDeploymentConfigs(Set<SourceDeploymentConfig> sourceDeploymentConfigs)
public boolean isPersistenceEnabled()
public int getReplicas()
public String getSiddhiApp()
public Set<SourceDeploymentConfig> getSourceDeploymentConfigs()
Copyright © 2019 WSO2. All rights reserved.