Object

it.agilelab.bigdata.wasp.core.messages

BatchMessages

Related Doc: package messages

Permalink

object BatchMessages

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

Type Members

  1. sealed trait BatchMessage extends WaspMessage

    Permalink

    Trait marking messages as being related to batch processing.

  2. case class StartBatchJob(name: String, restConfig: Config) extends BatchMessage with Product with Serializable

    Permalink

    Message sent to batch consumer guardian to request start of a it.agilelab.bigdata.wasp.models.BatchJobModel.

    Message sent to batch consumer guardian to request start of a it.agilelab.bigdata.wasp.models.BatchJobModel.

    name

    The name of the it.agilelab.bigdata.wasp.models.BatchJobModel to start

  3. sealed trait StartBatchJobResult extends BatchMessage

    Permalink

    Trait marking messages as being result of the StartBatchJob request.

  4. case class StartBatchJobResultFailure(name: String, error: String) extends StartBatchJobResult with Product with Serializable

    Permalink

    Failure response to StartBatchJob

    Failure response to StartBatchJob

    name

    The name of the it.agilelab.bigdata.wasp.models.BatchJobModel that did not start.

  5. case class StartBatchJobResultSuccess(name: String, instanceName: String) extends StartBatchJobResult with Product with Serializable

    Permalink

    Successful response to StartBatchJob

    Successful response to StartBatchJob

    name

    The name of the it.agilelab.bigdata.wasp.models.BatchJobModel started

  6. case class StopBatchJob(name: String) extends BatchMessage with Product with Serializable

    Permalink

    Message sent to batch consumer guardian to request stop of a it.agilelab.bigdata.wasp.models.BatchJobModel.

  7. sealed trait StopBatchJobResult extends BatchMessage

    Permalink

    Trait marking messages as being result of the StopBatchJob request.

  8. case class StopBatchJobResultFailure(name: String, error: String) extends StopBatchJobResult with Product with Serializable

    Permalink

    Failure response to StopBatchJob

    Failure response to StopBatchJob

    name

    The name of the it.agilelab.bigdata.wasp.models.BatchJobModel stopped

  9. case class StopBatchJobResultSuccess(name: String) extends StopBatchJobResult with Product with Serializable

    Permalink

    Successful response to StopBatchJob

    Successful response to StopBatchJob

    name

    The name of the it.agilelab.bigdata.wasp.models.BatchJobModel stopped

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. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  11. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  12. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  15. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  17. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped