Uses of Class
com.oracle.bmc.dataflow.model.StatementLifecycleState
-
Packages that use StatementLifecycleState Package Description com.oracle.bmc.dataflow com.oracle.bmc.dataflow.model com.oracle.bmc.dataflow.requests -
-
Uses of StatementLifecycleState in com.oracle.bmc.dataflow
Methods in com.oracle.bmc.dataflow with parameters of type StatementLifecycleState Modifier and Type Method Description Waiter<GetStatementRequest,GetStatementResponse>
DataFlowWaiters. forStatement(GetStatementRequest request, StatementLifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetStatementRequest,GetStatementResponse>
DataFlowWaiters. forStatement(GetStatementRequest request, StatementLifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetStatementRequest,GetStatementResponse>
DataFlowWaiters. forStatement(GetStatementRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, StatementLifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of StatementLifecycleState in com.oracle.bmc.dataflow.model
Methods in com.oracle.bmc.dataflow.model that return StatementLifecycleState Modifier and Type Method 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.Methods in com.oracle.bmc.dataflow.model with parameters of type StatementLifecycleState Modifier and Type Method 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.Constructors in com.oracle.bmc.dataflow.model with parameters of type StatementLifecycleState Constructor 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. -
Uses of StatementLifecycleState in com.oracle.bmc.dataflow.requests
Methods in com.oracle.bmc.dataflow.requests that return StatementLifecycleState Modifier and Type Method Description StatementLifecycleState
ListStatementsRequest. getLifecycleState()
The LifecycleState of the statement.Methods in com.oracle.bmc.dataflow.requests with parameters of type StatementLifecycleState Modifier and Type Method Description ListStatementsRequest.Builder
ListStatementsRequest.Builder. lifecycleState(StatementLifecycleState lifecycleState)
The LifecycleState of the statement.
-