c

com.github.j5ik2o.dockerController

DockerControllerImpl

class DockerControllerImpl extends DockerController

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

Instance Constructors

  1. new DockerControllerImpl(dockerClient: DockerClient, outputFrameInterval: FiniteDuration = 500.millis)(imageName: String, tag: Option[String] = None)

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def awaitCondition(duration: Duration)(predicate: (Frame) ⇒ Boolean): DockerController
    Definition Classes
    DockerControllerImplDockerController
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  7. def containerId: String
    Definition Classes
    DockerControllerImplDockerController
  8. def createContainer(f: (CreateContainerCmd) ⇒ CreateContainerCmd): DockerController
    Definition Classes
    DockerControllerImplDockerController
  9. val dockerClient: DockerClient
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  12. def existsImage(p: (Image) ⇒ Boolean): Boolean
    Definition Classes
    DockerControllerImplDockerController
  13. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. val imageName: String
  16. def inspectContainer(f: (InspectContainerCmd) ⇒ InspectContainerCmd): InspectContainerResponse
    Definition Classes
    DockerControllerImplDockerController
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. def listImages(f: (ListImagesCmd) ⇒ ListImagesCmd): Vector[Image]
    Definition Classes
    DockerControllerImplDockerController
  19. val logger: Logger
    Attributes
    protected
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. def newCreateContainerCmd(): CreateContainerCmd
    Attributes
    protected
  22. def newInspectContainerCmd(): InspectContainerCmd
    Attributes
    protected
  23. def newListImagesCmd(): ListImagesCmd
    Attributes
    protected
  24. def newLogContainerCmd(): LogContainerCmd
    Attributes
    protected
  25. def newPullImageCmd(): PullImageCmd
    Attributes
    protected
  26. def newRemoveContainerCmd(): RemoveContainerCmd
    Attributes
    protected
  27. def newStartContainerCmd(): StartContainerCmd
    Attributes
    protected
  28. def newStopContainerCmd(): StopContainerCmd
    Attributes
    protected
  29. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  30. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  31. def pullImage(f: (PullImageCmd) ⇒ PullImageCmd): DockerController
    Definition Classes
    DockerControllerImplDockerController
  32. def pullImageIfNotExists(f: (PullImageCmd) ⇒ PullImageCmd): DockerController
    Definition Classes
    DockerControllerImplDockerController
  33. def removeContainer(f: (RemoveContainerCmd) ⇒ RemoveContainerCmd): DockerController
    Definition Classes
    DockerControllerImplDockerController
  34. def startContainer(f: (StartContainerCmd) ⇒ StartContainerCmd): DockerController
    Definition Classes
    DockerControllerImplDockerController
  35. def stopContainer(f: (StopContainerCmd) ⇒ StopContainerCmd): DockerController
    Definition Classes
    DockerControllerImplDockerController
  36. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  37. val tag: Option[String]
  38. def toString(): String
    Definition Classes
    AnyRef → Any
  39. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  41. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

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

Inherited from DockerController

Inherited from AnyRef

Inherited from Any

Ungrouped