Class DeployerModulePaths
java.lang.Object
com.espertech.esper.runtime.internal.kernel.service.DeployerModulePaths
-
Constructor Summary
ConstructorDescriptionDeployerModulePaths
(Map<Long, com.espertech.esper.common.client.EventType> deploymentTypes, List<String> pathEventTypes, List<String> pathNamedWindows, List<String> pathTables, List<String> pathContexts, List<String> pathVariables, List<String> pathExprDecl, List<com.espertech.esper.common.internal.epl.script.core.NameAndParamNum> pathScripts, List<String> pathClassProvideds) -
Method Summary
Modifier and TypeMethodDescriptionList<com.espertech.esper.common.internal.epl.script.core.NameAndParamNum>
-
Constructor Details
-
DeployerModulePaths
public DeployerModulePaths(Map<Long, com.espertech.esper.common.client.EventType> deploymentTypes, List<String> pathEventTypes, List<String> pathNamedWindows, List<String> pathTables, List<String> pathContexts, List<String> pathVariables, List<String> pathExprDecl, List<com.espertech.esper.common.internal.epl.script.core.NameAndParamNum> pathScripts, List<String> pathClassProvideds)
-
-
Method Details
-
getDeploymentTypes
-
getPathEventTypes
-
getPathNamedWindows
-
getPathTables
-
getPathContexts
-
getPathVariables
-
getPathExprDecl
-
getPathScripts
-
getPathClassProvideds
-