blended

updater

package updater

Visibility
  1. Public
  2. All

Type Members

  1. class ArtifactDownloader extends Actor with ActorLogging

  2. case class LocalProfile(config: LocalRuntimeConfig, overlays: LocalOverlays, state: ProfileState) extends Product with Serializable

  3. trait ProfileActivator extends AnyRef

  4. class ProfileFsHelper extends AnyRef

  5. case class ProfileId(name: String, version: String, overlays: List[OverlayRef]) extends Product with Serializable

    A ProfileId is a concrete runtime config with one set of overlays.

  6. class Unpacker extends Actor with ActorLogging

    Blocking unpacker for ZIP files.

  7. class Updater extends Actor with ActorLogging

  8. case class UpdaterConfig(artifactDownloaderPoolSize: Int, artifactCheckerPoolSize: Int, unpackerPoolSize: Int, autoStagingDelayMSec: Long, autoStagingIntervalMSec: Long, serviceInfoIntervalMSec: Long, serviceInfoLifetimeMSec: Long, mvnRepositories: List[String]) extends Product with Serializable

    Configuration for [Updater] actor.

Value Members

  1. object ArtifactDownloader

  2. object LocalProfile extends Serializable

  3. object ProfileFsHelper extends ProfileFsHelper

  4. object Unpacker

  5. object Updater

  6. object UpdaterConfig extends Serializable

  7. package internal

Ungrouped