Package | Description |
---|---|
com.oracle.bmc.dataflow | |
com.oracle.bmc.dataflow.model | |
com.oracle.bmc.dataflow.requests |
Modifier and Type | Method and Description |
---|---|
Waiter<GetStatementRequest,GetStatementResponse> |
DataFlowWaiters.forStatement(GetStatementRequest request,
StatementLifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetStatementRequest,GetStatementResponse> |
DataFlowWaiters.forStatement(GetStatementRequest request,
StatementLifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetStatementRequest,GetStatementResponse> |
DataFlowWaiters.forStatement(GetStatementRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
StatementLifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
static StatementLifecycleState |
StatementLifecycleState.create(String key) |
StatementLifecycleState |
Statement.getLifecycleState()
The current state of this statement.
|
StatementLifecycleState |
StatementSummary.getLifecycleState()
The current state of this statement.
|
static StatementLifecycleState |
StatementLifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StatementLifecycleState[] |
StatementLifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Statement.Builder |
Statement.Builder.lifecycleState(StatementLifecycleState lifecycleState)
The current state of this statement.
|
StatementSummary.Builder |
StatementSummary.Builder.lifecycleState(StatementLifecycleState lifecycleState)
The current state of this statement.
|
Constructor and Description |
---|
Statement(Long id,
String code,
StatementLifecycleState lifecycleState,
StatementOutput output,
Double progress,
String runId,
Date timeCreated,
Date timeCompleted)
Deprecated.
|
StatementSummary(Long id,
StatementLifecycleState lifecycleState,
String runId,
Date timeCreated,
Date timeCompleted)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
StatementLifecycleState |
ListStatementsRequest.getLifecycleState()
The LifecycleState of the statement.
|
Modifier and Type | Method and Description |
---|---|
ListStatementsRequest.Builder |
ListStatementsRequest.Builder.lifecycleState(StatementLifecycleState lifecycleState)
The LifecycleState of the statement.
|
Copyright © 2016–2024. All rights reserved.