Class/Object

it.agilelab.bigdata.wasp.core.consumers

BaseConsumersMasterGuadian

Related Docs: object BaseConsumersMasterGuadian | package consumers

Permalink

abstract class BaseConsumersMasterGuadian extends Actor with Stash with Logging

Base class for consumer master guardians. Provides skeleton for behaviour and helpers.

Linear Supertypes
Logging, Stash, RequiresMessageQueue[DequeBasedMessageQueueSemantics], UnrestrictedStash, StashSupport, Actor, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BaseConsumersMasterGuadian
  2. Logging
  3. Stash
  4. RequiresMessageQueue
  5. UnrestrictedStash
  6. StashSupport
  7. Actor
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new BaseConsumersMasterGuadian(env: AnyRef { val pipegraphBL: it.agilelab.bigdata.wasp.repository.core.bl.PipegraphBL })

    Permalink

Type Members

  1. type PipegraphsToComponentsMap = Map[PipegraphModel, Seq[StructuredStreamingETLModel]]

    Permalink
  2. type Receive = PartialFunction[Any, Unit]

    Permalink
    Definition Classes
    Actor

Abstract Value Members

  1. abstract def beginStartup(): Unit

    Permalink
    Attributes
    protected
  2. abstract def finishStartup(success: Boolean = true, errorMsg: String = ""): Unit

    Permalink
    Attributes
    protected
  3. abstract def getTargetNumberOfReadyComponents: Int

    Permalink
  4. abstract def stop(): Boolean

    Permalink
    Attributes
    protected

Concrete 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. def aroundPostRestart(reason: Throwable): Unit

    Permalink
    Attributes
    protected[akka]
    Definition Classes
    Actor
  5. def aroundPostStop(): Unit

    Permalink
    Attributes
    protected[akka]
    Definition Classes
    Actor
  6. def aroundPreRestart(reason: Throwable, message: Option[Any]): Unit

    Permalink
    Attributes
    protected[akka]
    Definition Classes
    Actor
  7. def aroundPreStart(): Unit

    Permalink
    Attributes
    protected[akka]
    Definition Classes
    Actor
  8. def aroundReceive(receive: akka.actor.Actor.Receive, msg: Any): Unit

    Permalink
    Attributes
    protected[akka]
    Definition Classes
    Actor
  9. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  10. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  11. implicit val context: ActorContext

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  14. def getActivePipegraphsToComponentsMap: PipegraphsToComponentsMap

    Permalink
    Attributes
    protected
  15. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  16. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  17. def initialized: Receive

    Permalink
  18. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  19. val logger: WaspLogger

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  20. var masterGuardian: ActorRef

    Permalink
    Attributes
    protected
  21. final def ne(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  23. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  24. var numberOfReadyComponents: Int

    Permalink
    Attributes
    protected
  25. def postRestart(reason: Throwable): Unit

    Permalink
    Definition Classes
    Actor
    Annotations
    @throws( classOf[java.lang.Exception] )
  26. def postStop(): Unit

    Permalink
    Definition Classes
    UnrestrictedStash → Actor
  27. def preRestart(reason: Throwable, message: Option[Any]): Unit

    Permalink
    Definition Classes
    UnrestrictedStash → Actor
  28. def preStart(): Unit

    Permalink
    Definition Classes
    BaseConsumersMasterGuadian → Actor
  29. def receive: akka.actor.Actor.Receive

    Permalink
    Definition Classes
    BaseConsumersMasterGuadian → Actor
  30. def registerComponentActor(componentActor: ActorRef): Unit

    Permalink
    Attributes
    protected
  31. implicit final val self: ActorRef

    Permalink
    Definition Classes
    Actor
  32. final def sender(): ActorRef

    Permalink
    Definition Classes
    Actor
  33. def starting: Receive

    Permalink
  34. def stash(): Unit

    Permalink
    Definition Classes
    StashSupport
  35. def supervisorStrategy: SupervisorStrategy

    Permalink
    Definition Classes
    Actor
  36. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  38. def unhandled(message: Any): Unit

    Permalink
    Definition Classes
    Actor
  39. def uninitialized: Receive

    Permalink
  40. def unstashAll(): Unit

    Permalink
    Definition Classes
    StashSupport
  41. final def wait(arg0: Long, arg1: Int): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. final def wait(): Unit

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

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Logging

Inherited from Stash

Inherited from RequiresMessageQueue[DequeBasedMessageQueueSemantics]

Inherited from UnrestrictedStash

Inherited from StashSupport

Inherited from Actor

Inherited from AnyRef

Inherited from Any

Ungrouped