Trait

com.swoop.spark.records

BuildContext

Related Doc: package records

Permalink

trait BuildContext[Ctx] extends HasJobContext[Ctx] with HasFeatures with HasDetails with ThrowsErrors

Convenience trait that combines the main services exposed by RecordBuilder.

Ctx

the job context

See also

Build Context

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BuildContext
  2. ThrowsErrors
  3. HasDetails
  4. HasFeatures
  5. HasJobContext
  6. AnyRef
  7. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def containsSomeFeatures(mask: Int): Boolean

    Permalink

    Returns true if the feature mask collected during record building contains one of more of the 1 bits in the provided bitmask.

    Returns true if the feature mask collected during record building contains one of more of the 1 bits in the provided bitmask.

    Definition Classes
    HasFeatures
  2. abstract def features: Int

    Permalink

    Returns the feature mask collected during record building.

    Returns the feature mask collected during record building.

    Definition Classes
    HasFeatures
  3. abstract def jobContext: Ctx

    Permalink

    Returns the job context.

    Returns the job context.

    Definition Classes
    HasJobContext
  4. abstract def notifyDetail(ex: Throwable): Unit

    Permalink

    Notifies the builder to add this Throwable to the list from which issues will be generated.

    Notifies the builder to add this Throwable to the list from which issues will be generated.

    If the provided parameter is extends FeatureMask, its features will be added to the set aggregated by the builder.

    Definition Classes
    HasDetails
  5. abstract def notifyFeatures(flags: Int): Unit

    Permalink

    Notifies the builder to add the following features to the aggregate features.

    Notifies the builder to add the following features to the aggregate features.

    Definition Classes
    HasFeatures

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from BuildContext[Ctx] to any2stringadd[BuildContext[Ctx]] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (BuildContext[Ctx], B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from BuildContext[Ctx] to ArrowAssoc[BuildContext[Ctx]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def debug(msg: String, detail: String, id: Int = Issue.Debug.UNKNOWN): Unit

    Permalink
    Definition Classes
    HasDetails
  9. def debug(msg: String, id: Int): Unit

    Permalink
    Definition Classes
    HasDetails
  10. def debug(msg: String): Unit

    Permalink
    Definition Classes
    HasDetails
  11. def ensuring(cond: (BuildContext[Ctx]) ⇒ Boolean, msg: ⇒ Any): BuildContext[Ctx]

    Permalink
    Implicit information
    This member is added by an implicit conversion from BuildContext[Ctx] to Ensuring[BuildContext[Ctx]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  12. def ensuring(cond: (BuildContext[Ctx]) ⇒ Boolean): BuildContext[Ctx]

    Permalink
    Implicit information
    This member is added by an implicit conversion from BuildContext[Ctx] to Ensuring[BuildContext[Ctx]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. def ensuring(cond: Boolean, msg: ⇒ Any): BuildContext[Ctx]

    Permalink
    Implicit information
    This member is added by an implicit conversion from BuildContext[Ctx] to Ensuring[BuildContext[Ctx]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. def ensuring(cond: Boolean): BuildContext[Ctx]

    Permalink
    Implicit information
    This member is added by an implicit conversion from BuildContext[Ctx] to Ensuring[BuildContext[Ctx]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  16. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  17. def error(msg: String, detail: String, id: Int = Issue.Error.UNKNOWN): Unit

    Permalink
    Definition Classes
    HasDetails
  18. def error(msg: String, id: Int): Unit

    Permalink
    Definition Classes
    HasDetails
  19. def error(msg: String): Unit

    Permalink
    Definition Classes
    HasDetails
  20. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  21. def formatted(fmtstr: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from BuildContext[Ctx] to StringFormat[BuildContext[Ctx]] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  22. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  23. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  24. def info(msg: String, detail: String, id: Int = Issue.Info.UNKNOWN): Unit

    Permalink
    Definition Classes
    HasDetails
  25. def info(msg: String, id: Int): Unit

    Permalink
    Definition Classes
    HasDetails
  26. def info(msg: String): Unit

    Permalink
    Definition Classes
    HasDetails
  27. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  28. def jc: Ctx

    Permalink

    Shorthand for jobContext.

    Shorthand for jobContext.

    Definition Classes
    HasJobContext
  29. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  30. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  31. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  32. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  33. def throwError(message: String, messageId: Int, cause: Throwable): Nothing

    Permalink
    Definition Classes
    ThrowsErrors
  34. def throwError(message: String, detail: String, messageId: Int, cause: Throwable): Nothing

    Permalink
    Definition Classes
    ThrowsErrors
  35. def throwError(message: String, messageId: Int): Nothing

    Permalink
    Definition Classes
    ThrowsErrors
  36. def throwError(message: String, detail: String, messageId: Int): Nothing

    Permalink
    Definition Classes
    ThrowsErrors
  37. def throwError(message: String): Nothing

    Permalink
    Definition Classes
    ThrowsErrors
  38. def throwError(message: String, detail: String): Nothing

    Permalink
    Definition Classes
    ThrowsErrors
  39. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  40. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. def warn(msg: String, detail: String, id: Int = Issue.Warning.UNKNOWN): Unit

    Permalink
    Definition Classes
    HasDetails
  44. def warn(msg: String, id: Int): Unit

    Permalink
    Definition Classes
    HasDetails
  45. def warn(msg: String): Unit

    Permalink
    Definition Classes
    HasDetails
  46. def [B](y: B): (BuildContext[Ctx], B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from BuildContext[Ctx] to ArrowAssoc[BuildContext[Ctx]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from ThrowsErrors

Inherited from HasDetails

Inherited from HasFeatures

Inherited from HasJobContext[Ctx]

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from BuildContext[Ctx] to any2stringadd[BuildContext[Ctx]]

Inherited by implicit conversion StringFormat from BuildContext[Ctx] to StringFormat[BuildContext[Ctx]]

Inherited by implicit conversion Ensuring from BuildContext[Ctx] to Ensuring[BuildContext[Ctx]]

Inherited by implicit conversion ArrowAssoc from BuildContext[Ctx] to ArrowAssoc[BuildContext[Ctx]]

Ungrouped