Class

de.l3s.archivespark.enrich

BoundEnrichFuncWithDefaultField

Related Doc: package enrich

Permalink

abstract class BoundEnrichFuncWithDefaultField[Root <: EnrichRoot, Source, DefaultFieldType] extends DependentEnrichFuncWithDefaultField[Root, Source, DefaultFieldType, DefaultFieldType]

Linear Supertypes
DependentEnrichFuncWithDefaultField[Root, Source, DefaultFieldType, DefaultFieldType], DefaultFieldAccess[DefaultFieldType, DefaultFieldType], DependentEnrichFunc[Root, Source], EnrichFunc[Root, Source], Serializable, Serializable, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. BoundEnrichFuncWithDefaultField
  2. DependentEnrichFuncWithDefaultField
  3. DefaultFieldAccess
  4. DependentEnrichFunc
  5. EnrichFunc
  6. Serializable
  7. Serializable
  8. AnyRef
  9. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new BoundEnrichFuncWithDefaultField(bound: DependentEnrichFuncWithDefaultField[Root, _, Source, _])

    Permalink
  2. new BoundEnrichFuncWithDefaultField(bound: DependentEnrichFunc[Root, _], field: String)

    Permalink

Abstract Value Members

  1. abstract def defaultField: String

    Permalink
    Definition Classes
    DefaultFieldAccess
  2. abstract def derive(source: TypedEnrichable[Source], derivatives: Derivatives): Unit

    Permalink
    Attributes
    protected[de.l3s.archivespark.enrich]
    Definition Classes
    EnrichFunc
  3. abstract def fields: Seq[String]

    Permalink
    Definition Classes
    EnrichFunc

Concrete Value Members

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def aliases: Map[String, String]

    Permalink
    Definition Classes
    EnrichFunc
  5. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def dependency: DependentEnrichFunc[Root, _]

    Permalink
  8. def dependencyField: String

    Permalink
  9. def enrich(root: Root, excludeFromOutput: Boolean): Root

    Permalink
    Attributes
    protected[de.l3s.archivespark.enrich]
    Definition Classes
    DependentEnrichFuncEnrichFunc
  10. def enrich(root: Root): Root

    Permalink
    Definition Classes
    EnrichFunc
  11. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  13. def exists(source: Enrichable): Boolean

    Permalink
    Definition Classes
    EnrichFunc
  14. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  16. def hasField(name: String): Boolean

    Permalink
    Definition Classes
    EnrichFunc
  17. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  18. def isEnriched(root: Root): Boolean

    Permalink
    Definition Classes
    EnrichFunc
  19. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  20. def map[SourceField, Target](sourceField: String, target: String, alias: String)(f: (SourceField) ⇒ Target): DependentEnrichFunc[Root, SourceField] with SingleField[Target]

    Permalink
    Definition Classes
    EnrichFunc
  21. def map[SourceField, Target](sourceField: String, target: String)(f: (SourceField) ⇒ Target): DependentEnrichFunc[Root, SourceField] with SingleField[Target]

    Permalink
    Definition Classes
    EnrichFunc
  22. def map[SourceField, Target](target: String)(f: (SourceField) ⇒ Target): DependentEnrichFunc[Root, SourceField] with SingleField[Target]

    Permalink
    Definition Classes
    EnrichFunc
  23. def mapEach[SourceField, Target](sourceField: String, target: String, alias: String)(f: (SourceField) ⇒ Target): DependentEnrichFunc[Root, SourceField] with DefaultFieldAccess[Target, Seq[Target]]

    Permalink
    Definition Classes
    EnrichFunc
  24. def mapEach[SourceField, Target](sourceField: String, target: String)(f: (SourceField) ⇒ Target): DependentEnrichFunc[Root, SourceField] with DefaultFieldAccess[Target, Seq[Target]]

    Permalink
    Definition Classes
    EnrichFunc
  25. def mapEach[SourceField, Target](target: String)(f: (SourceField) ⇒ Target): DependentEnrichFunc[Root, SourceField] with DefaultFieldAccess[Target, Seq[Target]]

    Permalink
    Definition Classes
    EnrichFunc
  26. def mapMulti[SourceField, Target](sourceField: String, target: String, alias: String)(f: (SourceField) ⇒ Iterable[Target]): DependentEnrichFunc[Root, SourceField] with SingleField[Seq[Target]]

    Permalink
    Definition Classes
    EnrichFunc
  27. def mapMulti[SourceField, Target](sourceField: String, target: String)(f: (SourceField) ⇒ Iterable[Target]): DependentEnrichFunc[Root, SourceField] with SingleField[Seq[Target]]

    Permalink
    Definition Classes
    EnrichFunc
  28. def mapMulti[SourceField, Target](target: String)(f: (SourceField) ⇒ Iterable[Target]): DependentEnrichFunc[Root, SourceField] with SingleField[Seq[Target]]

    Permalink
    Definition Classes
    EnrichFunc
  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. def of[DependencyRoot <: EnrichRoot](dependency: EnrichFunc[DependencyRoot, _], index: Int): EnrichFunc[DependencyRoot, Source] with DefaultFieldAccess[DefaultFieldType, DefaultFieldType]

    Permalink
  33. def of[DependencyRoot <: EnrichRoot](dependency: EnrichFunc[DependencyRoot, _]): EnrichFunc[DependencyRoot, Source] with DefaultFieldAccess[DefaultFieldType, DefaultFieldType]

    Permalink
  34. def of[DependencyRoot <: EnrichRoot](dependency: EnrichFunc[DependencyRoot, _] with MultiVal, index: Int)(implicit d: DummyImplicit): EnrichFunc[DependencyRoot, Source] with DefaultFieldAccess[DefaultFieldType, Seq[DefaultFieldType]] with MultiVal

    Permalink
  35. def of[DependencyRoot <: EnrichRoot](dependency: EnrichFunc[DependencyRoot, _] with MultiVal)(implicit d: DummyImplicit): EnrichFunc[DependencyRoot, Source] with DefaultFieldAccess[DefaultFieldType, Seq[DefaultFieldType]] with MultiVal

    Permalink
  36. def of[DependencyRoot <: EnrichRoot](dependency: EnrichFunc[DependencyRoot, _], field: String, index: Int): EnrichFunc[DependencyRoot, Source] with DefaultFieldAccess[DefaultFieldType, DefaultFieldType]

    Permalink
  37. def of[DependencyRoot <: EnrichRoot](dependency: EnrichFunc[DependencyRoot, _], field: String): EnrichFunc[DependencyRoot, Source] with DefaultFieldAccess[DefaultFieldType, DefaultFieldType]

    Permalink
  38. def of[DependencyRoot <: EnrichRoot](dependency: EnrichFunc[DependencyRoot, _] with MultiVal, field: String, index: Int)(implicit d: DummyImplicit): EnrichFunc[DependencyRoot, Source] with DefaultFieldAccess[DefaultFieldType, Seq[DefaultFieldType]] with MultiVal

    Permalink
  39. def of[DependencyRoot <: EnrichRoot](dependency: EnrichFunc[DependencyRoot, _] with MultiVal, field: String)(implicit d: DummyImplicit): EnrichFunc[DependencyRoot, Source] with DefaultFieldAccess[DefaultFieldType, Seq[DefaultFieldType]] with MultiVal

    Permalink
  40. def of(source: Seq[String], index: Int): EnrichFunc[EnrichRoot, Source] with DefaultFieldAccess[DefaultFieldType, DefaultFieldType]

    Permalink
  41. def of(source: String, index: Int): EnrichFunc[EnrichRoot, Source] with DefaultFieldAccess[DefaultFieldType, DefaultFieldType]

    Permalink
  42. def of(source: Seq[String]): EnrichFunc[EnrichRoot, Source] with DefaultFieldAccess[DefaultFieldType, DefaultFieldType]

    Permalink
  43. def of(source: String): EnrichFunc[EnrichRoot, Source] with DefaultFieldAccess[DefaultFieldType, DefaultFieldType]

    Permalink
  44. def ofEach[DependencyRoot <: EnrichRoot](dependency: EnrichFunc[DependencyRoot, _]): EnrichFunc[DependencyRoot, Source] with DefaultFieldAccess[DefaultFieldType, Seq[DefaultFieldType]] with MultiVal

    Permalink
  45. def ofEach[DependencyRoot <: EnrichRoot](dependency: EnrichFunc[DependencyRoot, _], field: String): EnrichFunc[DependencyRoot, Source] with DefaultFieldAccess[DefaultFieldType, Seq[DefaultFieldType]] with MultiVal

    Permalink
  46. def ofEach(source: Seq[String]): EnrichFunc[EnrichRoot, Source] with DefaultFieldAccess[DefaultFieldType, Seq[DefaultFieldType]] with MultiVal

    Permalink
  47. def ofEach(source: String): EnrichFunc[EnrichRoot, Source] with DefaultFieldAccess[DefaultFieldType, Seq[DefaultFieldType]] with MultiVal

    Permalink
  48. def ofMulti[DependencyRoot <: EnrichRoot](dependency: EnrichFunc[DependencyRoot, _], index: Int): EnrichFunc[DependencyRoot, Source] with DefaultFieldAccess[DefaultFieldType, Seq[DefaultFieldType]] with MultiVal

    Permalink
  49. def ofMulti[DependencyRoot <: EnrichRoot](dependency: EnrichFunc[DependencyRoot, _]): EnrichFunc[DependencyRoot, Source] with DefaultFieldAccess[DefaultFieldType, Seq[DefaultFieldType]] with MultiVal

    Permalink
  50. def ofMulti[DependencyRoot <: EnrichRoot](dependency: EnrichFunc[DependencyRoot, _], field: String, index: Int): EnrichFunc[DependencyRoot, Source] with DefaultFieldAccess[DefaultFieldType, Seq[DefaultFieldType]] with MultiVal

    Permalink
  51. def ofMulti[DependencyRoot <: EnrichRoot](dependency: EnrichFunc[DependencyRoot, _], field: String): EnrichFunc[DependencyRoot, Source] with DefaultFieldAccess[DefaultFieldType, Seq[DefaultFieldType]] with MultiVal

    Permalink
  52. def ofMulti(source: Seq[String], index: Int): EnrichFunc[EnrichRoot, Source] with DefaultFieldAccess[DefaultFieldType, Seq[DefaultFieldType]] with MultiVal

    Permalink
  53. def ofMulti(source: String, index: Int): EnrichFunc[EnrichRoot, Source] with DefaultFieldAccess[DefaultFieldType, Seq[DefaultFieldType]] with MultiVal

    Permalink
  54. def ofMulti(source: Seq[String]): EnrichFunc[EnrichRoot, Source] with DefaultFieldAccess[DefaultFieldType, Seq[DefaultFieldType]] with MultiVal

    Permalink
  55. def ofMulti(source: String): EnrichFunc[EnrichRoot, Source] with DefaultFieldAccess[DefaultFieldType, Seq[DefaultFieldType]] with MultiVal

    Permalink
  56. def ofRoot: EnrichFunc[EnrichRoot, Source] with DefaultFieldAccess[DefaultFieldType, DefaultFieldType]

    Permalink
  57. def on[DependencyRoot <: EnrichRoot](dependency: EnrichFunc[DependencyRoot, _], field: String): EnrichFunc[DependencyRoot, Source] with DefaultFieldAccess[DefaultFieldType, DefaultFieldType]

    Permalink
  58. def on(source: Seq[String]): EnrichFunc[EnrichRoot, Source] with DefaultFieldAccess[DefaultFieldType, DefaultFieldType]

    Permalink
  59. def on[DependencyRoot <: EnrichRoot](dependency: EnrichFunc[DependencyRoot, _], index: Int): EnrichFunc[DependencyRoot, Source] with DefaultFieldAccess[DefaultFieldType, DefaultFieldType]

    Permalink
  60. def on[DependencyRoot <: EnrichRoot](dependency: EnrichFunc[DependencyRoot, _]): EnrichFunc[DependencyRoot, Source] with DefaultFieldAccess[DefaultFieldType, DefaultFieldType]

    Permalink
  61. def on[DependencyRoot <: EnrichRoot](dependency: EnrichFunc[DependencyRoot, _] with MultiVal, index: Int)(implicit d: DummyImplicit): EnrichFunc[DependencyRoot, Source] with DefaultFieldAccess[DefaultFieldType, Seq[DefaultFieldType]] with MultiVal

    Permalink
  62. def on[DependencyRoot <: EnrichRoot](dependency: EnrichFunc[DependencyRoot, _] with MultiVal)(implicit d: DummyImplicit): EnrichFunc[DependencyRoot, Source] with DefaultFieldAccess[DefaultFieldType, Seq[DefaultFieldType]] with MultiVal

    Permalink
  63. def on[DependencyRoot <: EnrichRoot](dependency: EnrichFunc[DependencyRoot, _], field: String, index: Int): EnrichFunc[DependencyRoot, Source] with DefaultFieldAccess[DefaultFieldType, DefaultFieldType]

    Permalink
  64. def on[DependencyRoot <: EnrichRoot](dependency: EnrichFunc[DependencyRoot, _] with MultiVal, field: String, index: Int)(implicit d: DummyImplicit): EnrichFunc[DependencyRoot, Source] with DefaultFieldAccess[DefaultFieldType, Seq[DefaultFieldType]] with MultiVal

    Permalink
  65. def on[DependencyRoot <: EnrichRoot](dependency: EnrichFunc[DependencyRoot, _] with MultiVal, field: String)(implicit d: DummyImplicit): EnrichFunc[DependencyRoot, Source] with DefaultFieldAccess[DefaultFieldType, Seq[DefaultFieldType]] with MultiVal

    Permalink
  66. def on(source: String, index: Int): EnrichFunc[EnrichRoot, Source] with DefaultFieldAccess[DefaultFieldType, DefaultFieldType]

    Permalink
  67. def on(source: Seq[String], index: Int): EnrichFunc[EnrichRoot, Source] with DefaultFieldAccess[DefaultFieldType, DefaultFieldType]

    Permalink
  68. def on(source: String): EnrichFunc[EnrichRoot, Source] with DefaultFieldAccess[DefaultFieldType, DefaultFieldType]

    Permalink
  69. def onEach[DependencyRoot <: EnrichRoot](dependency: EnrichFunc[DependencyRoot, _]): EnrichFunc[DependencyRoot, Source] with DefaultFieldAccess[DefaultFieldType, Seq[DefaultFieldType]] with MultiVal

    Permalink
  70. def onEach[DependencyRoot <: EnrichRoot](dependency: EnrichFunc[DependencyRoot, _], field: String): EnrichFunc[DependencyRoot, Source] with DefaultFieldAccess[DefaultFieldType, Seq[DefaultFieldType]] with MultiVal

    Permalink
  71. def onEach(source: String): EnrichFunc[EnrichRoot, Source] with DefaultFieldAccess[DefaultFieldType, Seq[DefaultFieldType]] with MultiVal

    Permalink
  72. def onEach(source: Seq[String]): EnrichFunc[EnrichRoot, Source] with DefaultFieldAccess[DefaultFieldType, Seq[DefaultFieldType]] with MultiVal

    Permalink
  73. def onMulti[DependencyRoot <: EnrichRoot](dependency: EnrichFunc[DependencyRoot, _], field: String): EnrichFunc[DependencyRoot, Source] with DefaultFieldAccess[DefaultFieldType, Seq[DefaultFieldType]] with MultiVal

    Permalink
  74. def onMulti(source: Seq[String]): EnrichFunc[EnrichRoot, Source] with DefaultFieldAccess[DefaultFieldType, Seq[DefaultFieldType]] with MultiVal

    Permalink
  75. def onMulti[DependencyRoot <: EnrichRoot](dependency: EnrichFunc[DependencyRoot, _], index: Int): EnrichFunc[DependencyRoot, Source] with DefaultFieldAccess[DefaultFieldType, Seq[DefaultFieldType]] with MultiVal

    Permalink
  76. def onMulti[DependencyRoot <: EnrichRoot](dependency: EnrichFunc[DependencyRoot, _]): EnrichFunc[DependencyRoot, Source] with DefaultFieldAccess[DefaultFieldType, Seq[DefaultFieldType]] with MultiVal

    Permalink
  77. def onMulti[DependencyRoot <: EnrichRoot](dependency: EnrichFunc[DependencyRoot, _], field: String, index: Int): EnrichFunc[DependencyRoot, Source] with DefaultFieldAccess[DefaultFieldType, Seq[DefaultFieldType]] with MultiVal

    Permalink
  78. def onMulti(source: String, index: Int): EnrichFunc[EnrichRoot, Source] with DefaultFieldAccess[DefaultFieldType, Seq[DefaultFieldType]] with MultiVal

    Permalink
  79. def onMulti(source: Seq[String], index: Int): EnrichFunc[EnrichRoot, Source] with DefaultFieldAccess[DefaultFieldType, Seq[DefaultFieldType]] with MultiVal

    Permalink
  80. def onMulti(source: String): EnrichFunc[EnrichRoot, Source] with DefaultFieldAccess[DefaultFieldType, Seq[DefaultFieldType]] with MultiVal

    Permalink
  81. def onRoot: EnrichFunc[EnrichRoot, Source] with DefaultFieldAccess[DefaultFieldType, DefaultFieldType]

    Permalink
  82. def pathTo(field: String): Seq[String]

    Permalink
    Definition Classes
    EnrichFunc
  83. def pathToDefaultField: Seq[String]

    Permalink
    Definition Classes
    DefaultFieldAccess
  84. def prepareGlobal(rdd: RDD[Root]): RDD[Any]

    Permalink
    Definition Classes
    DependentEnrichFuncEnrichFunc
  85. def prepareLocal(record: Any): Root

    Permalink
    Definition Classes
    DependentEnrichFuncEnrichFunc
  86. def source: Seq[String]

    Permalink
    Definition Classes
    DependentEnrichFuncEnrichFunc
  87. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  88. def toString(): String

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from DependentEnrichFuncWithDefaultField[Root, Source, DefaultFieldType, DefaultFieldType]

Inherited from DefaultFieldAccess[DefaultFieldType, DefaultFieldType]

Inherited from DependentEnrichFunc[Root, Source]

Inherited from EnrichFunc[Root, Source]

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped