Package | Description |
---|---|
com.oracle.bmc.dataflow | |
com.oracle.bmc.dataflow.model | |
com.oracle.bmc.dataflow.requests |
Modifier and Type | Method and Description |
---|---|
Waiter<GetSqlEndpointRequest,GetSqlEndpointResponse> |
DataFlowWaiters.forSqlEndpoint(GetSqlEndpointRequest request,
SqlEndpointLifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetSqlEndpointRequest,GetSqlEndpointResponse> |
DataFlowWaiters.forSqlEndpoint(GetSqlEndpointRequest request,
SqlEndpointLifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetSqlEndpointRequest,GetSqlEndpointResponse> |
DataFlowWaiters.forSqlEndpoint(GetSqlEndpointRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
SqlEndpointLifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
static SqlEndpointLifecycleState |
SqlEndpointLifecycleState.create(String key) |
SqlEndpointLifecycleState |
SqlEndpointSummary.getLifecycleState()
The current state of the Sql Endpoint.
|
SqlEndpointLifecycleState |
SqlEndpoint.getLifecycleState()
The current state of the Sql Endpoint.
|
static SqlEndpointLifecycleState |
SqlEndpointLifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SqlEndpointLifecycleState[] |
SqlEndpointLifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
SqlEndpointSummary.Builder |
SqlEndpointSummary.Builder.lifecycleState(SqlEndpointLifecycleState lifecycleState)
The current state of the Sql Endpoint.
|
SqlEndpoint.Builder |
SqlEndpoint.Builder.lifecycleState(SqlEndpointLifecycleState lifecycleState)
The current state of the Sql Endpoint.
|
Constructor and Description |
---|
SqlEndpoint(String id,
String displayName,
String compartmentId,
String jdbcEndpointUrl,
Date timeCreated,
Date timeUpdated,
SqlEndpointLifecycleState lifecycleState,
String stateMessage,
String sqlEndpointVersion,
String driverShape,
ShapeConfig driverShapeConfig,
String executorShape,
ShapeConfig executorShapeConfig,
Integer minExecutorCount,
Integer maxExecutorCount,
String metastoreId,
String lakeId,
String warehouseBucketUri,
String description,
String lastAcceptedRequestToken,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags,
Map<String,String> sparkAdvancedConfigurations,
String bannerMessage,
SqlEndpointNetworkConfiguration networkConfiguration)
Deprecated.
|
SqlEndpointSummary(String id,
String displayName,
String compartmentId,
String jdbcEndpointUrl,
Date timeCreated,
Date timeUpdated,
SqlEndpointLifecycleState lifecycleState,
String stateMessage,
String sqlEndpointVersion,
String driverShape,
ShapeConfig driverShapeConfig,
String executorShape,
ShapeConfig executorShapeConfig,
Integer minExecutorCount,
Integer maxExecutorCount,
String ownerPrincipalId,
String metastoreId,
String lakeId,
String warehouseBucketUri,
String description,
String lastAcceptedRequestToken,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags,
Map<String,String> sparkAdvancedConfigurations,
SqlEndpointNetworkConfiguration networkConfiguration)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
SqlEndpointLifecycleState |
ListSqlEndpointsRequest.getLifecycleState()
A filter to return only those resources whose sqlEndpointLifecycleState matches the given
sqlEndpointLifecycleState.
|
Modifier and Type | Method and Description |
---|---|
ListSqlEndpointsRequest.Builder |
ListSqlEndpointsRequest.Builder.lifecycleState(SqlEndpointLifecycleState lifecycleState)
A filter to return only those resources whose sqlEndpointLifecycleState matches the given
sqlEndpointLifecycleState.
|
Copyright © 2016–2024. All rights reserved.