package embedded
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- case class Downloader (url: URL, file: File, size: Long, maxRetries: Int = Downloader.MaxRetries, threads: Int = Downloader.MaxThreads) extends Product with Serializable
- class OS extends AnyRef
- class PostgresCluster extends StrictLogging
- case class PostgresDownload (version: PostgresVersion, os: OS) extends StrictLogging with Product with Serializable
- case class PostgresVersion extends Ordered[PostgresVersion] with Product with Serializable
Value Members
-
object
ArchiveProcessor
ArchiveProcessor has the ability to filter out files completely or modify their content while streaming the archive.
ArchiveProcessor has the ability to filter out files completely or modify their content while streaming the archive.
In case archive entries were modified, their checksum and modifiedAt timestamp will be mutated.
-
object
ArchiveUnpacker
ArchiveProcessor has the ability to filter out files completely or modify their content while streaming the archive.
ArchiveProcessor has the ability to filter out files completely or modify their content while streaming the archive.
In case archive entries were modified, their checksum and modifiedAt timestamp will be mutated.
- object Downloader extends Serializable
- object Home
- object Lock extends StrictLogging
- object OS
- object PostgresCluster extends StrictLogging
- object PostgresVersion extends Serializable
- object Util extends StrictLogging