io.prediction.tools.console

Console

object Console extends Logging

Linear Supertypes
Logging, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Console
  2. Logging
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def adminserver(ca: ConsoleArgs): Unit

  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def build(ca: ConsoleArgs): Int

  9. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def compile(ca: ConsoleArgs): Unit

  11. def coreAssembly(pioHome: String): File

  12. def dashboard(ca: ConsoleArgs): Unit

  13. def debug(msg: ⇒ Any, t: ⇒ Throwable): Unit

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

    Attributes
    protected
    Definition Classes
    Logging
  15. def deploy(ca: ConsoleArgs): Int

  16. def detectSbt(ca: ConsoleArgs): String

  17. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  19. def error(msg: ⇒ Any, t: ⇒ Throwable): Unit

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

    Attributes
    protected
    Definition Classes
    Logging
  21. def eventserver(ca: ConsoleArgs): Unit

  22. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  23. def generateManifestJson(json: File): Unit

  24. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  25. def getSparkHome(sparkHome: Option[String]): String

  26. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  27. def help(commands: Seq[String] = Seq()): String

  28. val helpText: Map[String, String]

  29. def info(msg: ⇒ Any, t: ⇒ Throwable): Unit

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

    Attributes
    protected
    Definition Classes
    Logging
  31. def isDebugEnabled: Boolean

    Attributes
    protected
    Definition Classes
    Logging
  32. def isErrorEnabled: Boolean

    Attributes
    protected
    Definition Classes
    Logging
  33. def isInfoEnabled: Boolean

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

    Definition Classes
    Any
  35. def isTraceEnabled: Boolean

    Attributes
    protected
    Definition Classes
    Logging
  36. def isWarnEnabled: Boolean

    Attributes
    protected
    Definition Classes
    Logging
  37. def jarFilesAt(path: File): Array[File]

  38. def jarFilesForScala: Array[File]

  39. def jarFilesForScalaFilter(jars: Array[File]): Array[File]

  40. def logger: Logger

    Attributes
    protected
    Definition Classes
    Logging
  41. def loggerName: String

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

  43. val mainHelp: String

  44. val manifestAutogenTag: String

  45. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  46. final def notify(): Unit

    Definition Classes
    AnyRef
  47. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  48. def readManifestJson(json: File): EngineManifest

  49. def recursiveListFiles(f: File): Array[File]

  50. def regenerateManifestJson(json: File): Unit

  51. def run(ca: ConsoleArgs): Int

  52. def scalaVersionNoPatch: String

  53. def status(ca: ConsoleArgs): Int

  54. def stripMarginAndNewlines(string: String): String

  55. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  56. def toString(): String

    Definition Classes
    AnyRef → Any
  57. def trace(msg: ⇒ Any, t: ⇒ Throwable): Unit

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

    Attributes
    protected
    Definition Classes
    Logging
  59. def train(ca: ConsoleArgs): Int

  60. def undeploy(ca: ConsoleArgs): Int

  61. def unregister(ca: ConsoleArgs): Unit

  62. def upgrade(ca: ConsoleArgs): Unit

  63. def version(ca: ConsoleArgs): Unit

  64. def versionNoPatch(fullVersion: String): String

  65. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  68. def warn(msg: ⇒ Any, t: ⇒ Throwable): Unit

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

    Attributes
    protected
    Definition Classes
    Logging
  70. def withRegisteredManifest(json: File, engineId: Option[String], engineVersion: Option[String])(op: (EngineManifest) ⇒ Int): Int

Inherited from Logging

Inherited from AnyRef

Inherited from Any

Ungrouped