Package

org.pgscala

embedded

Permalink

package embedded

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

    Permalink
  2. class OS extends AnyRef

    Permalink
  3. class PostgresCluster extends StrictLogging

    Permalink
  4. case class PostgresDownload(version: PostgresVersion, os: OS) extends PostgresDownloadBase with Product with Serializable

    Permalink
  5. case class PostgresVersion extends Ordered[PostgresVersion] with Product with Serializable

    Permalink

Value Members

  1. object ArchiveProcessor

    Permalink

    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

    Permalink

    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

    Permalink
  4. object Home

    Permalink
  5. object Lock extends StrictLogging

    Permalink
  6. object OS

    Permalink
  7. object PostgresCluster extends StrictLogging

    Permalink
  8. object PostgresVersion extends Serializable

    Permalink
  9. object Util extends StrictLogging

    Permalink

Ungrouped