Package | Description |
---|---|
com.oracle.bmc.goldengate | |
com.oracle.bmc.goldengate.model | |
com.oracle.bmc.goldengate.requests |
Modifier and Type | Method and Description |
---|---|
Waiter<GetPipelineRequest,GetPipelineResponse> |
GoldenGateWaiters.forPipeline(GetPipelineRequest request,
Pipeline.LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetPipelineRequest,GetPipelineResponse> |
GoldenGateWaiters.forPipeline(GetPipelineRequest request,
Pipeline.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetPipelineRequest,GetPipelineResponse> |
GoldenGateWaiters.forPipeline(GetPipelineRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
Pipeline.LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
static Pipeline.LifecycleState |
Pipeline.LifecycleState.create(String key) |
Pipeline.LifecycleState |
Pipeline.getLifecycleState()
Lifecycle state of the pipeline.
|
Pipeline.LifecycleState |
PipelineSummary.getLifecycleState()
Lifecycle state for the pipeline summary.
|
static Pipeline.LifecycleState |
Pipeline.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Pipeline.LifecycleState[] |
Pipeline.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ZeroEtlPipeline.Builder |
ZeroEtlPipeline.Builder.lifecycleState(Pipeline.LifecycleState lifecycleState) |
ZeroEtlPipelineSummary.Builder |
ZeroEtlPipelineSummary.Builder.lifecycleState(Pipeline.LifecycleState lifecycleState) |
Constructor and Description |
---|
Pipeline(String id,
String displayName,
String description,
String compartmentId,
LicenseModel licenseModel,
Integer cpuCoreCount,
Boolean isAutoScalingEnabled,
SourcePipelineConnectionDetails sourceConnectionDetails,
TargetPipelineConnectionDetails targetConnectionDetails,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags,
List<ResourceLock> locks,
Pipeline.LifecycleState lifecycleState,
PipelineLifecycleSubState lifecycleSubState,
String lifecycleDetails,
Date timeCreated,
Date timeUpdated)
Deprecated.
|
PipelineSummary(String id,
String displayName,
String description,
String compartmentId,
SourcePipelineConnectionDetails sourceConnectionDetails,
TargetPipelineConnectionDetails targetConnectionDetails,
Map<String,String> freeformTags,
LicenseModel licenseModel,
Integer cpuCoreCount,
Boolean isAutoScalingEnabled,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags,
List<ResourceLock> locks,
Pipeline.LifecycleState lifecycleState,
PipelineLifecycleSubState lifecycleSubState,
String lifecycleDetails,
Date timeCreated,
Date timeUpdated)
Deprecated.
|
ZeroEtlPipeline(String id,
String displayName,
String description,
String compartmentId,
LicenseModel licenseModel,
Integer cpuCoreCount,
Boolean isAutoScalingEnabled,
SourcePipelineConnectionDetails sourceConnectionDetails,
TargetPipelineConnectionDetails targetConnectionDetails,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags,
List<ResourceLock> locks,
Pipeline.LifecycleState lifecycleState,
PipelineLifecycleSubState lifecycleSubState,
String lifecycleDetails,
Date timeCreated,
Date timeUpdated,
List<MappingRule> mappingRules,
ProcessOptions processOptions,
Date timeLastRecorded)
Deprecated.
|
ZeroEtlPipelineSummary(String id,
String displayName,
String description,
String compartmentId,
SourcePipelineConnectionDetails sourceConnectionDetails,
TargetPipelineConnectionDetails targetConnectionDetails,
Map<String,String> freeformTags,
LicenseModel licenseModel,
Integer cpuCoreCount,
Boolean isAutoScalingEnabled,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags,
List<ResourceLock> locks,
Pipeline.LifecycleState lifecycleState,
PipelineLifecycleSubState lifecycleSubState,
String lifecycleDetails,
Date timeCreated,
Date timeUpdated,
ProcessOptions processOptions,
Date timeLastRecorded)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Pipeline.LifecycleState |
ListPipelinesRequest.getLifecycleState()
A filtered list of pipelines to return for a given lifecycleState.
|
Modifier and Type | Method and Description |
---|---|
ListPipelinesRequest.Builder |
ListPipelinesRequest.Builder.lifecycleState(Pipeline.LifecycleState lifecycleState)
A filtered list of pipelines to return for a given lifecycleState.
|
Copyright © 2016–2024. All rights reserved.