public class DeployerModulePaths extends Object
Constructor and Description |
---|
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) |
Modifier and Type | Method and Description |
---|---|
Map<Long,com.espertech.esper.common.client.EventType> |
getDeploymentTypes() |
List<String> |
getPathClassProvideds() |
List<String> |
getPathContexts() |
List<String> |
getPathEventTypes() |
List<String> |
getPathExprDecl() |
List<String> |
getPathNamedWindows() |
List<com.espertech.esper.common.internal.epl.script.core.NameAndParamNum> |
getPathScripts() |
List<String> |
getPathTables() |
List<String> |
getPathVariables() |
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)
Copyright © 2005–2020. All rights reserved.