Package | Description |
---|---|
com.oracle.bmc.dataflow | |
com.oracle.bmc.dataflow.model |
Modifier and Type | Method and Description |
---|---|
Waiter<GetApplicationRequest,GetApplicationResponse> |
DataFlowWaiters.forApplication(GetApplicationRequest request,
ApplicationLifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetApplicationRequest,GetApplicationResponse> |
DataFlowWaiters.forApplication(GetApplicationRequest request,
ApplicationLifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetApplicationRequest,GetApplicationResponse> |
DataFlowWaiters.forApplication(GetApplicationRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
ApplicationLifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|
Constructor and 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.
|
Copyright © 2016–2024. All rights reserved.