Uses of Class
com.oracle.bmc.goldengate.model.ProcessOptions.ShouldRestartOnFailure
-
Packages that use ProcessOptions.ShouldRestartOnFailure Package Description com.oracle.bmc.goldengate.model -
-
Uses of ProcessOptions.ShouldRestartOnFailure in com.oracle.bmc.goldengate.model
Methods in com.oracle.bmc.goldengate.model that return ProcessOptions.ShouldRestartOnFailure Modifier and Type Method 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.Methods in com.oracle.bmc.goldengate.model with parameters of type ProcessOptions.ShouldRestartOnFailure Modifier and Type Method Description ProcessOptions.Builder
ProcessOptions.Builder. shouldRestartOnFailure(ProcessOptions.ShouldRestartOnFailure shouldRestartOnFailure)
If ENABLED, then the replication process restarts itself upon failure.Constructors in com.oracle.bmc.goldengate.model with parameters of type ProcessOptions.ShouldRestartOnFailure Constructor Description ProcessOptions(InitialDataLoad initialDataLoad, ReplicateSchemaChange replicateSchemaChange, ProcessOptions.ShouldRestartOnFailure shouldRestartOnFailure, ProcessOptions.StartUsingDefaultMapping startUsingDefaultMapping)
Deprecated.
-