spark.jobserver

util

package util

Visibility
  1. Public
  2. All

Type Members

  1. class ContextURLClassLoader extends URLClassLoader

    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

    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

Value Members

  1. object DateUtils

  2. object JarUtils

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

  3. object SparkJobUtils

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

Ungrouped