public class PerformanceSettings extends Object
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
enableEagerExecutionTreeFetching
If true, whenever an execution is fetched from the data store, the whole execution tree is fetched in the same roundtrip.
|
protected boolean |
enableExecutionRelationshipCounts
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 |
enableTaskRelationshipCounts
Similar to
enableExecutionRelationshipCounts, but on the task level. |
protected boolean |
validateExecutionRelationshipCountConfigOnBoot
If false, no check will be done on boot.
|
protected boolean |
validateTaskRelationshipCountConfigOnBoot
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 |
isEnableTaskRelationshipCounts() |
boolean |
isValidateExecutionRelationshipCountConfigOnBoot() |
boolean |
isValidateTaskRelationshipCountConfigOnBoot() |
void |
setEnableEagerExecutionTreeFetching(boolean enableEagerExecutionTreeFetching) |
void |
setEnableExecutionRelationshipCounts(boolean enableExecutionRelationshipCounts) |
void |
setEnableLocalization(boolean enableLocalization) |
void |
setEnableTaskRelationshipCounts(boolean enableTaskRelationshipCounts) |
void |
setValidateExecutionRelationshipCountConfigOnBoot(boolean validateExecutionRelationshipCountConfigOnBoot) |
void |
setValidateTaskRelationshipCountConfigOnBoot(boolean validateTaskRelationshipCountConfigOnBoot) |
protected boolean enableEagerExecutionTreeFetching
protected boolean enableExecutionRelationshipCounts
protected boolean enableTaskRelationshipCounts
enableExecutionRelationshipCounts, but on the task level. Keeps count of how many variables ad identity links the task has.protected boolean validateExecutionRelationshipCountConfigOnBoot
protected boolean validateTaskRelationshipCountConfigOnBoot
protected boolean enableLocalization
public boolean isEnableEagerExecutionTreeFetching()
public void setEnableEagerExecutionTreeFetching(boolean enableEagerExecutionTreeFetching)
public boolean isEnableExecutionRelationshipCounts()
public void setEnableExecutionRelationshipCounts(boolean enableExecutionRelationshipCounts)
public boolean isEnableTaskRelationshipCounts()
public void setEnableTaskRelationshipCounts(boolean enableTaskRelationshipCounts)
public boolean isValidateExecutionRelationshipCountConfigOnBoot()
public void setValidateExecutionRelationshipCountConfigOnBoot(boolean validateExecutionRelationshipCountConfigOnBoot)
public boolean isValidateTaskRelationshipCountConfigOnBoot()
public void setValidateTaskRelationshipCountConfigOnBoot(boolean validateTaskRelationshipCountConfigOnBoot)
public boolean isEnableLocalization()
public void setEnableLocalization(boolean enableLocalization)
Copyright © 2020 Flowable. All rights reserved.