Uses of Class
com.espertech.esper.client.deploy.Module

Packages that use Module
com.espertech.esper.client.deploy Module and deployment administrative service. 
com.espertech.esper.core.deploy Module and deployment utility and parser. 
 

Uses of Module in com.espertech.esper.client.deploy
 

Methods in com.espertech.esper.client.deploy that return Module
 Module StatementDeploymentContext.getModule()
          Returns the module.
 Module DeploymentInformation.getModule()
          Returns the module.
 Module EPDeploymentAdmin.parse(java.lang.String eplModuleText)
          Parse the module text passed in, returning the module.
 Module EPDeploymentAdmin.read(java.io.File file)
          Read the module by reading the text file and return the module.
 Module EPDeploymentAdmin.read(java.io.InputStream stream, java.lang.String moduleUri)
          Read the input stream and return the module.
 Module EPDeploymentAdmin.read(java.lang.String resource)
          Read the resource by opening from classpath and return the module.
 Module EPDeploymentAdmin.read(java.net.URL url)
          Read the module by reading from the URL provided and return the module.
 

Methods in com.espertech.esper.client.deploy that return types with arguments of type Module
 java.util.List<Module> DeploymentOrder.getOrdered()
          Returns the list of modules.
 

Methods in com.espertech.esper.client.deploy with parameters of type Module
 java.lang.String EPDeploymentAdmin.add(Module module)
          Adds a module in undeployed state, generating a deployment id and returning the generated deployment id of the module.
 void EPDeploymentAdmin.add(Module module, java.lang.String assignedDeploymentId)
          Adds a module in undeployed state, using the provided deployment id as a unique identifier for the module.
 DeploymentResult EPDeploymentAdmin.deploy(Module module, DeploymentOptions options)
          Deploy a single module returning a generated deployment id to use when undeploying statements as well as additional statement-level information.
 DeploymentResult EPDeploymentAdmin.deploy(Module module, DeploymentOptions options, java.lang.String assignedDeploymentId)
          Deploy a single module using the deployment id provided as a parameter.
 

Method parameters in com.espertech.esper.client.deploy with type arguments of type Module
 DeploymentOrder EPDeploymentAdmin.getDeploymentOrder(java.util.Collection<Module> modules, DeploymentOrderOptions options)
          Compute a deployment order among the modules passed in considering their uses-dependency declarations and considering the already-deployed modules.
 

Constructors in com.espertech.esper.client.deploy with parameters of type Module
DeploymentInformation(java.lang.String deploymentId, Module module, java.util.Calendar addedDate, java.util.Calendar lastUpdateDate, DeploymentInformationItem[] items, DeploymentState state)
          Ctor.
StatementDeploymentContext(java.lang.String epl, Module module, ModuleItem moduleItem, java.lang.String deploymentId)
          Ctor.
 

Constructor parameters in com.espertech.esper.client.deploy with type arguments of type Module
DeploymentOrder(java.util.List<Module> ordered)
          Cotr.
 

Uses of Module in com.espertech.esper.core.deploy
 

Methods in com.espertech.esper.core.deploy that return Module
 Module EPDeploymentAdminImpl.parse(java.lang.String eplModuleText)
           
static Module EPLModuleUtil.parseInternal(java.lang.String buffer, java.lang.String resourceName)
           
 Module EPDeploymentAdminImpl.read(java.io.File file)
           
 Module EPDeploymentAdminImpl.read(java.io.InputStream stream, java.lang.String uri)
           
 Module EPDeploymentAdminImpl.read(java.lang.String resource)
           
 Module EPDeploymentAdminImpl.read(java.net.URL url)
           
static Module EPLModuleUtil.readFile(java.io.File file)
           
static Module EPLModuleUtil.readInternal(java.io.InputStream stream, java.lang.String resourceName)
           
static Module EPLModuleUtil.readResource(java.lang.String resource)
           
 

Methods in com.espertech.esper.core.deploy with parameters of type Module
 java.lang.String EPDeploymentAdminImpl.add(Module module)
           
 void EPDeploymentAdminImpl.add(Module module, java.lang.String assignedDeploymentId)
           
 DeploymentResult EPDeploymentAdminImpl.deploy(Module module, DeploymentOptions options)
           
 DeploymentResult EPDeploymentAdminImpl.deploy(Module module, DeploymentOptions options, java.lang.String assignedDeploymentId)
           
 

Method parameters in com.espertech.esper.core.deploy with type arguments of type Module
 DeploymentOrder EPDeploymentAdminImpl.getDeploymentOrder(java.util.Collection<Module> modules, DeploymentOrderOptions options)
           
 


© 2006-2015 EsperTech Inc.
All rights reserved.
Visit us at espertech.com