Packages

t

org.apache.spark.launcher

SparkAppHandle

trait SparkAppHandle extends AnyRef

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

Abstract Value Members

  1. abstract def addListener(l: Listener): Unit
  2. abstract def disconnect(): Unit
  3. abstract def getAppId(): String
  4. abstract def getError(): Optional[Throwable]
  5. abstract def getState(): State
  6. abstract def kill(): Unit
  7. abstract def stop(): Unit