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. case class NoSuchBinaryException(appName: String) extends Exception with Product with Serializable

    Permalink
  4. class StartJobSerializer extends JSerializer

    Permalink

    Akka Serialization extension for StartJob message to accommodate large config values (>64KB)

Value Members

  1. object DateUtils

    Permalink
  2. object JarUtils

    Permalink

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

  3. 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.

Ungrouped