c
com.github.j5ik2o.dockerController.postgresql
PostgreSQLController
Companion object PostgreSQLController
class PostgreSQLController extends DockerControllerImpl
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- PostgreSQLController
- DockerControllerImpl
- DockerController
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new PostgreSQLController(dockerClient: DockerClient, outputFrameInterval: FiniteDuration = 500.millis, imageName: String = DefaultImageName, imageTag: Option[String] = DefaultImageTag, envVars: Map[String, String] = Map.empty)(hostPort: Int, userName: String, password: Option[String] = None, databaseName: Option[String] = None, initDbArgs: Option[String] = None, initDbWalDir: Option[String] = None, hostAuthMethod: Option[String] = None, pgData: Option[String] = None)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def awaitCondition(duration: Duration)(predicate: (Option[Frame]) => Boolean): Unit
- Definition Classes
- DockerControllerImpl → DockerController
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def cmdConfigures: Option[CmdConfigures]
- Definition Classes
- DockerControllerImpl → DockerController
- def configureCmds(cmdConfigures: CmdConfigures): DockerController
- Definition Classes
- DockerControllerImpl → DockerController
- def configureCreateContainerCmd(f: (CreateContainerCmd) => CreateContainerCmd): DockerController
- Definition Classes
- DockerController
- def containerId: Option[String]
- Definition Classes
- DockerControllerImpl → DockerController
- def createContainer(f: (CreateContainerCmd) => CreateContainerCmd): CreateContainerResponse
- Definition Classes
- DockerControllerImpl → DockerController
- def createNetwork(name: String, f: (CreateNetworkCmd) => CreateNetworkCmd): CreateNetworkResponse
- Definition Classes
- DockerControllerImpl → DockerController
- val dockerClient: DockerClient
- Definition Classes
- DockerControllerImpl → DockerController
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def existsImage(p: (Image) => Boolean): Boolean
- Definition Classes
- DockerControllerImpl → DockerController
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val imageName: String
- Definition Classes
- DockerControllerImpl → DockerController
- def inspectContainer(f: (InspectContainerCmd) => InspectContainerCmd): InspectContainerResponse
- Definition Classes
- DockerControllerImpl → DockerController
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def listImages(f: (ListImagesCmd) => ListImagesCmd): Vector[Image]
- Definition Classes
- DockerControllerImpl → DockerController
- val logger: Logger
- Attributes
- protected
- Definition Classes
- DockerControllerImpl
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def newCreateContainerCmd(): CreateContainerCmd
- Attributes
- protected
- Definition Classes
- PostgreSQLController → DockerControllerImpl
- def newInspectContainerCmd(): InspectContainerCmd
- Attributes
- protected
- Definition Classes
- DockerControllerImpl
- def newListImagesCmd(): ListImagesCmd
- Attributes
- protected
- Definition Classes
- DockerControllerImpl
- def newLogContainerCmd(): LogContainerCmd
- Attributes
- protected
- Definition Classes
- DockerControllerImpl
- def newProgressBar(frame: PullResponseItem, max: Long): ProgressBar
- Attributes
- protected
- Definition Classes
- DockerControllerImpl
- def newPullImageCmd(): PullImageCmd
- Attributes
- protected
- Definition Classes
- DockerControllerImpl
- def newRemoveContainerCmd(): RemoveContainerCmd
- Attributes
- protected
- Definition Classes
- DockerControllerImpl
- def newStartContainerCmd(): StartContainerCmd
- Attributes
- protected
- Definition Classes
- DockerControllerImpl
- def newStopContainerCmd(): StopContainerCmd
- Attributes
- protected
- Definition Classes
- DockerControllerImpl
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def pullImage(f: (PullImageCmd) => PullImageCmd): Unit
- Definition Classes
- DockerControllerImpl → DockerController
- def pullImageIfNotExists(f: (PullImageCmd) => PullImageCmd): Unit
- Definition Classes
- DockerControllerImpl → DockerController
- def removeContainer(f: (RemoveContainerCmd) => RemoveContainerCmd): Unit
- Definition Classes
- DockerControllerImpl → DockerController
- def removeNetwork(id: String, f: (RemoveNetworkCmd) => RemoveNetworkCmd): Unit
- Definition Classes
- DockerControllerImpl → DockerController
- def startContainer(f: (StartContainerCmd) => StartContainerCmd): Unit
- Definition Classes
- DockerControllerImpl → DockerController
- def stopContainer(f: (StopContainerCmd) => StopContainerCmd): Unit
- Definition Classes
- DockerControllerImpl → DockerController
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val tag: Option[String]
- Definition Classes
- DockerControllerImpl → DockerController
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()