Packages

c

akka.kafka.testkit.internal

AlpakkaKafkaContainer

class AlpakkaKafkaContainer extends GenericContainer[AlpakkaKafkaContainer]

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AlpakkaKafkaContainer
  2. GenericContainer
  3. Startable
  4. WaitStrategyTarget
  5. AutoCloseable
  6. Container
  7. ContainerState
  8. LinkableContainer
  9. FailureDetectingExternalResource
  10. TestRule
  11. AnyRef
  12. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new AlpakkaKafkaContainer(confluentPlatformVersion: String)
  2. new AlpakkaKafkaContainer()

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. def addEnv(arg0: String, arg1: String): Unit
    Definition Classes
    GenericContainer → Container
  5. def addExposedPort(arg0: Integer): Unit
    Definition Classes
    GenericContainer → Container
  6. def addExposedPorts(arg0: <repeated...>[Int]): Unit
    Definition Classes
    GenericContainer → Container
    Annotations
    @transient()
  7. def addFileSystemBind(arg0: String, arg1: String, arg2: BindMode, arg3: SelinuxContext): Unit
    Definition Classes
    GenericContainer → Container
  8. def addFileSystemBind(arg0: String, arg1: String, arg2: BindMode): Unit
    Definition Classes
    Container
  9. def addFixedExposedPort(arg0: Int, arg1: Int, arg2: InternetProtocol): Unit
    Attributes
    protected[containers]
    Definition Classes
    GenericContainer
  10. def addFixedExposedPort(arg0: Int, arg1: Int): Unit
    Attributes
    protected[containers]
    Definition Classes
    GenericContainer
  11. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  12. def canBeReused(): Boolean
    Attributes
    protected[containers]
    Definition Classes
    GenericContainer
  13. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  14. def close(): Unit
    Definition Classes
    Startable → AutoCloseable
  15. def configure(): Unit
    Attributes
    protected[containers]
    Definition Classes
    GenericContainer
  16. def containerIsCreated(arg0: String): Unit
    Attributes
    protected[containers]
    Definition Classes
    GenericContainer
  17. def containerIsStarted(arg0: InspectContainerResponse, arg1: Boolean): Unit
    Attributes
    protected[containers]
    Definition Classes
    GenericContainer
  18. def containerIsStarted(arg0: InspectContainerResponse): Unit
    Attributes
    protected[containers]
    Definition Classes
    GenericContainer
  19. def containerIsStarting(containerInfo: InspectContainerResponse, reused: Boolean): Unit
    Attributes
    protected[internal]
    Definition Classes
    AlpakkaKafkaContainer → GenericContainer
  20. def containerIsStarting(arg0: InspectContainerResponse): Unit
    Attributes
    protected[containers]
    Definition Classes
    GenericContainer
  21. def containerIsStopped(arg0: InspectContainerResponse): Unit
    Attributes
    protected[containers]
    Definition Classes
    GenericContainer
  22. def containerIsStopping(arg0: InspectContainerResponse): Unit
    Attributes
    protected[containers]
    Definition Classes
    GenericContainer
  23. def copyFileFromContainer[T](arg0: String, arg1: ThrowingFunction[InputStream, T]): T
    Definition Classes
    GenericContainer → Container
  24. def copyFileFromContainer(arg0: String, arg1: String): Unit
    Definition Classes
    GenericContainer → Container
  25. def copyFileToContainer(arg0: Transferable, arg1: String): Unit
    Definition Classes
    GenericContainer → Container
  26. def copyFileToContainer(arg0: MountableFile, arg1: String): Unit
    Definition Classes
    GenericContainer → Container
  27. def createVolumeDirectory(arg0: Boolean): Path
    Attributes
    protected[containers]
    Definition Classes
    GenericContainer
  28. def dependsOn(arg0: List[Startable]): AlpakkaKafkaContainer
    Definition Classes
    GenericContainer
  29. def dependsOn(arg0: <repeated...>[Startable]): AlpakkaKafkaContainer
    Definition Classes
    GenericContainer
    Annotations
    @transient()
  30. def doStart(): Unit
    Attributes
    protected[internal]
    Definition Classes
    AlpakkaKafkaContainer → GenericContainer
  31. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  32. def equals(arg0: Any): Boolean
    Definition Classes
    GenericContainer → AnyRef → Any
  33. def execInContainer(arg0: Charset, arg1: <repeated...>[String]): ExecResult
    Definition Classes
    GenericContainer → Container
    Annotations
    @throws( ... ) @throws( classOf[java.io.IOException] ) @throws( ... ) @transient()
  34. def execInContainer(arg0: <repeated...>[String]): ExecResult
    Definition Classes
    GenericContainer → Container
    Annotations
    @throws( ... ) @throws( classOf[java.io.IOException] ) @throws( ... ) @transient()
  35. def fetchDockerDaemonInfo(): Info
    Definition Classes
    GenericContainer → Container
    Annotations
    @throws( classOf[java.io.IOException] )
  36. def followOutput(arg0: Consumer[OutputFrame], arg1: <repeated...>[OutputType]): Unit
    Definition Classes
    Container
    Annotations
    @transient()
  37. def followOutput(arg0: Consumer[OutputFrame]): Unit
    Definition Classes
    Container
  38. def getBinds(): List[Bind]
    Definition Classes
    GenericContainer → Container
  39. def getBootstrapServers(): String
  40. def getBoundPortNumbers(): List[Integer]
    Definition Classes
    ContainerState
  41. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  42. def getCommandParts(): Array[String]
    Definition Classes
    GenericContainer → Container
  43. def getContainerId(): String
    Definition Classes
    GenericContainer → ContainerState
  44. def getContainerInfo(): InspectContainerResponse
    Definition Classes
    GenericContainer → ContainerState
  45. def getContainerIpAddress(): String
    Definition Classes
    ContainerState
  46. def getCopyToFileContainerPathMap(): Map[MountableFile, String]
    Definition Classes
    GenericContainer
  47. def getCreateContainerCmdModifiers(): Set[Consumer[CreateContainerCmd]]
    Definition Classes
    GenericContainer
  48. def getCurrentContainerInfo(): InspectContainerResponse
    Definition Classes
    ContainerState
  49. def getDependencies(): Set[Startable]
    Definition Classes
    GenericContainer → Startable
  50. def getDockerClient(): DockerClient
    Definition Classes
    GenericContainer → Container
  51. def getDockerDaemonInfo(): Info
    Definition Classes
    GenericContainer → Container
  52. def getDockerImageName(): String
    Definition Classes
    GenericContainer → Container
  53. def getEnv(): List[String]
    Definition Classes
    GenericContainer → Container
  54. def getEnvMap(): Map[String, String]
    Definition Classes
    GenericContainer → Container
  55. def getExposedPorts(): List[Integer]
    Definition Classes
    GenericContainer → ContainerState
  56. def getExtraHosts(): List[String]
    Definition Classes
    GenericContainer → Container
  57. def getFirstMappedPort(): Integer
    Definition Classes
    ContainerState
  58. def getImage(): RemoteDockerImage
    Definition Classes
    GenericContainer → Container
  59. def getJmxServiceUrl(): String
  60. def getLabels(): Map[String, String]
    Definition Classes
    GenericContainer
  61. def getLivenessCheckPortNumbers(): Set[Integer]
    Definition Classes
    GenericContainer → WaitStrategyTarget
  62. def getLogConsumers(): List[Consumer[OutputFrame]]
    Definition Classes
    GenericContainer
  63. def getLogs(arg0: <repeated...>[OutputType]): String
    Definition Classes
    ContainerState
    Annotations
    @transient()
  64. def getLogs(): String
    Definition Classes
    ContainerState
  65. def getMappedPort(arg0: Int): Integer
    Definition Classes
    ContainerState
  66. def getNetwork(): Network
    Definition Classes
    AlpakkaKafkaContainer → GenericContainer
  67. def getNetworkAliases(): List[String]
    Definition Classes
    GenericContainer
  68. def getNetworkMode(): String
    Definition Classes
    GenericContainer
  69. def getPortBindings(): List[String]
    Definition Classes
    GenericContainer → Container → ContainerState
  70. def getShmSize(): Long
    Definition Classes
    GenericContainer
  71. def getStartupAttempts(): Int
    Definition Classes
    GenericContainer
  72. def getStartupCheckStrategy(): StartupCheckStrategy
    Definition Classes
    GenericContainer
  73. def getTestHostIpAddress(): String
    Definition Classes
    GenericContainer → Container
  74. def getTmpFsMapping(): Map[String, String]
    Definition Classes
    GenericContainer
  75. def getVolumesFroms(): List[VolumesFrom]
    Definition Classes
    GenericContainer
  76. def getWaitStrategy(): WaitStrategy
    Attributes
    protected[containers]
    Definition Classes
    GenericContainer
  77. def getWorkingDirectory(): String
    Definition Classes
    GenericContainer
  78. def hashCode(): Int
    Definition Classes
    GenericContainer → AnyRef → Any
  79. def isCreated(): Boolean
    Definition Classes
    ContainerState
  80. def isHealthy(): Boolean
    Definition Classes
    ContainerState
  81. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  82. def isPrivilegedMode(): Boolean
    Definition Classes
    GenericContainer
  83. def isRunning(): Boolean
    Definition Classes
    ContainerState
  84. def isShouldBeReused(): Boolean
    Definition Classes
    GenericContainer
  85. def logger(): Logger
    Attributes
    protected[containers]
    Definition Classes
    GenericContainer
  86. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  87. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  88. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  89. def self(): AlpakkaKafkaContainer
    Definition Classes
    Container
  90. def setBinds(arg0: List[Bind]): Unit
    Definition Classes
    GenericContainer → Container
  91. def setCommand(arg0: <repeated...>[String]): Unit
    Definition Classes
    GenericContainer → Container
    Annotations
    @transient()
  92. def setCommand(arg0: String): Unit
    Definition Classes
    GenericContainer → Container
  93. def setCommandParts(arg0: Array[String]): Unit
    Definition Classes
    GenericContainer → Container
  94. def setCopyToFileContainerPathMap(arg0: Map[MountableFile, String]): Unit
    Definition Classes
    GenericContainer
  95. def setDockerImageName(arg0: String): Unit
    Definition Classes
    GenericContainer → Container
  96. def setEnv(arg0: List[String]): Unit
    Definition Classes
    GenericContainer → Container
  97. def setExposedPorts(arg0: List[Integer]): Unit
    Definition Classes
    GenericContainer → Container
  98. def setExtraHosts(arg0: List[String]): Unit
    Definition Classes
    GenericContainer → Container
  99. def setImage(arg0: Future[String]): Unit
    Definition Classes
    GenericContainer → Container
  100. def setLabels(arg0: Map[String, String]): Unit
    Definition Classes
    GenericContainer
  101. def setLogConsumers(arg0: List[Consumer[OutputFrame]]): Unit
    Definition Classes
    GenericContainer
  102. def setNetwork(arg0: Network): Unit
    Definition Classes
    GenericContainer
  103. def setNetworkAliases(arg0: List[String]): Unit
    Definition Classes
    GenericContainer
  104. def setNetworkMode(arg0: String): Unit
    Definition Classes
    GenericContainer
  105. def setPortBindings(arg0: List[String]): Unit
    Definition Classes
    GenericContainer → Container
  106. def setPrivilegedMode(arg0: Boolean): Unit
    Definition Classes
    GenericContainer
  107. def setShmSize(arg0: Long): Unit
    Definition Classes
    GenericContainer
  108. def setStartupAttempts(arg0: Int): Unit
    Definition Classes
    GenericContainer
  109. def setStartupCheckStrategy(arg0: StartupCheckStrategy): Unit
    Definition Classes
    GenericContainer
  110. def setTmpFsMapping(arg0: Map[String, String]): Unit
    Definition Classes
    GenericContainer
  111. def setVolumesFroms(arg0: List[VolumesFrom]): Unit
    Definition Classes
    GenericContainer
  112. def setWaitStrategy(arg0: WaitStrategy): Unit
    Definition Classes
    GenericContainer → Container
  113. def setWorkingDirectory(arg0: String): Unit
    Definition Classes
    GenericContainer
  114. def start(): Unit
    Definition Classes
    GenericContainer → Startable
  115. def stop(): Unit
    Definition Classes
    GenericContainer → Startable
  116. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  117. def toString(): String
    Definition Classes
    GenericContainer → AnyRef → Any
  118. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  119. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  120. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  121. def waitUntilContainerStarted(): Unit
    Attributes
    protected[containers]
    Definition Classes
    GenericContainer
  122. def waitingFor(arg0: WaitStrategy): AlpakkaKafkaContainer
    Definition Classes
    GenericContainer → Container
  123. def withClasspathResourceMapping(arg0: String, arg1: String, arg2: BindMode, arg3: SelinuxContext): AlpakkaKafkaContainer
    Definition Classes
    GenericContainer → Container
  124. def withClasspathResourceMapping(arg0: String, arg1: String, arg2: BindMode): AlpakkaKafkaContainer
    Definition Classes
    GenericContainer → Container
  125. def withCommand(arg0: <repeated...>[String]): AlpakkaKafkaContainer
    Definition Classes
    GenericContainer → Container
    Annotations
    @transient()
  126. def withCommand(arg0: String): AlpakkaKafkaContainer
    Definition Classes
    GenericContainer → Container
  127. def withCopyFileToContainer(arg0: MountableFile, arg1: String): AlpakkaKafkaContainer
    Definition Classes
    GenericContainer → Container
  128. def withCreateContainerCmdModifier(arg0: Consumer[CreateContainerCmd]): AlpakkaKafkaContainer
    Definition Classes
    GenericContainer
  129. def withEmbeddedZookeeper(): AlpakkaKafkaContainer
  130. def withEnv(arg0: Map[String, String]): AlpakkaKafkaContainer
    Definition Classes
    GenericContainer → Container
  131. def withEnv(arg0: String, arg1: String): AlpakkaKafkaContainer
    Definition Classes
    GenericContainer → Container
  132. def withEnv(arg0: String, arg1: Function[Optional[String], String]): AlpakkaKafkaContainer
    Definition Classes
    Container
  133. def withExposedPorts(arg0: <repeated...>[Integer]): AlpakkaKafkaContainer
    Definition Classes
    GenericContainer → Container
    Annotations
    @transient()
  134. def withExternalZookeeper(connectString: String): AlpakkaKafkaContainer
  135. def withExtraHost(arg0: String, arg1: String): AlpakkaKafkaContainer
    Definition Classes
    GenericContainer → Container
  136. def withFileSystemBind(arg0: String, arg1: String, arg2: BindMode): AlpakkaKafkaContainer
    Definition Classes
    GenericContainer → Container
  137. def withFileSystemBind(arg0: String, arg1: String): AlpakkaKafkaContainer
    Definition Classes
    Container
  138. def withImagePullPolicy(arg0: ImagePullPolicy): AlpakkaKafkaContainer
    Definition Classes
    GenericContainer → Container
  139. def withLabel(arg0: String, arg1: String): AlpakkaKafkaContainer
    Definition Classes
    GenericContainer → Container
  140. def withLabels(arg0: Map[String, String]): AlpakkaKafkaContainer
    Definition Classes
    GenericContainer → Container
  141. def withLogConsumer(arg0: Consumer[OutputFrame]): AlpakkaKafkaContainer
    Definition Classes
    GenericContainer → Container
  142. def withMinimumRunningDuration(arg0: Duration): AlpakkaKafkaContainer
    Definition Classes
    GenericContainer → Container
  143. def withNetwork(network: Network): AlpakkaKafkaContainer
    Definition Classes
    AlpakkaKafkaContainer → GenericContainer → Container
  144. def withNetworkAliases(arg0: <repeated...>[String]): AlpakkaKafkaContainer
    Definition Classes
    GenericContainer → Container
    Annotations
    @transient()
  145. def withNetworkMode(arg0: String): AlpakkaKafkaContainer
    Definition Classes
    GenericContainer → Container
  146. def withPrivilegedMode(arg0: Boolean): AlpakkaKafkaContainer
    Definition Classes
    GenericContainer → Container
  147. def withRemoteJmxService(): AlpakkaKafkaContainer
  148. def withReuse(arg0: Boolean): AlpakkaKafkaContainer
    Definition Classes
    GenericContainer
  149. def withSharedMemorySize(arg0: Long): AlpakkaKafkaContainer
    Definition Classes
    GenericContainer
  150. def withStartupAttempts(arg0: Int): AlpakkaKafkaContainer
    Definition Classes
    GenericContainer
  151. def withStartupCheckStrategy(arg0: StartupCheckStrategy): AlpakkaKafkaContainer
    Definition Classes
    GenericContainer → Container
  152. def withStartupTimeout(arg0: Duration): AlpakkaKafkaContainer
    Definition Classes
    GenericContainer → Container
  153. def withTmpFs(arg0: Map[String, String]): AlpakkaKafkaContainer
    Definition Classes
    GenericContainer
  154. def withVolumesFrom(arg0: Container[SELF] forSome {type SELF <: Container[SELF]}, arg1: BindMode): AlpakkaKafkaContainer
    Definition Classes
    GenericContainer → Container
  155. def withWorkingDirectory(arg0: String): AlpakkaKafkaContainer
    Definition Classes
    GenericContainer → Container

