static ResourceConfiguration.Builder |
ResourceConfiguration.builder() |
Create a new builder.
|
ResourceConfiguration.Builder |
ResourceConfiguration.Builder.copy(ResourceConfiguration model) |
|
ResourceConfiguration.Builder |
ResourceConfiguration.Builder.driverShape(String driverShape) |
The VM shape of the driver used while creating an Oracle Cloud Infrastructure Data Flow
application.
|
ResourceConfiguration.Builder |
ResourceConfiguration.Builder.executorShape(String executorShape) |
The shape of the executor used while creating an Oracle Cloud Infrastructure Data Flow
application.
|
ResourceConfiguration.Builder |
ResourceConfiguration.Builder.sparkVersion(String sparkVersion) |
The version of the spark used while creating an Oracle Cloud Infrastructure Data Flow
application.
|
ResourceConfiguration.Builder |
ResourceConfiguration.toBuilder() |
|
ResourceConfiguration.Builder |
ResourceConfiguration.Builder.totalExecutors(Integer totalExecutors) |
Number of executor VMs requested while creating an Oracle Cloud Infrastructure Data Flow
application.
|