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