public class DeploymentRecoveryServiceImpl extends Object implements DeploymentRecoveryService
Modifier and Type | Field and Description |
---|---|
static DeploymentRecoveryServiceImpl |
INSTANCE |
Constructor and Description |
---|
DeploymentRecoveryServiceImpl() |
Modifier and Type | Method and Description |
---|---|
void |
add(String deploymentId,
int statementIdFirstStatement,
com.espertech.esper.common.client.EPCompiled compiled,
Map<Integer,Object> userObjectsRuntime,
Map<Integer,String> statementNamesWhenProvidedByAPI,
Map<Integer,Map<Integer,Object>> substitutionParameters) |
Iterator<Map.Entry<String,DeploymentRecoveryEntry>> |
deployments() |
void |
remove(String deploymentId) |
public static final DeploymentRecoveryServiceImpl INSTANCE
public void add(String deploymentId, int statementIdFirstStatement, com.espertech.esper.common.client.EPCompiled compiled, Map<Integer,Object> userObjectsRuntime, Map<Integer,String> statementNamesWhenProvidedByAPI, Map<Integer,Map<Integer,Object>> substitutionParameters)
add
in interface DeploymentRecoveryService
public Iterator<Map.Entry<String,DeploymentRecoveryEntry>> deployments()
deployments
in interface DeploymentRecoveryService
public void remove(String deploymentId)
remove
in interface DeploymentRecoveryService
Copyright © 2005–2018. All rights reserved.