| Package | Description |
|---|---|
| com.oracle.bmc.databasemanagement | |
| com.oracle.bmc.databasemanagement.model | |
| com.oracle.bmc.databasemanagement.requests |
| Modifier and Type | Method and Description |
|---|---|
com.oracle.bmc.waiter.Waiter<GetJobRequest,GetJobResponse> |
DbManagementWaiters.forJob(GetJobRequest request,
Job.LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
com.oracle.bmc.waiter.Waiter<GetJobRequest,GetJobResponse> |
DbManagementWaiters.forJob(GetJobRequest request,
Job.LifecycleState targetState,
com.oracle.bmc.waiter.TerminationStrategy terminationStrategy,
com.oracle.bmc.waiter.DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
com.oracle.bmc.waiter.Waiter<GetJobRequest,GetJobResponse> |
DbManagementWaiters.forJob(GetJobRequest request,
com.oracle.bmc.waiter.TerminationStrategy terminationStrategy,
com.oracle.bmc.waiter.DelayStrategy delayStrategy,
Job.LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
| Modifier and Type | Method and Description |
|---|---|
static Job.LifecycleState |
Job.LifecycleState.create(String key) |
Job.LifecycleState |
JobSummary.getLifecycleState()
The lifecycle state of the job.
|
Job.LifecycleState |
Job.getLifecycleState()
The lifecycle state of the job.
|
static Job.LifecycleState |
Job.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Job.LifecycleState[] |
Job.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
JobSummary.Builder |
JobSummary.Builder.lifecycleState(Job.LifecycleState lifecycleState) |
SqlJob.Builder |
SqlJob.Builder.lifecycleState(Job.LifecycleState lifecycleState) |
| Constructor and Description |
|---|
Job(String id,
String compartmentId,
String name,
String description,
String managedDatabaseGroupId,
String managedDatabaseId,
List<JobDatabase> managedDatabasesDetails,
DatabaseSubType databaseSubType,
Job.ScheduleType scheduleType,
Job.LifecycleState lifecycleState,
String timeout,
JobExecutionResultLocation resultLocation,
String submissionErrorMessage,
Date timeCreated,
Date timeUpdated)
Deprecated.
|
JobSummary(String id,
String compartmentId,
String name,
String description,
String managedDatabaseGroupId,
String managedDatabaseId,
DatabaseSubType databaseSubType,
Job.ScheduleType scheduleType,
JobTypes jobType,
Job.LifecycleState lifecycleState,
String timeout,
String submissionErrorMessage,
Date timeCreated,
Date timeUpdated)
Deprecated.
|
SqlJob(String id,
String compartmentId,
String name,
String description,
String managedDatabaseGroupId,
String managedDatabaseId,
List<JobDatabase> managedDatabasesDetails,
DatabaseSubType databaseSubType,
Job.ScheduleType scheduleType,
Job.LifecycleState lifecycleState,
String timeout,
JobExecutionResultLocation resultLocation,
String submissionErrorMessage,
Date timeCreated,
Date timeUpdated,
SqlJob.SqlType sqlType,
String sqlText,
SqlJob.OperationType operationType,
String userName,
SqlJob.Role role)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Job.LifecycleState |
ListJobsRequest.getLifecycleState()
The lifecycle state of the job.
|
| Modifier and Type | Method and Description |
|---|---|
ListJobsRequest.Builder |
ListJobsRequest.Builder.lifecycleState(Job.LifecycleState lifecycleState)
The lifecycle state of the job.
|
Copyright © 2016–2021. All rights reserved.