Uses of Class
com.oracle.bmc.goldengate.model.ProcessOptions.StartUsingDefaultMapping
-
Packages that use ProcessOptions.StartUsingDefaultMapping Package Description com.oracle.bmc.goldengate.model -
-
Uses of ProcessOptions.StartUsingDefaultMapping in com.oracle.bmc.goldengate.model
Methods in com.oracle.bmc.goldengate.model that return ProcessOptions.StartUsingDefaultMapping Modifier and Type Method Description static ProcessOptions.StartUsingDefaultMapping
ProcessOptions.StartUsingDefaultMapping. create(String key)
ProcessOptions.StartUsingDefaultMapping
ProcessOptions. getStartUsingDefaultMapping()
If ENABLED, then the pipeline is started as part of pipeline creation.static ProcessOptions.StartUsingDefaultMapping
ProcessOptions.StartUsingDefaultMapping. valueOf(String name)
Returns the enum constant of this type with the specified name.static ProcessOptions.StartUsingDefaultMapping[]
ProcessOptions.StartUsingDefaultMapping. 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.StartUsingDefaultMapping Modifier and Type Method Description ProcessOptions.Builder
ProcessOptions.Builder. startUsingDefaultMapping(ProcessOptions.StartUsingDefaultMapping startUsingDefaultMapping)
If ENABLED, then the pipeline is started as part of pipeline creation.Constructors in com.oracle.bmc.goldengate.model with parameters of type ProcessOptions.StartUsingDefaultMapping Constructor Description ProcessOptions(InitialDataLoad initialDataLoad, ReplicateSchemaChange replicateSchemaChange, ProcessOptions.ShouldRestartOnFailure shouldRestartOnFailure, ProcessOptions.StartUsingDefaultMapping startUsingDefaultMapping)
Deprecated.
-