Class/Object

au.csiro.variantspark.cli

BuildVarIndexCmd

Related Docs: object BuildVarIndexCmd | package cli

Permalink

class BuildVarIndexCmd extends ArgsApp with FeatureSourceArgs with Logging with TestArgs

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BuildVarIndexCmd
  2. TestArgs
  3. FeatureSourceArgs
  4. Echoable
  5. SparkArgs
  6. SparkApp
  7. Logging
  8. ArgsApp
  9. CmdApp
  10. AnyRef
  11. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new BuildVarIndexCmd()

    Permalink

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. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. val beSilent: Boolean

    Permalink
    Definition Classes
    Echoable
  6. val beVerbose: Boolean

    Permalink
    Definition Classes
    Echoable
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. lazy val conf: SparkConf

    Permalink
    Definition Classes
    SparkApp
  9. def defaultMasterUrl: String

    Permalink
    Definition Classes
    SparkApp
  10. def echo(msg: ⇒ String): Unit

    Permalink
    Definition Classes
    Echoable
  11. def echoDataPreview(): Unit

    Permalink
    Definition Classes
    FeatureSourceArgs
  12. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  14. lazy val featureSource: FeatureSource

    Permalink
    Definition Classes
    FeatureSourceArgs
  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. val inputFile: String

    Permalink
    Definition Classes
    FeatureSourceArgs
  19. val inputType: String

    Permalink
    Definition Classes
    FeatureSourceArgs
  20. def isEcho: Boolean

    Permalink
    Definition Classes
    Echoable
  21. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  22. def isSilent: Boolean

    Permalink
    Definition Classes
    Echoable
  23. def isTraceEnabled(): Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  24. def isVerbose: Boolean

    Permalink
    Definition Classes
    Echoable
  25. def loadCSV(): CsvFeatureSource

    Permalink
    Definition Classes
    FeatureSourceArgs
  26. def loadParquet(): ParquetFeatureSource

    Permalink
    Definition Classes
    FeatureSourceArgs
  27. def loadVCF(): VCFFeatureSource

    Permalink
    Definition Classes
    FeatureSourceArgs
  28. def log: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  29. def logDebug(msg: ⇒ String, throwable: Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  30. def logDebug(msg: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  31. def logError(msg: ⇒ String, throwable: Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  32. def logError(msg: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  33. def logInfo(msg: ⇒ String, throwable: Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  34. def logInfo(msg: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  35. def logName: String

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  36. def logTrace(msg: ⇒ String, throwable: Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  37. def logTrace(msg: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  38. def logWarning(msg: ⇒ String, throwable: Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  39. def logWarning(msg: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  40. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  43. val outputIndex: String

    Permalink
  44. def run(): Unit

    Permalink
    Definition Classes
    BuildVarIndexCmdArgsApp
    Annotations
    @Override()
  45. def run(args: Array[String]): Unit

    Permalink
    Attributes
    protected[au.csiro.sparkle.common.args4j]
    Definition Classes
    ArgsAppCmdApp
  46. def runApp(args: Array[String]): Unit

    Permalink
    Attributes
    protected[au.csiro.sparkle.cmd]
    Definition Classes
    CmdApp
  47. implicit lazy val spark: SparkSession

    Permalink
    Definition Classes
    SparkApp
  48. val sparkPar: Int

    Permalink
    Definition Classes
    SparkArgs
  49. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  50. def testArgs: Array[String]

    Permalink
    Definition Classes
    BuildVarIndexCmdTestArgs
    Annotations
    @Override()
  51. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  52. def usage(): Unit

    Permalink
    Attributes
    protected[au.csiro.sparkle.common.args4j]
    Definition Classes
    ArgsAppCmdApp
  53. def verbose(msg: ⇒ String): Unit

    Permalink
    Definition Classes
    Echoable
  54. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  57. def warn(msg: ⇒ String): Unit

    Permalink
    Definition Classes
    Echoable

Deprecated Value Members

  1. implicit lazy val sc: SparkContext

    Permalink
    Definition Classes
    SparkApp
    Annotations
    @deprecated
    Deprecated
  2. lazy val sqlContext: SQLContext

    Permalink
    Definition Classes
    SparkApp
    Annotations
    @deprecated
    Deprecated

Inherited from TestArgs

Inherited from FeatureSourceArgs

Inherited from Echoable

Inherited from SparkArgs

Inherited from SparkApp

Inherited from Logging

Inherited from ArgsApp

Inherited from CmdApp

Inherited from AnyRef

Inherited from Any

Ungrouped