Uses of Class
com.oracle.bmc.dataflow.model.ApplicationLanguage
-
Packages that use ApplicationLanguage Package Description com.oracle.bmc.dataflow.model -
-
Uses of ApplicationLanguage in com.oracle.bmc.dataflow.model
Methods in com.oracle.bmc.dataflow.model that return ApplicationLanguage Modifier and Type Method Description static ApplicationLanguage
ApplicationLanguage. create(String key)
ApplicationLanguage
Application. getLanguage()
The Spark language.ApplicationLanguage
ApplicationSummary. getLanguage()
The Spark language.ApplicationLanguage
CreateApplicationDetails. getLanguage()
The Spark language.ApplicationLanguage
Run. getLanguage()
The Spark language.ApplicationLanguage
RunSummary. getLanguage()
The Spark language.ApplicationLanguage
UpdateApplicationDetails. getLanguage()
The Spark language.static ApplicationLanguage
ApplicationLanguage. valueOf(String name)
Returns the enum constant of this type with the specified name.static ApplicationLanguage[]
ApplicationLanguage. 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 ApplicationLanguage Modifier and Type Method Description Application.Builder
Application.Builder. language(ApplicationLanguage language)
The Spark language.ApplicationSummary.Builder
ApplicationSummary.Builder. language(ApplicationLanguage language)
The Spark language.CreateApplicationDetails.Builder
CreateApplicationDetails.Builder. language(ApplicationLanguage language)
The Spark language.Run.Builder
Run.Builder. language(ApplicationLanguage language)
The Spark language.RunSummary.Builder
RunSummary.Builder. language(ApplicationLanguage language)
The Spark language.UpdateApplicationDetails.Builder
UpdateApplicationDetails.Builder. language(ApplicationLanguage language)
The Spark language.Constructors in com.oracle.bmc.dataflow.model with parameters of type ApplicationLanguage Constructor Description Application(ApplicationLogConfig applicationLogConfig, String archiveUri, List<String> arguments, String className, Map<String,String> configuration, String compartmentId, Map<String,Map<String,Object>> definedTags, String description, String displayName, String driverShape, ShapeConfig driverShapeConfig, String execute, String executorShape, ShapeConfig executorShapeConfig, String fileUri, Map<String,String> freeformTags, String id, ApplicationLanguage language, ApplicationLifecycleState lifecycleState, String logsBucketUri, String metastoreId, Integer numExecutors, String ownerPrincipalId, String ownerUserName, List<ApplicationParameter> parameters, String poolId, String privateEndpointId, String sparkVersion, Date timeCreated, Date timeUpdated, ApplicationType type, String warehouseBucketUri, Long maxDurationInMinutes, Long idleTimeoutInMinutes)
Deprecated.ApplicationSummary(String compartmentId, Map<String,Map<String,Object>> definedTags, String displayName, Map<String,String> freeformTags, String id, ApplicationLanguage language, ApplicationLifecycleState lifecycleState, String ownerPrincipalId, String ownerUserName, String poolId, String sparkVersion, Date timeCreated, Date timeUpdated, ApplicationType type)
Deprecated.CreateApplicationDetails(String archiveUri, List<String> arguments, ApplicationLogConfig applicationLogConfig, String className, String compartmentId, Map<String,String> configuration, Map<String,Map<String,Object>> definedTags, String description, String displayName, String driverShape, ShapeConfig driverShapeConfig, String execute, String executorShape, ShapeConfig executorShapeConfig, String fileUri, Map<String,String> freeformTags, ApplicationLanguage language, String logsBucketUri, String metastoreId, Integer numExecutors, List<ApplicationParameter> parameters, String poolId, String privateEndpointId, String sparkVersion, ApplicationType type, String warehouseBucketUri, Long maxDurationInMinutes, Long idleTimeoutInMinutes)
Deprecated.Run(String archiveUri, List<String> arguments, String applicationId, ApplicationLogConfig applicationLogConfig, String className, String compartmentId, Map<String,String> configuration, Long dataReadInBytes, Long dataWrittenInBytes, Map<String,Map<String,Object>> definedTags, String displayName, String driverShape, ShapeConfig driverShapeConfig, String execute, String executorShape, ShapeConfig executorShapeConfig, String fileUri, Map<String,String> freeformTags, String id, ApplicationLanguage language, String lifecycleDetails, RunLifecycleState lifecycleState, String logsBucketUri, String metastoreId, Integer numExecutors, String opcRequestId, String ownerPrincipalId, String ownerUserName, List<ApplicationParameter> parameters, String poolId, List<String> privateEndpointDnsZones, Integer privateEndpointMaxHostCount, List<String> privateEndpointNsgIds, String privateEndpointId, String privateEndpointSubnetId, Long runDurationInMilliseconds, String sparkVersion, Date timeCreated, Date timeUpdated, Integer totalOCpu, ApplicationType type, String warehouseBucketUri, Long maxDurationInMinutes, Long idleTimeoutInMinutes)
Deprecated.RunSummary(String applicationId, String compartmentId, Long dataReadInBytes, Long dataWrittenInBytes, Map<String,Map<String,Object>> definedTags, String displayName, Map<String,String> freeformTags, String id, ApplicationLanguage language, String lifecycleDetails, RunLifecycleState lifecycleState, String opcRequestId, String ownerPrincipalId, String ownerUserName, String poolId, Long runDurationInMilliseconds, Integer totalOCpu, Date timeCreated, Date timeUpdated, ApplicationType type)
Deprecated.UpdateApplicationDetails(String className, String fileUri, String sparkVersion, ApplicationLanguage language, ApplicationLogConfig applicationLogConfig, String archiveUri, List<String> arguments, Map<String,String> configuration, Map<String,Map<String,Object>> definedTags, String description, String displayName, String driverShape, ShapeConfig driverShapeConfig, String execute, String executorShape, ShapeConfig executorShapeConfig, Map<String,String> freeformTags, String logsBucketUri, String metastoreId, Integer numExecutors, List<ApplicationParameter> parameters, String poolId, String privateEndpointId, String warehouseBucketUri, Long maxDurationInMinutes, Long idleTimeoutInMinutes)
Deprecated.
-