Packages

p

blended

updater

package updater

Ordering
  1. Alphabetic
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: Set[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.

    Configuration for [Updater] actor.

    serviceInfoIntervalMSec

    Interval in milliseconds to publish a ServiceInfo message to the Akka event stream. An value of zero (0) or below indicates that no such information should be published.

    serviceInfoLifetimeMSec

    The lifetime a serviceInfo message should be valid.

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

Ungrouped