io.hydrosphere.mist

api

package api

Visibility
  1. Public
  2. All

Type Members

  1. case class CentralLoggingConf(host: String, port: Int) extends Product with Serializable

  2. trait ContextSupport extends AnyRef

  3. trait HiveSupport extends ContextSupport

  4. trait Logging extends ContextSupport

  5. trait MLMistJob extends ContextSupport

  6. case class MLogger(sourceId: String, centralConf: Option[CentralLoggingConf]) extends Product with Serializable

  7. trait MistJob extends ContextSupport

  8. case class RuntimeJobInfo(id: String, workerId: String) extends Product with Serializable

  9. trait SQLSupport extends ContextSupport

  10. case class SetupConfiguration(context: SparkContext, streamingDuration: Duration, info: RuntimeJobInfo, loggingConf: Option[CentralLoggingConf]) extends Product with Serializable

  11. trait StreamingSupport extends ContextSupport

Ungrouped