Class 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.
    • Method Detail

      • 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