public class ConfigurationRuntimeExecution extends Object implements Serializable
Modifier | Constructor and Description |
---|---|
protected |
ConfigurationRuntimeExecution()
Ctor - sets up defaults.
|
Modifier and Type | Method and Description |
---|---|
int |
getDeclaredExprValueCacheSize()
Returns the cache size for declared expression values
|
FilterServiceProfile |
getFilterServiceProfile()
Returns the filter service profile for tuning filtering operations.
|
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 runtimedoes not consider statement priority and preemptive instructions,
or true to enable priority-based statement execution order.
|
void |
setDeclaredExprValueCacheSize(int declaredExprValueCacheSize)
Sets the cache size for declared expression values
|
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 |
setFilterServiceProfile(FilterServiceProfile filterServiceProfile)
Set the filter service profile for tuning filtering operations.
|
void |
setPrioritized(boolean prioritized)
Set to false (the default) if the runtimedoes not consider statement priority and preemptive instructions,
or true for enable priority-based statement execution order.
|
protected ConfigurationRuntimeExecution()
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 FilterServiceProfile getFilterServiceProfile()
public void setFilterServiceProfile(FilterServiceProfile filterServiceProfile)
filterServiceProfile
- filter service profilepublic int getDeclaredExprValueCacheSize()
public void setDeclaredExprValueCacheSize(int declaredExprValueCacheSize)
declaredExprValueCacheSize
- valueCopyright © 2005–2018. All rights reserved.