Packages

t

com.github.j5ik2o.pekko.persistence.dynamodb.utils

DockerControllerHelperUtil

trait DockerControllerHelperUtil extends DockerControllerHelper

Linear Supertypes
DockerControllerHelper, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DockerControllerHelperUtil
  2. DockerControllerHelper
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. case class WaitPredicateSetting extends Product with Serializable
    Definition Classes
    DockerControllerHelper

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val GetJournalRowsIndexName: String
  5. val MaxCount: Int
    Attributes
    protected
  6. def afterDockerContainerCreated(dockerController: DockerController, testName: Option[String]): Unit
    Attributes
    protected
    Definition Classes
    DockerControllerHelper
  7. def afterDockerContainerRemoved(dockerController: DockerController, testName: Option[String]): Unit
    Attributes
    protected
    Definition Classes
    DockerControllerHelper
  8. def afterDockerContainerStopped(dockerController: DockerController, testName: Option[String]): Unit
    Attributes
    protected
    Definition Classes
    DockerControllerHelper
  9. def afterDocketContainerStarted(dockerController: DockerController, testName: Option[String]): Unit
    Attributes
    protected
    Definition Classes
    DockerControllerHelper
  10. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  11. def beforeDockerContainerCreate(dockerController: DockerController, testName: Option[String]): Unit
    Attributes
    protected
    Definition Classes
    DockerControllerHelper
  12. def beforeDockerContainerRemove(dockerController: DockerController, testName: Option[String]): Unit
    Attributes
    protected
    Definition Classes
    DockerControllerHelper
  13. def beforeDockerContainerStop(dockerController: DockerController, testName: Option[String]): Unit
    Attributes
    protected
    Definition Classes
    DockerControllerHelper
  14. def beforeDocketContainerStart(dockerController: DockerController, testName: Option[String]): Unit
    Attributes
    protected
    Definition Classes
    DockerControllerHelper
  15. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  16. val controller: DynamoDBLocalController
  17. def createDockerContainer(dockerController: DockerController, testName: Option[String]): Unit
    Attributes
    protected
    Definition Classes
    DockerControllerHelper
  18. def createJournalTable(): Unit
    Attributes
    protected
  19. def createLegacySnapshotTable(): Unit
  20. def createSnapshotTable(): Unit
  21. def createStateTable(): Unit
  22. def createTable(): Unit
  23. def deleteTable(): Unit
  24. val dockerClient: DockerClient
    Attributes
    protected
    Definition Classes
    DockerControllerHelper
  25. val dockerClientConfig: DockerClientConfig
    Attributes
    protected
    Definition Classes
    DockerControllerHelper
  26. val dockerControllers: Vector[DockerController]
    Attributes
    protected
    Definition Classes
    DockerControllerHelperUtil → DockerControllerHelper
  27. val dockerHost: String
    Attributes
    protected
    Definition Classes
    DockerControllerHelper
  28. val dockerHttpClient: DockerHttpClient
    Attributes
    protected
    Definition Classes
    DockerControllerHelper
  29. val dynamoDBAccessKeyId: String
  30. lazy val dynamoDBClient: AmazonDynamoDB
    Attributes
    protected
  31. val dynamoDBEndpoint: String
  32. lazy val dynamoDBPort: Int
  33. val dynamoDBRegion: Regions
  34. val dynamoDBSecretAccessKey: String
  35. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  36. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  37. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  38. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  39. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  40. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  41. val journalTableName: String
  42. val legacyJournalTable: Boolean
  43. val legacySnapshotTable: Boolean
  44. val logger: Logger
    Attributes
    protected
    Definition Classes
    DockerControllerHelper
  45. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  46. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  47. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  48. def removeDockerContainer(dockerController: DockerController, testName: Option[String]): Unit
    Attributes
    protected
    Definition Classes
    DockerControllerHelper
  49. val snapshotTableName: String
  50. def startContainer(): Unit
  51. def startDockerContainer(dockerController: DockerController, testName: Option[String]): Unit
    Attributes
    protected
    Definition Classes
    DockerControllerHelper
  52. val stateTableName: String
  53. def stopContainer(): Unit
  54. def stopDockerContainer(dockerController: DockerController, testName: Option[String]): Unit
    Attributes
    protected
    Definition Classes
    DockerControllerHelper
  55. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  56. val tableName: String
  57. val testTimeFactor: Int
  58. def toString(): String
    Definition Classes
    AnyRef → Any
  59. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  60. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  61. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  62. def waitDynamoDBLocal(tableNames: Seq[String]): Unit
    Attributes
    protected
  63. val waitIntervalForDynamoDBLocal: FiniteDuration
    Attributes
    protected
  64. val waitPredicate: WaitPredicate
  65. val waitPredicateSetting: WaitPredicateSetting
  66. val waitPredicatesSettings: Map[DockerController, WaitPredicateSetting]
    Attributes
    protected
    Definition Classes
    DockerControllerHelperUtil → DockerControllerHelper

Inherited from DockerControllerHelper

Inherited from AnyRef

Inherited from Any

Ungrouped