Packages

object LocalRunner extends StreamletLoader

Local runner for sandbox testing. Because this is executed on Linux, MacOS, and Windows, all path specifications must be compatible with all three platforms!

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

Type Members

  1. case class InvalidStreamletClass extends Exception with NoStackTrace with Product with Serializable
    Definition Classes
    StreamletLoader
  2. final case class MissingConfigurationException(keys: Seq[String]) extends Exception with Product with Serializable
  3. case class NoArgsConstructorExpectedException extends Exception with NoStackTrace with Product with Serializable
    Definition Classes
    StreamletLoader
  4. case class StreamletClassNotFound extends Exception with NoStackTrace with Product with Serializable
    Definition Classes
    StreamletLoader
  5. case class StreamletLaunchFailure(streamletName: String, failure: Throwable) extends Exception with Product with Serializable

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val BootstrapServersKey: String
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  7. val consoleOut: PrintStream
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  10. val errOut: PrintStream
  11. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. def loadStreamlet(streamletConfig: StreamletDefinition): Try[LoadedStreamlet]
    Definition Classes
    StreamletLoader
  16. def loadStreamlet(config: Config): Try[LoadedStreamlet]
    Definition Classes
    StreamletLoader
  17. def loadStreamletClass(streamletClassName: String): Try[Streamlet[StreamletContext]]
    Definition Classes
    StreamletLoader
  18. lazy val log: Logger
  19. def main(args: Array[String]): Unit

    Starts the local runner using an Application Descriptor JSON file and the file in the local system where the output is going to be written.

  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. def shutdownHook(outputStream: OutputStream): Thread
  24. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  25. def toString(): String
    Definition Classes
    AnyRef → Any
  26. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  29. def withResourceDo[T <: Closeable](closeable: T)(f: (T) ⇒ Unit): Unit

Inherited from StreamletLoader

Inherited from AnyRef

Inherited from Any

Ungrouped