case class DockerContainer(container: Container, data: Option[PlanFileReference] = None, mantikHeader: MantikHeader[_ <: MantikDefinition], embeddedData: Option[(String, ByteString)] = None) extends PlanNodeService with Product with Serializable
Represents a docker container in the graph.
- container
container to spin up
- data
data as file upload
- mantikHeader
Mantik header to initialize
- embeddedData
embedded data (with Content Type)
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DockerContainer
- Serializable
- Serializable
- Product
- Equals
- PlanNodeService
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
new
DockerContainer(container: Container, data: Option[PlanFileReference] = None, mantikHeader: MantikHeader[_ <: MantikDefinition], embeddedData: Option[(String, ByteString)] = None)
- container
container to spin up
- data
data as file upload
- mantikHeader
Mantik header to initialize
- embeddedData
embedded data (with Content Type)
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
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
- val container: Container
- val data: Option[PlanFileReference]
- val embeddedData: Option[(String, ByteString)]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val mantikHeader: MantikHeader[_ <: MantikDefinition]
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )