Uses of Class
com.oracle.bmc.goldengate.model.ProcessType
-
Packages that use ProcessType Package Description com.oracle.bmc.goldengate.model -
-
Uses of ProcessType in com.oracle.bmc.goldengate.model
Methods in com.oracle.bmc.goldengate.model that return ProcessType Modifier and Type Method Description static ProcessTypeProcessType. create(String key)ProcessTypePipelineRunningProcessSummary. getProcessType()The type of process running in a replication.static ProcessTypeProcessType. valueOf(String name)Returns the enum constant of this type with the specified name.static ProcessType[]ProcessType. 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 ProcessType Modifier and Type Method Description PipelineRunningProcessSummary.BuilderPipelineRunningProcessSummary.Builder. processType(ProcessType processType)The type of process running in a replication.Constructors in com.oracle.bmc.goldengate.model with parameters of type ProcessType Constructor Description PipelineRunningProcessSummary(String name, ProcessType processType, ProcessStatusType status, Float lastRecordLagInSeconds, Date timeLastProcessed)Deprecated.
-