Packages

object StreamExecution

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StreamExecution
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. val IS_CONTINUOUS_PROCESSING: String
  2. val QUERY_ID_KEY: String
  3. def containsSpecialCharsInPath(path: Path): Boolean

    Whether the path contains special chars that will be escaped when converting to a URI.

  4. def isInterruptionException(e: Throwable, sc: SparkContext): Boolean