Packages

c

ai.mantik.planner.impl.exec

MnpPlanExecutor

class MnpPlanExecutor extends ComponentBase with PlanExecutor

Naive MNP Implementation of an Executor.

Annotations
@Singleton()
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MnpPlanExecutor
  2. PlanExecutor
  3. ComponentBase
  4. AkkaHelper
  5. Component
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new MnpPlanExecutor(fileRepository: FileRepository, repository: Repository, artifactRetriever: MantikArtifactRetriever, payloadExecutorProvider: ExecutionPayloadProvider, mantikItemStateManager: MantikItemStateManager, uiStateService: UiStateService, executionCleanup: ExecutionCleanup, mnpWorkerManager: MnpWorkerManager, metrics: Metrics)(implicit akkaRuntime: AkkaRuntime)
    Annotations
    @Inject()

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 DeployedSessionName: String

    Session Name inside deployed items.

  5. implicit def actorSystem: ActorSystem
    Attributes
    protected
    Definition Classes
    AkkaHelper
  6. def addShutdownHook(f: => Future[_]): Unit
    Attributes
    protected
    Definition Classes
    ComponentBase
  7. implicit val akkaRuntime: AkkaRuntime
    Attributes
    protected
    Definition Classes
    ComponentBase → Component
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. val basicOpExecutor: BasicOpExecutor
  10. def clock: Clock
    Attributes
    protected
    Definition Classes
    AkkaHelper
  11. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  12. def config: Config
    Attributes
    protected
    Definition Classes
    AkkaHelper
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  15. def execute[T](plan: Plan[T]): Future[T]

    Execute a Plan.

    Execute a Plan.

    returns

    a future to a plans result which can be casted accordingly.

    Definition Classes
    MnpPlanExecutorPlanExecutor
  16. def executeOp[T](jobId: String, planOp: PlanOp[T], revPath: List[Int])(implicit files: ExecutionOpenFiles, memory: Memory, containerMapping: ContainerMapping): Future[T]

    Execute a single operation

    Execute a single operation

    jobId

    id of the job

    planOp

    the operation to execute

    revPath

    the reverse path to this operation

  17. implicit def executionContext: ExecutionContext
    Attributes
    protected
    Definition Classes
    AkkaHelper
  18. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. final val logger: Logger
    Attributes
    protected
    Definition Classes
    ComponentBase
  22. implicit def materializer: Materializer
    Attributes
    protected
    Definition Classes
    AkkaHelper
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  26. val openFilesBuilder: ExecutionOpenFilesBuilder
  27. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  28. def toString(): String
    Definition Classes
    AnyRef → Any
  29. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  30. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  31. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from PlanExecutor

Inherited from ComponentBase

Inherited from AkkaHelper

Inherited from Component

Inherited from AnyRef

Inherited from Any

Ungrouped