| Package | Description |
|---|---|
| oracle.odi.domain.runtime.loadplan | |
| oracle.odi.domain.runtime.lpi |
| Modifier and Type | Field and Description |
|---|---|
static OdiLoadPlan.SessionStepLogsBehavior |
OdiLoadPlan.SessionStepLogsBehavior.BY_SCENARIO_SETTINGS
Honor Scenario Step Logging option
|
static OdiLoadPlan.SessionStepLogsBehavior |
OdiLoadPlan.SessionStepLogsBehavior.ERROR
Remove on success only: Remove logs when it is successful, keep errors only
|
static OdiLoadPlan.SessionStepLogsBehavior |
OdiLoadPlan.SessionStepLogsBehavior.NEVER
Always Remove: Always remove logs
|
| Modifier and Type | Method and Description |
|---|---|
OdiLoadPlan.SessionStepLogsBehavior |
OdiLoadPlan.getSessionLogsDefaultBehaviorForScenarioSteps()
Indicates how logs will be maintained by default for the session steps of each of the scenarios started by the Load Plan.
|
static OdiLoadPlan.SessionStepLogsBehavior |
OdiLoadPlan.SessionStepLogsBehavior.valueOf(java.lang.String name) |
static OdiLoadPlan.SessionStepLogsBehavior[] |
OdiLoadPlan.SessionStepLogsBehavior.values() |
| Modifier and Type | Method and Description |
|---|---|
void |
OdiLoadPlan.setSessionLogsDefaultBehaviorForScenarioSteps(OdiLoadPlan.SessionStepLogsBehavior sessionLogsDefaultBehaviorForScenarioSteps)
Indicates how logs will be maintained by default for the session steps of each of the scenarios started by the Load Plan.
Must not be null |
| Modifier and Type | Method and Description |
|---|---|
OdiLoadPlan.SessionStepLogsBehavior |
OdiLoadPlanInstance.getSessionLogsDefaultBehaviorForScenarioSteps()
Indicates how logs will be maintained by default for the session steps of each of the scenarios started by the Load Plan instance.
|