p

org.pgscala

embedded

package embedded

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. case class Downloader (url: URL, file: File, size: Long, maxRetries: Int = Downloader.MaxRetries, threads: Int = Downloader.MaxThreads) extends Product with Serializable
  2. class OS extends AnyRef
  3. class PostgresCluster extends StrictLogging
  4. case class PostgresDownload (version: PostgresVersion, os: OS) extends StrictLogging with Product with Serializable
  5. case class PostgresVersion extends Ordered[PostgresVersion] with Product with Serializable

Value Members

  1. 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.

  2. 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.

  3. object Downloader extends Serializable
  4. object Home
  5. object Lock extends StrictLogging
  6. object OS
  7. object PostgresCluster extends StrictLogging
  8. object PostgresVersion extends Serializable
  9. object Util extends StrictLogging

Ungrouped