Uses of Class
com.oracle.bmc.dataflow.model.RunLogSummary.Source
-
Packages that use RunLogSummary.Source Package Description com.oracle.bmc.dataflow.model -
-
Uses of RunLogSummary.Source in com.oracle.bmc.dataflow.model
Methods in com.oracle.bmc.dataflow.model that return RunLogSummary.Source Modifier and Type Method Description static RunLogSummary.Source
RunLogSummary.Source. create(String key)
RunLogSummary.Source
RunLogSummary. getSource()
The source of the log such as driver and executor.static RunLogSummary.Source
RunLogSummary.Source. valueOf(String name)
Returns the enum constant of this type with the specified name.static RunLogSummary.Source[]
RunLogSummary.Source. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.dataflow.model with parameters of type RunLogSummary.Source Modifier and Type Method Description RunLogSummary.Builder
RunLogSummary.Builder. source(RunLogSummary.Source source)
The source of the log such as driver and executor.Constructors in com.oracle.bmc.dataflow.model with parameters of type RunLogSummary.Source Constructor Description RunLogSummary(String name, String runId, Long sizeInBytes, RunLogSummary.Source source, Date timeCreated, RunLogSummary.Type type)
Deprecated.
-