Uses of Class
com.oracle.bmc.dataflow.model.RunLifecycleState
-
Packages that use RunLifecycleState Package Description com.oracle.bmc.dataflow com.oracle.bmc.dataflow.model com.oracle.bmc.dataflow.requests -
-
Uses of RunLifecycleState in com.oracle.bmc.dataflow
Methods in com.oracle.bmc.dataflow with parameters of type RunLifecycleState Modifier and Type Method Description Waiter<GetRunRequest,GetRunResponse>
DataFlowWaiters. forRun(GetRunRequest request, RunLifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetRunRequest,GetRunResponse>
DataFlowWaiters. forRun(GetRunRequest request, RunLifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetRunRequest,GetRunResponse>
DataFlowWaiters. forRun(GetRunRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, RunLifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of RunLifecycleState in com.oracle.bmc.dataflow.model
Methods in com.oracle.bmc.dataflow.model that return RunLifecycleState Modifier and Type Method Description static RunLifecycleState
RunLifecycleState. create(String key)
RunLifecycleState
Run. getLifecycleState()
The current state of this run.RunLifecycleState
RunSummary. getLifecycleState()
The current state of this run.static RunLifecycleState
RunLifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static RunLifecycleState[]
RunLifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.dataflow.model with parameters of type RunLifecycleState Modifier and Type Method Description Run.Builder
Run.Builder. lifecycleState(RunLifecycleState lifecycleState)
The current state of this run.RunSummary.Builder
RunSummary.Builder. lifecycleState(RunLifecycleState lifecycleState)
The current state of this run.Constructors in com.oracle.bmc.dataflow.model with parameters of type RunLifecycleState Constructor Description Run(String archiveUri, List<String> arguments, String applicationId, ApplicationLogConfig applicationLogConfig, String className, String compartmentId, Map<String,String> configuration, Long dataReadInBytes, Long dataWrittenInBytes, Map<String,Map<String,Object>> definedTags, String displayName, String driverShape, ShapeConfig driverShapeConfig, String execute, String executorShape, ShapeConfig executorShapeConfig, String fileUri, Map<String,String> freeformTags, String id, ApplicationLanguage language, String lifecycleDetails, RunLifecycleState lifecycleState, String logsBucketUri, String metastoreId, Integer numExecutors, String opcRequestId, String ownerPrincipalId, String ownerUserName, List<ApplicationParameter> parameters, String poolId, List<String> privateEndpointDnsZones, Integer privateEndpointMaxHostCount, List<String> privateEndpointNsgIds, String privateEndpointId, String privateEndpointSubnetId, Long runDurationInMilliseconds, String sparkVersion, Date timeCreated, Date timeUpdated, Integer totalOCpu, ApplicationType type, String warehouseBucketUri, Long maxDurationInMinutes, Long idleTimeoutInMinutes)
Deprecated.RunSummary(String applicationId, String compartmentId, Long dataReadInBytes, Long dataWrittenInBytes, Map<String,Map<String,Object>> definedTags, String displayName, Map<String,String> freeformTags, String id, ApplicationLanguage language, String lifecycleDetails, RunLifecycleState lifecycleState, String opcRequestId, String ownerPrincipalId, String ownerUserName, String poolId, Long runDurationInMilliseconds, Integer totalOCpu, Date timeCreated, Date timeUpdated, ApplicationType type)
Deprecated. -
Uses of RunLifecycleState in com.oracle.bmc.dataflow.requests
Methods in com.oracle.bmc.dataflow.requests that return RunLifecycleState Modifier and Type Method Description RunLifecycleState
ListRunsRequest. getLifecycleState()
The LifecycleState of the run.Methods in com.oracle.bmc.dataflow.requests with parameters of type RunLifecycleState Modifier and Type Method Description ListRunsRequest.Builder
ListRunsRequest.Builder. lifecycleState(RunLifecycleState lifecycleState)
The LifecycleState of the run.
-