Uses of Class
com.oracle.bmc.goldengate.model.PipelineDiagnosticState
-
Packages that use PipelineDiagnosticState Package Description com.oracle.bmc.goldengate.model -
-
Uses of PipelineDiagnosticState in com.oracle.bmc.goldengate.model
Methods in com.oracle.bmc.goldengate.model that return PipelineDiagnosticState Modifier and Type Method Description static PipelineDiagnosticState
PipelineDiagnosticState. create(String key)
PipelineDiagnosticState
PipelineDiagnosticData. getDiagnosticState()
The state of the pipeline diagnostics collection.static PipelineDiagnosticState
PipelineDiagnosticState. valueOf(String name)
Returns the enum constant of this type with the specified name.static PipelineDiagnosticState[]
PipelineDiagnosticState. 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 PipelineDiagnosticState Modifier and Type Method Description PipelineDiagnosticData.Builder
PipelineDiagnosticData.Builder. diagnosticState(PipelineDiagnosticState diagnosticState)
The state of the pipeline diagnostics collection.Constructors in com.oracle.bmc.goldengate.model with parameters of type PipelineDiagnosticState Constructor Description PipelineDiagnosticData(String namespaceName, String bucketName, String objectName, PipelineDiagnosticState diagnosticState, Date timeLastCollected)
Deprecated.
-