Package | Description |
---|---|
com.oracle.bmc.dataflow | |
com.oracle.bmc.dataflow.model | |
com.oracle.bmc.dataflow.requests |
Modifier and Type | Method and Description |
---|---|
Waiter<GetRunRequest,GetRunResponse> |
DataFlowWaiters.forRun(GetRunRequest request,
RunLifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetRunRequest,GetRunResponse> |
DataFlowWaiters.forRun(GetRunRequest request,
RunLifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetRunRequest,GetRunResponse> |
DataFlowWaiters.forRun(GetRunRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
RunLifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
static RunLifecycleState |
RunLifecycleState.create(String key) |
RunLifecycleState |
RunSummary.getLifecycleState()
The current state of this run.
|
RunLifecycleState |
Run.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.
|
Modifier and Type | Method and Description |
---|---|
RunSummary.Builder |
RunSummary.Builder.lifecycleState(RunLifecycleState lifecycleState)
The current state of this run.
|
Run.Builder |
Run.Builder.lifecycleState(RunLifecycleState lifecycleState)
The current state of this run.
|
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
RunLifecycleState |
ListRunsRequest.getLifecycleState()
The LifecycleState of the run.
|
Modifier and Type | Method and Description |
---|---|
ListRunsRequest.Builder |
ListRunsRequest.Builder.lifecycleState(RunLifecycleState lifecycleState)
The LifecycleState of the run.
|
Copyright © 2016–2024. All rights reserved.