|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.core.deploy.DeploymentStateServiceImpl
public class DeploymentStateServiceImpl
Implementation for storing deployment state.
Constructor Summary | |
---|---|
DeploymentStateServiceImpl()
|
Method Summary | |
---|---|
void |
addUpdateDeployment(DeploymentInformation descriptor)
Add or update the deployment information using the contained deployment id as a key. |
void |
destroy()
Destroy the service. |
DeploymentInformation[] |
getAllDeployments()
Returns deployment information for all deployments. |
DeploymentInformation |
getDeployment(java.lang.String deploymentId)
Returns the deployment informaton for a given deployment id. |
java.lang.String[] |
getDeployments()
Returns a list of deployment ids of deployments. |
java.lang.String |
nextDeploymentId()
Allocates a new deployment id. |
void |
remove(java.lang.String deploymentId)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DeploymentStateServiceImpl()
Method Detail |
---|
public java.lang.String nextDeploymentId()
DeploymentStateService
nextDeploymentId
in interface DeploymentStateService
public DeploymentInformation[] getAllDeployments()
DeploymentStateService
getAllDeployments
in interface DeploymentStateService
public void addUpdateDeployment(DeploymentInformation descriptor)
DeploymentStateService
addUpdateDeployment
in interface DeploymentStateService
descriptor
- to storepublic void remove(java.lang.String deploymentId)
remove
in interface DeploymentStateService
public java.lang.String[] getDeployments()
DeploymentStateService
getDeployments
in interface DeploymentStateService
public DeploymentInformation getDeployment(java.lang.String deploymentId)
DeploymentStateService
getDeployment
in interface DeploymentStateService
deploymentId
- id
public void destroy()
DeploymentStateService
destroy
in interface DeploymentStateService
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |