Package | Description |
---|---|
com.espertech.esper.runtime.internal.deploymentlifesvc | |
com.espertech.esper.runtime.internal.kernel.service |
Modifier and Type | Method and Description |
---|---|
DeploymentInternal |
DeploymentLifecycleServiceImpl.getDeploymentByCRC(long deploymentId) |
DeploymentInternal |
DeploymentLifecycleService.getDeploymentByCRC(long deploymentId) |
DeploymentInternal |
DeploymentLifecycleServiceImpl.getDeploymentById(String deploymentId) |
DeploymentInternal |
DeploymentLifecycleService.getDeploymentById(String deploymentId) |
DeploymentInternal |
DeploymentLifecycleServiceImpl.undeploy(String deploymentId) |
DeploymentInternal |
DeploymentLifecycleService.undeploy(String deploymentId) |
Modifier and Type | Method and Description |
---|---|
Map<String,DeploymentInternal> |
DeploymentLifecycleServiceImpl.getDeploymentMap() |
Map<String,DeploymentInternal> |
DeploymentLifecycleService.getDeploymentMap() |
Modifier and Type | Method and Description |
---|---|
void |
DeploymentLifecycleServiceImpl.addDeployment(String deploymentId,
DeploymentInternal deployment) |
void |
DeploymentLifecycleService.addDeployment(String deploymentId,
DeploymentInternal deployment) |
Modifier and Type | Method and Description |
---|---|
static DeploymentInternal |
Deployer.deployFresh(String deploymentId,
int statementIdFirstStatement,
com.espertech.esper.common.client.EPCompiled compiled,
StatementNameRuntimeOption statementNameResolverRuntime,
StatementUserObjectRuntimeOption userObjectResolverRuntime,
StatementSubstitutionParameterOption substitutionParameterResolver,
EPRuntimeSPI epRuntime) |
static DeploymentInternal |
Deployer.deployRecover(String deploymentId,
int statementIdFirstStatement,
com.espertech.esper.common.client.EPCompiled compiled,
StatementNameRuntimeOption statementNameResolverRuntime,
StatementUserObjectRuntimeOption userObjectResolverRuntime,
StatementSubstitutionParameterOption substitutionParameterResolver,
EPRuntimeSPI epRuntime) |
Modifier and Type | Method and Description |
---|---|
Map<String,DeploymentInternal> |
EPDeploymentServiceSPI.getDeploymentMap() |
Map<String,DeploymentInternal> |
EPDeploymentServiceImpl.getDeploymentMap() |
Modifier and Type | Method and Description |
---|---|
static void |
Undeployer.checkModulePreconditions(String deploymentId,
String moduleName,
DeploymentInternal deployment,
EPServicesContext services) |
Copyright © 2005–2018. All rights reserved.