package
updater
Type Members
-
class
ArtifactDownloader extends Actor with ActorLogging
-
case class
LocalProfile(config: LocalRuntimeConfig, overlays: LocalOverlays, state: ProfileState) extends Product with Serializable
-
-
-
case class
ProfileId(name: String, version: String, overlays: List[OverlayRef]) extends Product with Serializable
-
class
Unpacker extends Actor with ActorLogging
-
class
Updater extends Actor with ActorLogging
-
case class
UpdaterConfig(artifactDownloaderPoolSize: Int, artifactCheckerPoolSize: Int, unpackerPoolSize: Int, autoStagingDelayMSec: Long, autoStagingIntervalMSec: Long, serviceInfoIntervalMSec: Long, serviceInfoLifetimeMSec: Long, mvnRepositories: List[String]) extends Product with Serializable