Package | Description |
---|---|
com.oracle.bmc.dataflow.model |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
RunLogSummary.Builder |
RunLogSummary.Builder.source(RunLogSummary.Source source)
The source of the log such as driver and executor.
|
Constructor and Description |
---|
RunLogSummary(String name,
String runId,
Long sizeInBytes,
RunLogSummary.Source source,
Date timeCreated,
RunLogSummary.Type type)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.