Uses of Class
com.oracle.bmc.dataflow.model.ApplicationLifecycleState
-
Packages that use ApplicationLifecycleState Package Description com.oracle.bmc.dataflow com.oracle.bmc.dataflow.model -
-
Uses of ApplicationLifecycleState in com.oracle.bmc.dataflow
Methods in com.oracle.bmc.dataflow with parameters of type ApplicationLifecycleState Modifier and Type Method Description Waiter<GetApplicationRequest,GetApplicationResponse>
DataFlowWaiters. forApplication(GetApplicationRequest request, ApplicationLifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetApplicationRequest,GetApplicationResponse>
DataFlowWaiters. forApplication(GetApplicationRequest request, ApplicationLifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetApplicationRequest,GetApplicationResponse>
DataFlowWaiters. forApplication(GetApplicationRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, ApplicationLifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of ApplicationLifecycleState in com.oracle.bmc.dataflow.model
Methods in com.oracle.bmc.dataflow.model that return ApplicationLifecycleState Modifier and Type Method Description static ApplicationLifecycleState
ApplicationLifecycleState. create(String key)
ApplicationLifecycleState
Application. getLifecycleState()
The current state of this application.ApplicationLifecycleState
ApplicationSummary. getLifecycleState()
The current state of this application.static ApplicationLifecycleState
ApplicationLifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static ApplicationLifecycleState[]
ApplicationLifecycleState. 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 ApplicationLifecycleState Modifier and Type Method Description Application.Builder
Application.Builder. lifecycleState(ApplicationLifecycleState lifecycleState)
The current state of this application.ApplicationSummary.Builder
ApplicationSummary.Builder. lifecycleState(ApplicationLifecycleState lifecycleState)
The current state of this application.Constructors in com.oracle.bmc.dataflow.model with parameters of type ApplicationLifecycleState Constructor Description Application(ApplicationLogConfig applicationLogConfig, String archiveUri, List<String> arguments, String className, Map<String,String> configuration, String compartmentId, Map<String,Map<String,Object>> definedTags, String description, String displayName, String driverShape, ShapeConfig driverShapeConfig, String execute, String executorShape, ShapeConfig executorShapeConfig, String fileUri, Map<String,String> freeformTags, String id, ApplicationLanguage language, ApplicationLifecycleState lifecycleState, String logsBucketUri, String metastoreId, Integer numExecutors, String ownerPrincipalId, String ownerUserName, List<ApplicationParameter> parameters, String poolId, String privateEndpointId, String sparkVersion, Date timeCreated, Date timeUpdated, ApplicationType type, String warehouseBucketUri, Long maxDurationInMinutes, Long idleTimeoutInMinutes)
Deprecated.ApplicationSummary(String compartmentId, Map<String,Map<String,Object>> definedTags, String displayName, Map<String,String> freeformTags, String id, ApplicationLanguage language, ApplicationLifecycleState lifecycleState, String ownerPrincipalId, String ownerUserName, String poolId, String sparkVersion, Date timeCreated, Date timeUpdated, ApplicationType type)
Deprecated.
-