trait DockerControllerHelperUtil extends DockerControllerHelper
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- DockerControllerHelperUtil
- DockerControllerHelper
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- case class WaitPredicateSetting extends Product with Serializable
- Definition Classes
- DockerControllerHelper
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
- val GetJournalRowsIndexName: String
- val MaxCount: Int
- Attributes
- protected
- def afterDockerContainerCreated(dockerController: DockerController, testName: Option[String]): Unit
- Attributes
- protected
- Definition Classes
- DockerControllerHelper
- def afterDockerContainerRemoved(dockerController: DockerController, testName: Option[String]): Unit
- Attributes
- protected
- Definition Classes
- DockerControllerHelper
- def afterDockerContainerStopped(dockerController: DockerController, testName: Option[String]): Unit
- Attributes
- protected
- Definition Classes
- DockerControllerHelper
- def afterDocketContainerStarted(dockerController: DockerController, testName: Option[String]): Unit
- Attributes
- protected
- Definition Classes
- DockerControllerHelper
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def beforeDockerContainerCreate(dockerController: DockerController, testName: Option[String]): Unit
- Attributes
- protected
- Definition Classes
- DockerControllerHelper
- def beforeDockerContainerRemove(dockerController: DockerController, testName: Option[String]): Unit
- Attributes
- protected
- Definition Classes
- DockerControllerHelper
- def beforeDockerContainerStop(dockerController: DockerController, testName: Option[String]): Unit
- Attributes
- protected
- Definition Classes
- DockerControllerHelper
- def beforeDocketContainerStart(dockerController: DockerController, testName: Option[String]): Unit
- Attributes
- protected
- Definition Classes
- DockerControllerHelper
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- val controller: DynamoDBLocalController
- def createDockerContainer(dockerController: DockerController, testName: Option[String]): Unit
- Attributes
- protected
- Definition Classes
- DockerControllerHelper
- def createJournalTable(): Unit
- Attributes
- protected
- def createLegacySnapshotTable(): Unit
- def createSnapshotTable(): Unit
- def createStateTable(): Unit
- def createTable(): Unit
- def deleteTable(): Unit
- val dockerClient: DockerClient
- Attributes
- protected
- Definition Classes
- DockerControllerHelper
- val dockerClientConfig: DockerClientConfig
- Attributes
- protected
- Definition Classes
- DockerControllerHelper
- val dockerControllers: Vector[DockerController]
- Attributes
- protected
- Definition Classes
- DockerControllerHelperUtil → DockerControllerHelper
- val dockerHost: String
- Attributes
- protected
- Definition Classes
- DockerControllerHelper
- val dockerHttpClient: DockerHttpClient
- Attributes
- protected
- Definition Classes
- DockerControllerHelper
- val dynamoDBAccessKeyId: String
- lazy val dynamoDBClient: AmazonDynamoDB
- Attributes
- protected
- val dynamoDBEndpoint: String
- lazy val dynamoDBPort: Int
- val dynamoDBRegion: Regions
- val dynamoDBSecretAccessKey: String
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- 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()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val journalTableName: String
- val legacyJournalTable: Boolean
- val legacySnapshotTable: Boolean
- val logger: Logger
- Attributes
- protected
- Definition Classes
- DockerControllerHelper
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def removeDockerContainer(dockerController: DockerController, testName: Option[String]): Unit
- Attributes
- protected
- Definition Classes
- DockerControllerHelper
- val snapshotTableName: String
- def startContainer(): Unit
- def startDockerContainer(dockerController: DockerController, testName: Option[String]): Unit
- Attributes
- protected
- Definition Classes
- DockerControllerHelper
- val stateTableName: String
- def stopContainer(): Unit
- def stopDockerContainer(dockerController: DockerController, testName: Option[String]): Unit
- Attributes
- protected
- Definition Classes
- DockerControllerHelper
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val tableName: String
- val testTimeFactor: Int
- 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()
- def waitDynamoDBLocal(tableNames: Seq[String]): Unit
- Attributes
- protected
- val waitIntervalForDynamoDBLocal: FiniteDuration
- Attributes
- protected
- val waitPredicate: WaitPredicate
- val waitPredicateSetting: WaitPredicateSetting
- val waitPredicatesSettings: Map[DockerController, WaitPredicateSetting]
- Attributes
- protected
- Definition Classes
- DockerControllerHelperUtil → DockerControllerHelper