Class DeployerModulePaths

java.lang.Object
com.espertech.esper.runtime.internal.kernel.service.DeployerModulePaths

public class DeployerModulePaths extends Object
  • 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

      public Map<Long,com.espertech.esper.common.client.EventType> getDeploymentTypes()
    • getPathEventTypes

      public List<String> getPathEventTypes()
    • getPathNamedWindows

      public List<String> getPathNamedWindows()
    • getPathTables

      public List<String> getPathTables()
    • getPathContexts

      public List<String> getPathContexts()
    • getPathVariables

      public List<String> getPathVariables()
    • getPathExprDecl

      public List<String> getPathExprDecl()
    • getPathScripts

      public List<com.espertech.esper.common.internal.epl.script.core.NameAndParamNum> getPathScripts()
    • getPathClassProvideds

      public List<String> getPathClassProvideds()