o

io.archivesunleashed.app

WriteGraphML

object WriteGraphML

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. WriteGraphML
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def apply(data: Array[Row], graphmlPath: String): Boolean

    Verifies graphmlPath is empty.

    Verifies graphmlPath is empty.

    data

    Array[Row] elements in format (crawl_date, src_domain, dest_domain, count)

    graphmlPath

    output file

  2. def makeFile(data: Array[Row], graphmlPath: String): Boolean

    Produces the GraphML output from an Array[Row] and outputs it to graphmlPath.

    Produces the GraphML output from an Array[Row] and outputs it to graphmlPath.

    data

    a Dataset[Row] of elements in format (crawl_date, src_domain, dest_domain, count)

    graphmlPath

    output file

    returns

    true on success.