Class/Object

cognite.spark.v1

AssetHierarchyBuilder

Related Docs: object AssetHierarchyBuilder | package v1

Permalink

class AssetHierarchyBuilder extends CdfRelation

Linear Supertypes
CdfRelation, Serializable, Serializable, BaseRelation, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AssetHierarchyBuilder
  2. CdfRelation
  3. Serializable
  4. Serializable
  5. BaseRelation
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new AssetHierarchyBuilder(config: RelationConfig)(sqlContext: SQLContext)

    Permalink

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. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. implicit val auth: Auth

    Permalink
    Definition Classes
    CdfRelation
  6. def build(df: DataFrame): IO[Unit]

    Permalink
  7. lazy val client: GenericClient[IO, Nothing]

    Permalink
    Definition Classes
    CdfRelation
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def delete(toDelete: Seq[Asset], deleteMissingAssets: Boolean, batchSize: Int): IO[Unit]

    Permalink
  10. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. def getCdfRootAndTree(sourceRootExternalId: CogniteExternalId): IO[(Option[Asset], List[Asset])]

    Permalink
  14. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  15. def getValidatedTree(root: AssetsIngestSchema, children: Array[AssetsIngestSchema]): Seq[AssetsIngestSchema]

    Permalink
  16. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  17. def incMetrics(counter: Counter, count: Int): IO[Unit]

    Permalink
    Definition Classes
    CdfRelation
  18. def insert(toInsert: Seq[AssetsIngestSchema], batchSize: Int): IO[Unit]

    Permalink
  19. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  20. def isMostlyEqual(child: AssetsIngestSchema, asset: Asset): Boolean

    Permalink
  21. lazy val itemsCreated: Counter

    Permalink
    Attributes
    protected
    Definition Classes
    CdfRelation
  22. lazy val itemsRead: Counter

    Permalink
    Attributes
    protected
    Definition Classes
    CdfRelation
  23. lazy val itemsUpdated: Counter

    Permalink
    Attributes
    protected
    Definition Classes
    CdfRelation
  24. def iterateChildren(currentChildren: Array[AssetsIngestSchema], parents: Array[String], visited: Seq[AssetsIngestSchema]): Seq[AssetsIngestSchema]

    Permalink
  25. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  26. def needConversion: Boolean

    Permalink
    Definition Classes
    BaseRelation
  27. def needsUpdate(child: AssetsIngestSchema, cdfTree: Seq[Asset]): Boolean

    Permalink
  28. def nodesToDeleteInsertUpdate(root: AssetsIngestSchema, children: Seq[AssetsIngestSchema], cdfTree: Seq[Asset]): (Seq[Asset], Seq[AssetsIngestSchema], Seq[AssetsIngestSchema])

    Permalink
  29. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  31. implicit lazy val retryingSttpBackend: SttpBackend[IO, Nothing]

    Permalink
    Definition Classes
    CdfRelation
  32. def schema: StructType

    Permalink
    Definition Classes
    AssetHierarchyBuilder → BaseRelation
  33. def sizeInBytes: Long

    Permalink
    Definition Classes
    BaseRelation
  34. def splitIntoRootAndChildren(tree: Array[AssetsIngestSchema]): (AssetsIngestSchema, Array[AssetsIngestSchema])

    Permalink
  35. val sqlContext: SQLContext

    Permalink
    Definition Classes
    AssetHierarchyBuilder → BaseRelation
  36. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  38. def unhandledFilters(filters: Array[Filter]): Array[Filter]

    Permalink
    Definition Classes
    BaseRelation
  39. def update(toUpdate: Seq[AssetsIngestSchema], batchSize: Int): IO[Unit]

    Permalink
  40. def upsertRoot(root: AssetsIngestSchema, sourceRoot: Option[Asset]): IO[Unit]

    Permalink
  41. def validateAndOrderInput(tree: Array[AssetsIngestSchema]): (AssetsIngestSchema, Seq[AssetsIngestSchema])

    Permalink
  42. final def wait(): Unit

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

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

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

Inherited from CdfRelation

Inherited from Serializable

Inherited from Serializable

Inherited from BaseRelation

Inherited from AnyRef

Inherited from Any

Ungrouped