Packages

c

ai.mantik.planner.repository.impl

LocalMantikRegistryImpl

class LocalMantikRegistryImpl extends ComponentBase with LocalMantikRegistry

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LocalMantikRegistryImpl
  2. LocalMantikRegistry
  3. MantikRegistry
  4. ComponentBase
  5. AkkaHelper
  6. Component
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new LocalMantikRegistryImpl(fileRepository: FileRepository, repository: Repository)(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. implicit def actorSystem: ActorSystem
    Attributes
    protected
    Definition Classes
    AkkaHelper
  5. def addMantikArtifact(mantikArtifact: MantikArtifact, payload: Option[(String, akka.stream.scaladsl.Source[ByteString, _])]): Future[MantikArtifact]

    Add a Mantik Artifact to the Mantik Registry.

    Add a Mantik Artifact to the Mantik Registry.

    mantikArtifact

    the Artifact

    payload

    the payload source (if there is any).

    returns

    remote representation

    Definition Classes
    LocalMantikRegistryImplMantikRegistry
  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. def clock: Clock
    Attributes
    protected
    Definition Classes
    AkkaHelper
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  11. def config: Config
    Attributes
    protected
    Definition Classes
    AkkaHelper
  12. def ensureMantikId(itemId: ItemId, mantikId: NamedMantikId): Future[Boolean]

    Ensure that the given item is referenced by mantikId.

    Ensure that the given item is referenced by mantikId.

    returns

    true if the item was found and updated, false if already existant.

    Definition Classes
    LocalMantikRegistryImplMantikRegistry
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  15. implicit def executionContext: ExecutionContext
    Attributes
    protected
    Definition Classes
    AkkaHelper
  16. def get(mantikId: MantikId): Future[MantikArtifact]

    Retrieves an Artifact from the Mantik Registry.

    Retrieves an Artifact from the Mantik Registry.

    Definition Classes
    LocalMantikRegistryImplMantikRegistry
  17. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. def getPayload(fileId: String): Future[(String, akka.stream.scaladsl.Source[ByteString, _])]

    Retrieves item payload from Mantik Registry.

    Retrieves item payload from Mantik Registry.

    Definition Classes
    LocalMantikRegistryImplMantikRegistry
  19. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. def list(alsoAnonymous: Boolean, deployedOnly: Boolean, kindFilter: Option[String]): Future[IndexedSeq[MantikArtifact]]

    List Mantik Artifacts.

    List Mantik Artifacts.

    alsoAnonymous

    if true, also return anonymous artifacts who are not named

    deployedOnly

    if true, only return deployed artifacts

    kindFilter

    if set, filter for a specific kind.

    Definition Classes
    LocalMantikRegistryImplLocalMantikRegistry
  22. final val logger: Logger
    Attributes
    protected
    Definition Classes
    ComponentBase
  23. implicit def materializer: Materializer
    Attributes
    protected
    Definition Classes
    AkkaHelper
  24. def maybeGet(mantikId: MantikId)(implicit ec: ExecutionContext): Future[Option[MantikArtifact]]

    Like get, but returns None if the item doesn't exist.

    Like get, but returns None if the item doesn't exist.

    Definition Classes
    MantikRegistry
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  28. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  29. def toString(): String
    Definition Classes
    AnyRef → Any
  30. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  31. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  32. 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 LocalMantikRegistry

Inherited from MantikRegistry

Inherited from ComponentBase

Inherited from AkkaHelper

Inherited from Component

Inherited from AnyRef

Inherited from Any

Ungrouped