case class MantikItemState(namedMantikItem: Option[NamedMantikId] = None, itemStored: Boolean = false, nameStored: Boolean = false, payloadFile: Option[String] = None, deployment: Option[DeploymentState] = None, cacheFile: Option[String] = None) extends Product with Serializable
The current run time state of a Mantik Item.
- namedMantikItem
the mantik id if the Item is stored/loaded inside the repository.
- itemStored
the item itself is stored (this doesn't require that it has a mantik id)
- nameStored
the name is stored (this also requires that the item is stored).
- deployment
information about deployment
- cacheFile
temporary cache file holding the result
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- MantikItemState
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new MantikItemState(namedMantikItem: Option[NamedMantikId] = None, itemStored: Boolean = false, nameStored: Boolean = false, payloadFile: Option[String] = None, deployment: Option[DeploymentState] = None, cacheFile: Option[String] = None)
- namedMantikItem
the mantik id if the Item is stored/loaded inside the repository.
- itemStored
the item itself is stored (this doesn't require that it has a mantik id)
- nameStored
the name is stored (this also requires that the item is stored).
- deployment
information about deployment
- cacheFile
temporary cache file holding the result
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
- val cacheFile: Option[String]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- val deployment: Option[DeploymentState]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def isCacheEvaluated: Boolean
Return true if the item's payload is inside the cache.
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val itemStored: Boolean
- val nameStored: Boolean
- val namedMantikItem: 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()
- val payloadFile: Option[String]
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])