Packages

class TempRepository extends LocalRepository

Annotations
@Singleton()
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TempRepository
  2. LocalRepository
  3. Repository
  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 TempRepository()(implicit akkaRuntime: AkkaRuntime)
    Annotations
    @Inject()

Type Members

  1. case class DbArtifact(name: Option[DbMantikName], item: DbMantikItem, depl: Option[DbDeploymentInfo], subd: Vector[DbSubDeploymentInfo]) extends Product with Serializable
    Definition Classes
    LocalRepository

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 addShutdownHook(f: => Future[_]): Unit
    Attributes
    protected
    Definition Classes
    ComponentBase
  6. implicit val akkaRuntime: AkkaRuntime
    Attributes
    protected
    Definition Classes
    ComponentBase → Component
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def byFileId(fileId: String): Future[Seq[MantikArtifact]]

    Look for a mantik artifact by fileId.

    Look for a mantik artifact by fileId. (In practive none or one artifact should be returned.

    Definition Classes
    LocalRepositoryRepository
  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. val db: LocalRepositoryDb
    Definition Classes
    LocalRepository
  13. val dbFile: Path
    Definition Classes
    LocalRepository
  14. val directory: Path
    Definition Classes
    LocalRepository
  15. def ensureMantikId(id: ItemId, mantikId: NamedMantikId): Future[Boolean]

    Tag an existing item with a new name.

    Tag an existing item with a new name.

    returns

    if the new tag was created or false if it was already existant. Throws if the item was not found.

    Definition Classes
    LocalRepositoryRepository
  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  18. implicit def executionContext: ExecutionContext
    Attributes
    protected
    Definition Classes
    AkkaHelper
  19. def get(id: MantikId): Future[MantikArtifact]

    Retrieves a Mantik artefact.

    Retrieves a Mantik artefact.

    Definition Classes
    LocalRepositoryRepository
  20. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. 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
    LocalRepositoryRepository
  24. final val logger: Logger
    Attributes
    protected
    Definition Classes
    ComponentBase
  25. implicit def materializer: Materializer
    Attributes
    protected
    Definition Classes
    AkkaHelper
  26. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  28. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  29. def remove(id: MantikId): Future[Boolean]

    Remove an artifact.

    Remove an artifact. Returns true if it was found.

    Definition Classes
    LocalRepositoryRepository
  30. def setDeploymentInfo(itemId: ItemId, info: Option[DeploymentInfo]): Future[Boolean]

    Update the deployment state.

    Update the deployment state.

    itemId

    item to update

    returns

    true if the item was found and updated.

    Definition Classes
    LocalRepositoryRepository
  31. def store(mantikArtifact: MantikArtifact): Future[Unit]

    Stores a Mantik artefact.

    Stores a Mantik artefact.

    Definition Classes
    LocalRepositoryRepository
  32. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  33. def toString(): String
    Definition Classes
    AnyRef → Any
  34. def updateExecutorStorageId(itemId: ItemId, executorStorageId: Option[String]): Future[Boolean]

    Update remote file id field.

    Update remote file id field.

    Definition Classes
    LocalRepositoryRepository
  35. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  36. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  37. 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 LocalRepository

Inherited from Repository

Inherited from ComponentBase

Inherited from AkkaHelper

Inherited from Component

Inherited from AnyRef

Inherited from Any

Ungrouped