Package | Description |
---|---|
com.oracle.bmc.databasemanagement | |
com.oracle.bmc.databasemanagement.model | |
com.oracle.bmc.databasemanagement.requests |
Modifier and Type | Method and Description |
---|---|
Waiter<GetJobRequest,GetJobResponse> |
DbManagementWaiters.forJob(GetJobRequest request,
Job.LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetJobRequest,GetJobResponse> |
DbManagementWaiters.forJob(GetJobRequest request,
Job.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetJobRequest,GetJobResponse> |
DbManagementWaiters.forJob(GetJobRequest request,
TerminationStrategy terminationStrategy,
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)
The lifecycle state of the job.
|
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,
JobScheduleDetails scheduleDetails,
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,
JobScheduleDetails scheduleDetails,
JobTypes jobType,
Job.LifecycleState lifecycleState,
String timeout,
String submissionErrorMessage,
Date timeCreated,
Date timeUpdated,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
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,
JobScheduleDetails scheduleDetails,
String submissionErrorMessage,
Date timeCreated,
Date timeUpdated,
SqlJob.SqlType sqlType,
String sqlText,
JobInBindsDetails inBinds,
JobOutBindsDetails outBinds,
SqlJob.OperationType operationType,
String userName,
SqlJob.Role role,
String namedCredentialId,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
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–2024. All rights reserved.