Packages

class StructuredStreamingETLActor extends FSM[State, Data] with LoggingFSM[State, Data] with ActivationSteps with MaterializationSteps with MonitoringStep with StoppingStep

Linear Supertypes
StoppingStep, MonitoringStep, MaterializationSteps, ActivationSteps, LoggingFSM[etl.State, Data], FSM[etl.State, Data], ActorLogging, Listeners, Actor, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StructuredStreamingETLActor
  2. StoppingStep
  3. MonitoringStep
  4. MaterializationSteps
  5. ActivationSteps
  6. LoggingFSM
  7. FSM
  8. ActorLogging
  9. Listeners
  10. Actor
  11. AnyRef
  12. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type Event = akka.actor.FSM.Event[Data]
    Definition Classes
    FSM
  2. type Receive = PartialFunction[Any, Unit]
    Definition Classes
    Actor
  3. type State = akka.actor.FSM.State[etl.State, Data]
    Definition Classes
    FSM
  4. type StateFunction = PartialFunction[Event, State]
    Definition Classes
    FSM
  5. type StopEvent = akka.actor.FSM.StopEvent[etl.State, Data]
    Definition Classes
    FSM
  6. type Timeout = Option[FiniteDuration]
    Definition Classes
    FSM
  7. final class TransformHelper extends AnyRef
    Definition Classes
    FSM
  8. type TransitionHandler = PartialFunction[(etl.State, etl.State), Unit]
    Definition Classes
    FSM

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. val ->: akka.actor.FSM.->.type
    Definition Classes
    FSM
  4. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  5. val Event: akka.actor.FSM.Event.type
    Definition Classes
    FSM
  6. val StateTimeout: akka.actor.FSM.StateTimeout.type
    Definition Classes
    FSM
  7. val StopEvent: akka.actor.FSM.StopEvent.type
    Definition Classes
    FSM
  8. def activate(etl: StructuredStreamingETLModel, pipegraph: PipegraphModel): Try[DataFrame]

    Performs activation of a StructuredStreamingETLModel returning the output data frame

    Performs activation of a StructuredStreamingETLModel returning the output data frame

    etl

    The StructuredStreamingETLModel to activate

    returns

    the output dataframe

    Attributes
    protected
    Definition Classes
    ActivationSteps
  9. def aroundPostRestart(reason: Throwable): Unit
    Attributes
    protected[akka]
    Definition Classes
    Actor
  10. def aroundPostStop(): Unit
    Attributes
    protected[akka]
    Definition Classes
    Actor
  11. def aroundPreRestart(reason: Throwable, message: Option[Any]): Unit
    Attributes
    protected[akka]
    Definition Classes
    Actor
  12. def aroundPreStart(): Unit
    Attributes
    protected[akka]
    Definition Classes
    Actor
  13. def aroundReceive(receive: akka.actor.Actor.Receive, msg: Any): Unit
    Attributes
    protected[akka]
    Definition Classes
    Actor
  14. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  15. final def cancelTimer(name: String): Unit
    Definition Classes
    FSM
  16. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  17. implicit val context: ActorContext
    Definition Classes
    Actor
  18. def createStrategy(etl: StructuredStreamingETLModel, pipegraph: PipegraphModel): Try[Option[Strategy]]

    Instantiate a strategy if one is configured

    Instantiate a strategy if one is configured

    etl

    The etl to instantiate strategy for

    returns

    A try holding an optional strategy

    Attributes
    protected
    Definition Classes
    ActivationSteps
  19. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  21. val freeCodeBL: FreeCodeBL

    We need access to freeCodes

    We need access to freeCodes

    Definition Classes
    StructuredStreamingETLActorActivationSteps
  22. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. def getLog: IndexedSeq[LogEntry[etl.State, Data]]
    Attributes
    protected
    Definition Classes
    LoggingFSM
  24. def gossip(msg: Any)(implicit sender: ActorRef): Unit
    Attributes
    protected
    Definition Classes
    Listeners
  25. final def goto(nextStateName: etl.State): State
    Definition Classes
    FSM
  26. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  27. final def initialize(): Unit
    Definition Classes
    FSM
  28. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  29. final def isTimerActive(name: String): Boolean
    Definition Classes
    FSM
  30. def listenerManagement: akka.actor.Actor.Receive
    Attributes
    protected
    Definition Classes
    Listeners
  31. val listeners: Set[ActorRef]
    Attributes
    protected
    Definition Classes
    Listeners
  32. def log: LoggingAdapter
    Definition Classes
    ActorLogging
  33. def logDepth: Int
    Definition Classes
    LoggingFSM
  34. def logTermination(reason: Reason): Unit
    Attributes
    protected
    Definition Classes
    FSM
  35. def materialize(etl: StructuredStreamingETLModel, pipegraph: PipegraphModel, dataFrame: DataFrame): Try[StreamingQuery]

    Performs materialization of a DataFrame activated from a StructuredStreamingETLModel.

    Performs materialization of a DataFrame activated from a StructuredStreamingETLModel.

    etl

    The etl whose output dataFrame is being materialized

    pipegraph

    The pipegraph containing the etl

    dataFrame

    The DataFrame created by the activation step

    returns

    The Materialized StreamingQuery

    Attributes
    protected
    Definition Classes
    MaterializationSteps
  36. val mlModelBl: MlModelBL

    We need access to machine learning models

    We need access to machine learning models

    Definition Classes
    StructuredStreamingETLActorActivationSteps
  37. def monitor(query: StreamingQuery): Try[MonitorOutcome]

    Monitors a streaming query.

    Monitors a streaming query.

    query

    The query to be monitored

    returns

    The MonitorOutcome

    Attributes
    protected
    Definition Classes
    MonitoringStep
  38. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  39. final def nextStateData: Data
    Definition Classes
    FSM
  40. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  41. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  42. final def onTermination(terminationHandler: PartialFunction[StopEvent, Unit]): Unit
    Definition Classes
    FSM
  43. final def onTransition(transitionHandler: TransitionHandler): Unit
    Definition Classes
    FSM
  44. val pipegraph: PipegraphModel
  45. def postRestart(reason: Throwable): Unit
    Definition Classes
    Actor
    Annotations
    @throws( classOf[java.lang.Exception] )
  46. def postStop(): Unit
    Definition Classes
    FSM → Actor
  47. def preRestart(reason: Throwable, message: Option[Any]): Unit
    Definition Classes
    Actor
    Annotations
    @throws( classOf[java.lang.Exception] )
  48. def preStart(): Unit
    Definition Classes
    Actor
    Annotations
    @throws( classOf[java.lang.Exception] )
  49. val processGroupBL: ProcessGroupBL

    We need access to freeCodes

    We need access to freeCodes

    Definition Classes
    StructuredStreamingETLActorActivationSteps
  50. def receive: Receive
    Definition Classes
    FSM → Actor
  51. implicit final val self: ActorRef
    Definition Classes
    Actor
  52. final def sender(): ActorRef
    Definition Classes
    Actor
  53. final def setStateTimeout(state: etl.State, timeout: Timeout): Unit
    Definition Classes
    FSM
  54. final def setTimer(name: String, msg: Any, timeout: FiniteDuration, repeat: Boolean): Unit
    Definition Classes
    FSM
  55. val sparkSession: SparkSession

    We need a Spark Session

    We need a Spark Session

    Definition Classes
    StructuredStreamingETLActorMaterializationStepsActivationSteps
  56. final def startWith(stateName: etl.State, stateData: Data, timeout: Timeout): Unit
    Definition Classes
    FSM
  57. final def stateData: Data
    Definition Classes
    FSM
  58. final def stateName: etl.State
    Definition Classes
    FSM
  59. val staticReaderFactory: StaticReaderFactory

    We need a static reader factory

    We need a static reader factory

    Definition Classes
    StructuredStreamingETLActorActivationSteps
  60. final def stay(): State
    Definition Classes
    FSM
  61. def stop(query: StreamingQuery): Try[Unit]

    Stops the streaming query

    Stops the streaming query

    query

    The streaming query to stop

    returns

    The result of the stop action

    Attributes
    protected
    Definition Classes
    StoppingStep
  62. final def stop(reason: Reason, stateData: Data): State
    Definition Classes
    FSM
  63. final def stop(reason: Reason): State
    Definition Classes
    FSM
  64. final def stop(): State
    Definition Classes
    FSM
  65. val streamingReaderFactory: StreamingReaderFactory

    We need a streaming reader factory

    We need a streaming reader factory

    Definition Classes
    StructuredStreamingETLActorActivationSteps
  66. def supervisorStrategy: SupervisorStrategy
    Definition Classes
    Actor
  67. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  68. val telemetryActor: ActorRef
  69. val telemetryActorFactory: TelemetryActorFactory
  70. def toString(): String
    Definition Classes
    AnyRef → Any
  71. val topicsBl: TopicBL

    We need access to topics

    We need access to topics

    Definition Classes
    StructuredStreamingETLActorActivationSteps
  72. implicit final def total2pf(transitionHandler: (etl.State, etl.State) ⇒ Unit): TransitionHandler
    Definition Classes
    FSM
  73. final def transform(func: StateFunction): TransformHelper
    Definition Classes
    FSM
  74. def unhandled(message: Any): Unit
    Definition Classes
    Actor
  75. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  76. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  77. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  78. final def when(stateName: etl.State, stateTimeout: FiniteDuration)(stateFunction: StateFunction): Unit
    Definition Classes
    FSM
  79. final def whenUnhandled(stateFunction: StateFunction): Unit
    Definition Classes
    FSM
  80. val writerFactory: WriterFactory

    We need a writer factory

    We need a writer factory

    Definition Classes
    StructuredStreamingETLActorMaterializationSteps

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from StoppingStep

Inherited from MonitoringStep

Inherited from MaterializationSteps

Inherited from ActivationSteps

Inherited from LoggingFSM[etl.State, Data]

Inherited from FSM[etl.State, Data]

Inherited from ActorLogging

Inherited from Listeners

Inherited from Actor

Inherited from AnyRef

Inherited from Any

Ungrouped