class RemotePlanningContextImpl extends ComponentBase with PlanningContext
Implements a PlanningContext on top of the gRpc Service
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- RemotePlanningContextImpl
- PlanningContext
- ComponentBase
- AkkaHelper
- Component
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new RemotePlanningContextImpl(planningContext: PlanningContextService)(implicit akkaRuntime: AkkaRuntime)
- Annotations
- @Inject()
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- implicit def actorSystem: ActorSystem
- Attributes
- protected
- Definition Classes
- AkkaHelper
- def addShutdownHook(f: => Future[_]): Unit
- Attributes
- protected
- Definition Classes
- ComponentBase
- implicit val akkaRuntime: AkkaRuntime
- Attributes
- protected
- Definition Classes
- ComponentBase → Component
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clock: Clock
- Attributes
- protected
- Definition Classes
- AkkaHelper
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def config: Config
- Attributes
- protected
- Definition Classes
- AkkaHelper
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def execute[T](action: Action[T], meta: ActionMeta): T
Execute an Action.
Execute an Action.
- Definition Classes
- RemotePlanningContextImpl → PlanningContext
- implicit def executionContext: ExecutionContext
- Attributes
- protected
- Definition Classes
- AkkaHelper
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def load(id: MantikId): MantikItem
Load a generic Mantik Item.
Load a generic Mantik Item.
- Definition Classes
- RemotePlanningContextImpl → PlanningContext
- def loadAlgorithm(id: MantikId): Algorithm
Load a Algorithm from Mantik.
Load a Algorithm from Mantik.
- Definition Classes
- PlanningContext
- def loadDataSet(id: MantikId): DataSet
Load a dataset from Mantik.
Load a dataset from Mantik.
- Definition Classes
- PlanningContext
- def loadPipeline(id: MantikId): Pipeline
Load a Pipeline.
Load a Pipeline.
- Definition Classes
- PlanningContext
- def loadTrainableAlgorithm(id: MantikId): TrainableAlgorithm
Load a Trainable Algorithm.
Load a Trainable Algorithm.
- Definition Classes
- PlanningContext
- final val logger: Logger
- Attributes
- protected
- Definition Classes
- ComponentBase
- implicit def materializer: Materializer
- Attributes
- protected
- Definition Classes
- AkkaHelper
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def pull(id: MantikId): MantikItem
Pulls an item from registry.
Pulls an item from registry.
- Definition Classes
- RemotePlanningContextImpl → PlanningContext
- def pushLocalMantikItem(dir: Path, id: Option[NamedMantikId]): MantikId
Push a local mantik item including payload to the repository.
Push a local mantik item including payload to the repository. There must be a MantikItem present.
- returns
Mantik id which was used in the end.
- Definition Classes
- RemotePlanningContextImpl → PlanningContext
- def state(item: MantikItem): MantikItemState
Returns the internal state of a MantikItem
Returns the internal state of a MantikItem
- Definition Classes
- RemotePlanningContextImpl → PlanningContext
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])