Class

org.hammerlab.cli.args4j

SparkCommand

Related Doc: package args4j

Permalink

abstract class SparkCommand[T <: Args] extends Command[T] with SparkConfBase with Kryo

Linear Supertypes
Kryo, Registrar, SparkConfBase, Command[T], Logging, Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SparkCommand
  2. Kryo
  3. Registrar
  4. SparkConfBase
  5. Command
  6. Logging
  7. Serializable
  8. Serializable
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SparkCommand()(implicit arg0: Manifest[T])

    Permalink

Abstract Value Members

  1. abstract def description: String

    Permalink

    A short description of the command, for display in the usage info on the command line.

    A short description of the command, for display in the usage info on the command line.

    Definition Classes
    Command
  2. abstract def name: String

    Permalink

    The name of the command, as it will be specified on the command line.

    The name of the command, as it will be specified on the command line.

    Definition Classes
    Command
  3. abstract def run(args: T, sc: SparkContext): Unit

    Permalink

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def apply(implicit kryo: Kryo): Unit

    Permalink
    Definition Classes
    Registrar
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def debug(mkr: Marker, msg: ⇒ Any, t: ⇒ Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  8. def debug(msg: ⇒ Any, t: ⇒ Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  9. def debug(msg: ⇒ Any): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  10. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  12. def error(mkr: Marker, msg: ⇒ Any, t: ⇒ Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  13. def error(msg: ⇒ Any, t: ⇒ Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  14. def error(msg: ⇒ Any): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  15. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  17. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  18. def info(mkr: Marker, msg: ⇒ Any, t: ⇒ Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  19. def info(msg: ⇒ Any, t: ⇒ Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  20. def info(msg: ⇒ Any): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  21. def isDebugEnabled: Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  22. def isErrorEnabled: Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  23. def isInfoEnabled: Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  24. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  25. def isTraceEnabled: Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  26. def isWarnEnabled: Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  27. def logger: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  28. def loggerName: String

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  29. def main(args: Array[String]): Unit

    Permalink
    Definition Classes
    Command
  30. def makeSparkConf: SparkConf

    Permalink
    Attributes
    protected
    Definition Classes
    SparkConfBase
  31. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  32. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  33. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  34. def referenceTracking: Boolean

    Permalink
    Definition Classes
    Kryo
  35. def register(registrations: Registration*): Unit

    Permalink
    Definition Classes
    Registrar
  36. def registrar[T <: KryoRegistrator](implicit ct: ClassTag[T]): Unit

    Permalink
    Definition Classes
    Kryo
  37. def registrar(userRegistrar: UserRegistrar): Unit

    Permalink
    Definition Classes
    Kryo
  38. def registrationRequired: Boolean

    Permalink
    Definition Classes
    Kryo
  39. def run(args: T): Unit

    Permalink
    Definition Classes
    SparkCommandCommand
  40. def run(args: String*): Unit

    Permalink
    Definition Classes
    Command
  41. def run(args: Array[String]): Unit

    Permalink

    Run the command.

    Run the command.

    args

    the command line arguments.

    Definition Classes
    Command
  42. def sparkConf(confs: (String, String)*): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    SparkConfBase
  43. def sparkConfs: Map[String, String]

    Permalink
    Attributes
    protected
    Definition Classes
    SparkConfBase
  44. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  45. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  46. def trace(mkr: Marker, msg: ⇒ Any, t: ⇒ Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  47. def trace(msg: ⇒ Any, t: ⇒ Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  48. def trace(msg: ⇒ Any): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  49. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  50. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  51. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  52. def warn(mkr: Marker, msg: ⇒ Any, t: ⇒ Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  53. def warn(msg: ⇒ Any, t: ⇒ Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  54. def warn(msg: ⇒ Any): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging

Inherited from Kryo

Inherited from Registrar

Inherited from SparkConfBase

Inherited from Command[T]

Inherited from Logging

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped