Class SparkApplicationDetails
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.watsonxdata.watsonx_data.v2.model.SparkApplicationDetails
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class SparkApplicationDetails extends com.ibm.cloud.sdk.core.service.model.GenericModel
Application details.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SparkApplicationDetails.Builder
Builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
application()
Gets the application.java.util.List<java.lang.String>
arguments()
Gets the arguments.SparkApplicationConfig
conf()
Gets the conf.SparkApplicationEnv
env()
Gets the env.java.lang.String
files()
Gets the files.java.lang.String
jars()
Gets the jars.java.lang.String
name()
Gets the name.SparkApplicationDetails.Builder
newBuilder()
New builder.java.lang.String
packages()
Gets the packages.java.lang.String
repositories()
Gets the repositories.SparkApplicationDetailsRuntime
runtime()
Gets the runtime.java.lang.String
sparkVersion()
Gets the sparkVersion.java.lang.String
xClass()
Gets the xClass.
-
-
-
Method Detail
-
newBuilder
public SparkApplicationDetails.Builder newBuilder()
New builder.- Returns:
- a SparkApplicationDetails builder
-
application
public java.lang.String application()
Gets the application. Application.- Returns:
- the application
-
arguments
public java.util.List<java.lang.String> arguments()
Gets the arguments. List of arguments.- Returns:
- the arguments
-
xClass
public java.lang.String xClass()
Gets the xClass. Class.- Returns:
- the xClass
-
conf
public SparkApplicationConfig conf()
Gets the conf. Spark applications details configuration.- Returns:
- the conf
-
env
public SparkApplicationEnv env()
Gets the env. Spark applications details env samples.- Returns:
- the env
-
files
public java.lang.String files()
Gets the files. Files.- Returns:
- the files
-
jars
public java.lang.String jars()
Gets the jars. Jars.- Returns:
- the jars
-
name
public java.lang.String name()
Gets the name. Display name of the spark application.- Returns:
- the name
-
packages
public java.lang.String packages()
Gets the packages. Packages.- Returns:
- the packages
-
repositories
public java.lang.String repositories()
Gets the repositories. Repositories.- Returns:
- the repositories
-
sparkVersion
public java.lang.String sparkVersion()
Gets the sparkVersion. Spark Version.- Returns:
- the sparkVersion
-
runtime
public SparkApplicationDetailsRuntime runtime()
Gets the runtime. application run time.- Returns:
- the runtime
-
-