Trait/Object

com.swoop.spark.records

Features

Related Docs: object Features | package records

Permalink

trait Features extends AnyRef

Definitions for the meaning of bits in the features bit mask of com.swoop.spark.records.Record.

The least significant 16 bits are reserved for framework use. The next 15 bits are available for application use. The most significant bit is reserved for framework use also.

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Features
  2. AnyRef
  3. 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

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 Features to any2stringadd[Features] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (Features, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from Features to ArrowAssoc[Features] 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 val CORRUPT: Int(64)

    Permalink
  7. final val DEBUG: Int(8)

    Permalink
  8. final val ERROR: Int(1)

    Permalink
  9. final val INFO: Int(4)

    Permalink
  10. final val INTERNAL_RECORD: Int(256)

    Permalink
  11. final val INVALID: Int(32)

    Permalink
  12. final val LATE_ARRIVAL: Int(2048)

    Permalink
  13. final val QUALITY_CONCERN: Int(1024)

    Permalink
  14. final val RESERVED_12: Int(4096)

    Permalink
  15. final val RESERVED_13: Int(4096)

    Permalink
  16. final val RESERVED_14: Int(16384)

    Permalink
  17. final val RESERVED_15: Int(32768)

    Permalink
  18. final val RESERVED_7: Int(128)

    Permalink
  19. final val SKIP: Int(16)

    Permalink
  20. final val UNKNOWN: Int(512)

    Permalink
  21. final val WARNING: Int(2)

    Permalink
  22. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  24. def ensuring(cond: (Features) ⇒ Boolean, msg: ⇒ Any): Features

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  30. def finalize(): Unit

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  34. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  35. final def ne(arg0: AnyRef): Boolean

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

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

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

    Permalink
    Definition Classes
    AnyRef
  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 [B](y: B): (Features, B)

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

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from Features to any2stringadd[Features]

Inherited by implicit conversion StringFormat from Features to StringFormat[Features]

Inherited by implicit conversion Ensuring from Features to Ensuring[Features]

Inherited by implicit conversion ArrowAssoc from Features to ArrowAssoc[Features]

Ungrouped