public class PerformanceSettings extends Object
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
enableEagerExecutionTreeFetching
Experimental setting: if true, whenever an execution is fetched from the data store,
the whole execution tree is fetched in the same roundtrip.
|
protected boolean |
enableExecutionRelationshipCounts
Experimental setting: keeps a count on each execution that holds
how many variables, jobs, tasks, event subscriptions, etc.
|
protected boolean |
enableLocalization
Experimental setting: in certain places in the engine (execution/process instance/historic process instance/
tasks/data objects) localization is supported.
|
protected boolean |
validateExecutionRelationshipCountConfigOnBoot
If false, no check will be done on boot.
|
| Constructor and Description |
|---|
PerformanceSettings() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isEnableEagerExecutionTreeFetching() |
boolean |
isEnableExecutionRelationshipCounts() |
boolean |
isEnableLocalization() |
boolean |
isValidateExecutionRelationshipCountConfigOnBoot() |
void |
setEnableEagerExecutionTreeFetching(boolean enableEagerExecutionTreeFetching) |
void |
setEnableExecutionRelationshipCounts(boolean enableExecutionRelationshipCounts) |
void |
setEnableLocalization(boolean enableLocalization) |
void |
setValidateExecutionRelationshipCountConfigOnBoot(boolean validateExecutionRelationshipCountConfigOnBoot) |
protected boolean enableEagerExecutionTreeFetching
protected boolean enableExecutionRelationshipCounts
protected boolean validateExecutionRelationshipCountConfigOnBoot
protected boolean enableLocalization
public boolean isEnableEagerExecutionTreeFetching()
public void setEnableEagerExecutionTreeFetching(boolean enableEagerExecutionTreeFetching)
public boolean isEnableExecutionRelationshipCounts()
public void setEnableExecutionRelationshipCounts(boolean enableExecutionRelationshipCounts)
public boolean isValidateExecutionRelationshipCountConfigOnBoot()
public void setValidateExecutionRelationshipCountConfigOnBoot(boolean validateExecutionRelationshipCountConfigOnBoot)
public boolean isEnableLocalization()
public void setEnableLocalization(boolean enableLocalization)
Copyright © 2010–2018 Alfresco. All rights reserved.