|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.client.ConfigurationEngineDefaults.Execution
public static class ConfigurationEngineDefaults.Execution
Holds engine execution-related settings.
Constructor Summary | |
---|---|
protected |
ConfigurationEngineDefaults.Execution()
Ctor - sets up defaults. |
Method Summary | |
---|---|
ConfigurationEngineDefaults.ThreadingProfile |
getThreadingProfile()
Returns the threading profile |
boolean |
isDisableLocking()
Returns indicator whether statement-level locks are disabled. |
boolean |
isFairlock()
Returns true for fair locking, false for unfair locks. |
boolean |
isPrioritized()
Returns false (the default) if the engine does not consider statement priority and preemptive instructions, or true to enable priority-based statement execution order. |
void |
setDisableLocking(boolean disableLocking)
Set to true to indicate that statement-level locks are disabled. |
void |
setFairlock(boolean fairlock)
Set to true for fair locking, false for unfair locks. |
void |
setPrioritized(boolean prioritized)
Set to false (the default) if the engine does not consider statement priority and preemptive instructions, or true for enable priority-based statement execution order. |
void |
setThreadingProfile(ConfigurationEngineDefaults.ThreadingProfile threadingProfile)
Sets the threading profile |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected ConfigurationEngineDefaults.Execution()
Method Detail |
---|
public boolean isPrioritized()
public void setPrioritized(boolean prioritized)
prioritized
- false by default to indicate unprioritized statement executionpublic boolean isFairlock()
public void setFairlock(boolean fairlock)
fairlock
- fairness flagpublic boolean isDisableLocking()
public void setDisableLocking(boolean disableLocking)
disableLocking
- false to take statement-level locks as required, or true to disable statement-level lockingpublic ConfigurationEngineDefaults.ThreadingProfile getThreadingProfile()
public void setThreadingProfile(ConfigurationEngineDefaults.ThreadingProfile threadingProfile)
threadingProfile
- profile to set
|
© 2006-2011 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 |