Package

spark.jobserver

util

Permalink

package util

Visibility
  1. Public
  2. All

Type Members

  1. class ContextURLClassLoader extends URLClassLoader

    Permalink

    The addURL method in URLClassLoader is protected.

    The addURL method in URLClassLoader is protected. We subclass it to make this accessible. NOTE: This is copied from Spark's ExecutorURLClassLoader, which is private[spark].

  2. class LRUCache[K, V] extends AnyRef

    Permalink

    A convenience class to define a Least-Recently-Used Cache with a maximum size.

    A convenience class to define a Least-Recently-Used Cache with a maximum size. The oldest entries by time of last access will be removed when the number of entries exceeds cacheSize. For definitions of cacheSize and loadingFactor, see the docs for java.util.LinkedHashMap

    See also

    LinkedHashMap

  3. trait SparkMasterProvider extends AnyRef

    Permalink

Value Members

  1. object DateUtils

    Permalink
  2. object DefaultSparkMasterProvider extends SparkMasterProvider

    Permalink

    Default Spark Master Provider always returns "spark.master" from the passed in config

  3. object JarUtils

    Permalink

    A set of utilities for dynamically loading classes from a jar file, and saving the jar file.

  4. object SSLContextFactory

    Permalink

    creates SSLContext based on configuration, the SSLContext is used for communication between the SJS web server and its clients

    creates SSLContext based on configuration, the SSLContext is used for communication between the SJS web server and its clients

    if encryption is not activated in the configuration, then the default ssl context is used which falls back to un-encrypted communication

  5. object SparkJobUtils

    Permalink

    Holds a few functions common to Job Server SparkJob's and SparkContext's

  6. object SparkMasterProvider

    Permalink

Ungrouped