case class MantikArtifact(mantikHeader: String, fileId: Option[String], namedId: Option[NamedMantikId], itemId: ItemId, deploymentInfo: Option[DeploymentInfo] = None, executorStorageId: Option[String] = None) extends Product with Serializable
A Mantik Artefact.
- mantikHeader
the MantikHeader.
- fileId
associated file.
- namedId
an optional name, if it's not an anonymous item.
- itemId
the itemId
- deploymentInfo
optional current deployment info.
- executorStorageId
id of the payload mirrored in executor storage
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- MantikArtifact
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
new
MantikArtifact(mantikHeader: String, fileId: Option[String], namedId: Option[NamedMantikId], itemId: ItemId, deploymentInfo: Option[DeploymentInfo] = None, executorStorageId: Option[String] = None)
- mantikHeader
the MantikHeader.
- fileId
associated file.
- namedId
an optional name, if it's not an anonymous item.
- itemId
the itemId
- deploymentInfo
optional current deployment info.
- executorStorageId
id of the payload mirrored in executor storage
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 deploymentInfo: Option[DeploymentInfo]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val executorStorageId: Option[String]
- val fileId: Option[String]
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val itemId: ItemId
- val mantikHeader: String
-
def
mantikId: MantikId
Returns the named Mantik Id if given, or the itemId as fallback
- val namedId: Option[NamedMantikId]
-
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()
-
lazy val
parsedMantikHeader: MantikHeader[_ <: MantikDefinition]
The parsed MantikHeader.
-
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( ... )