Package | Description |
---|---|
com.oracle.bmc.goldengate.model |
Modifier and Type | Method and Description |
---|---|
static ProcessOptions.ShouldRestartOnFailure |
ProcessOptions.ShouldRestartOnFailure.create(String key) |
ProcessOptions.ShouldRestartOnFailure |
ProcessOptions.getShouldRestartOnFailure()
If ENABLED, then the replication process restarts itself upon failure.
|
static ProcessOptions.ShouldRestartOnFailure |
ProcessOptions.ShouldRestartOnFailure.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProcessOptions.ShouldRestartOnFailure[] |
ProcessOptions.ShouldRestartOnFailure.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ProcessOptions.Builder |
ProcessOptions.Builder.shouldRestartOnFailure(ProcessOptions.ShouldRestartOnFailure shouldRestartOnFailure)
If ENABLED, then the replication process restarts itself upon failure.
|
Constructor and Description |
---|
ProcessOptions(InitialDataLoad initialDataLoad,
ReplicateSchemaChange replicateSchemaChange,
ProcessOptions.ShouldRestartOnFailure shouldRestartOnFailure)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.