|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.client.deploy.DeploymentOrderOptions
public class DeploymentOrderOptions
Options class passed to EPDeploymentAdmin.getDeploymentOrder(java.util.Collection, DeploymentOrderOptions)
for controlling the behavior of ordering and dependency checking logic.
Constructor Summary | |
---|---|
DeploymentOrderOptions()
|
Method Summary | |
---|---|
boolean |
isCheckCircularDependency()
Returns true (the default) to indicate that the algorithm checks for circular dependencies among the uses-dependency graph, or false to not perform this check. |
boolean |
isCheckUses()
Returns true (the default) to cause the algorithm to check uses-dependencies ensuring all dependencies are satisfied i.e. |
void |
setCheckCircularDependency(boolean checkCircularDependency)
Set this indicator to true (the default) to indicate that the algorithm checks for circular dependencies among the uses-dependency graph, or false to not perform this check. |
void |
setCheckUses(boolean checkUses)
Set this indicator to true (the default) to cause the algorithm to check uses-dependencies ensuring all dependencies are satisfied i.e. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DeploymentOrderOptions()
Method Detail |
---|
public boolean isCheckCircularDependency()
public void setCheckCircularDependency(boolean checkCircularDependency)
checkCircularDependency
- indicator.public boolean isCheckUses()
public void setCheckUses(boolean checkUses)
checkUses
- indicator
|
© 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 |