Deprecated Value Members

  1. def addLink(arg0: LinkableContainer, arg1: String): Unit
    Definition Classes
    GenericContainer → Container
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  2. def apply(arg0: Statement, arg1: Description): Statement
    Definition Classes
    GenericContainer → FailureDetectingExternalResource → TestRule
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  3. def failed(arg0: Throwable, arg1: Description): Unit
    Attributes
    protected[containers]
    Definition Classes
    GenericContainer → FailureDetectingExternalResource
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  4. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  5. def finished(arg0: Description): Unit
    Attributes
    protected[containers]
    Definition Classes
    GenericContainer → FailureDetectingExternalResource
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  6. def getContainerName(): String
    Definition Classes
    GenericContainer → LinkableContainer
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  7. def getIpAddress(): String
    Definition Classes
    GenericContainer
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  8. def getLinkedContainers(): Map[String, LinkableContainer]
    Definition Classes
    GenericContainer → Container
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  9. def getLivenessCheckPort(): Integer
    Attributes
    protected[containers]
    Definition Classes
    GenericContainer
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  10. def getLivenessCheckPorts(): Set[Integer]
    Attributes
    protected[containers]
    Definition Classes
    GenericContainer
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  11. def setLinkedContainers(arg0: Map[String, LinkableContainer]): Unit
    Definition Classes
    GenericContainer → Container
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  12. def starting(arg0: Description): Unit
    Attributes
    protected[containers]
    Definition Classes
    GenericContainer → FailureDetectingExternalResource
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  13. def succeeded(arg0: Description): Unit
    Attributes
    protected[containers]
    Definition Classes
    GenericContainer → FailureDetectingExternalResource
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Startable

Inherited from WaitStrategyTarget

Inherited from AutoCloseable

Inherited from ContainerState

Inherited from LinkableContainer

Inherited from TestRule

Inherited from AnyRef

Inherited from Any

Ungrouped