Trait

org.opencypher.spark.api.io.fs

EscapeAtSymbol

Related Doc: package fs

Permalink

trait EscapeAtSymbol extends FSGraphSource

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. EscapeAtSymbol
  2. FSGraphSource
  3. JsonSerialization
  4. AbstractPropertyGraphDataSource
  5. CAPSPropertyGraphDataSource
  6. PropertyGraphDataSource
  7. AnyRef
  8. Any
  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. final def ==(arg0: Any): Boolean

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

    Permalink
    Definition Classes
    Any
  5. implicit val caps: CAPSSession

    Permalink
  6. def checkStorable(name: GraphName): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    CAPSPropertyGraphDataSource
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def delete(graphName: GraphName): Unit

    Permalink
    Definition Classes
    AbstractPropertyGraphDataSource → PropertyGraphDataSource
  9. def deleteDirectory(path: String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    FSGraphSource
  10. def deleteGraph(graphName: GraphName): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    FSGraphSourceAbstractPropertyGraphDataSource
  11. val directoryStructure: DefaultGraphDirectoryStructure

    Permalink
    Attributes
    protected
    Definition Classes
    FSGraphSource
  12. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  14. lazy val fileSystem: FileSystem

    Permalink
    Attributes
    protected
    Definition Classes
    FSGraphSource
  15. val filesPerTable: Option[Int]

    Permalink

    optional parameter that specifies how many files a table is coalesced into, by default 1

    optional parameter that specifies how many files a table is coalesced into, by default 1

    Definition Classes
    FSGraphSource
  16. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  18. def graph(name: GraphName): PropertyGraph

    Permalink
    Definition Classes
    AbstractPropertyGraphDataSource → PropertyGraphDataSource
  19. var graphNameCache: Set[GraphName]

    Permalink
    Attributes
    protected
    Definition Classes
    AbstractPropertyGraphDataSource
  20. def graphNames: Set[GraphName]

    Permalink
    Definition Classes
    AbstractPropertyGraphDataSource → PropertyGraphDataSource
  21. def hasGraph(graphName: GraphName): Boolean

    Permalink
    Definition Classes
    AbstractPropertyGraphDataSource → PropertyGraphDataSource
  22. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  23. val hiveDatabaseName: Option[String]

    Permalink
    Definition Classes
    FSGraphSource
  24. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  25. def listDirectories(path: String): List[String]

    Permalink
    Attributes
    protected
    Definition Classes
    FSGraphSource
  26. def listGraphNames: List[String]

    Permalink
    Attributes
    protected
    Definition Classes
    FSGraphSourceAbstractPropertyGraphDataSource
  27. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  30. def readCAPSGraphMetaData(graphName: GraphName): CAPSGraphMetaData

    Permalink
    Attributes
    protected
    Definition Classes
    JsonSerialization
  31. def readFile(path: String): String

    Permalink
    Attributes
    protected
    Definition Classes
    FSGraphSource
  32. def readJsonCAPSGraphMetaData(graphName: GraphName): String

    Permalink
    Attributes
    protected
    Definition Classes
    FSGraphSourceJsonSerialization
  33. def readJsonSchema(graphName: GraphName): String

    Permalink
    Attributes
    protected
    Definition Classes
    FSGraphSourceJsonSerialization
  34. def readNodeTable(graphName: GraphName, labels: Set[String], sparkSchema: StructType): DataFrame

    Permalink
    Attributes
    protected
    Definition Classes
    FSGraphSourceAbstractPropertyGraphDataSource
  35. def readRelationshipTable(graphName: GraphName, relKey: String, sparkSchema: StructType): DataFrame

    Permalink
    Attributes
    protected
    Definition Classes
    FSGraphSourceAbstractPropertyGraphDataSource
  36. def readSchema(graphName: GraphName): CAPSSchema

    Permalink
    Attributes
    protected
    Definition Classes
    JsonSerialization
  37. def readTable(path: String, schema: StructType): DataFrame

    Permalink
    Definition Classes
    EscapeAtSymbolFSGraphSource
  38. val rootPath: String

    Permalink

    path where the graphs are stored

    path where the graphs are stored

    Definition Classes
    FSGraphSource
  39. def schema(graphName: GraphName): Option[CAPSSchema]

    Permalink
    Definition Classes
    AbstractPropertyGraphDataSource → PropertyGraphDataSource
  40. var schemaCache: Map[GraphName, CAPSSchema]

    Permalink
    Attributes
    protected
    Definition Classes
    AbstractPropertyGraphDataSource
  41. def store(graphName: GraphName, graph: PropertyGraph): Unit

    Permalink
    Definition Classes
    AbstractPropertyGraphDataSource → PropertyGraphDataSource
  42. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  43. val tableStorageFormat: StorageFormat

    Permalink

    Spark configuration parameter for the table format

    Spark configuration parameter for the table format

    Definition Classes
    FSGraphSourceAbstractPropertyGraphDataSource
  44. def toString(): String

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  48. def waitForWriteCompletion(writeFutures: Set[Future[Unit]])(implicit ec: ExecutionContext): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    AbstractPropertyGraphDataSource
  49. def writeCAPSGraphMetaData(graphName: GraphName, capsGraphMetaData: CAPSGraphMetaData): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    JsonSerialization
  50. def writeFile(path: String, content: String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    FSGraphSource
  51. def writeJsonCAPSGraphMetaData(graphName: GraphName, capsGraphMetaData: String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    FSGraphSourceJsonSerialization
  52. def writeJsonSchema(graphName: GraphName, schema: String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    FSGraphSourceJsonSerialization
  53. def writeNodeTable(graphName: GraphName, labels: Set[String], table: DataFrame): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    FSGraphSourceAbstractPropertyGraphDataSource
  54. def writeRelationshipTable(graphName: GraphName, relKey: String, table: DataFrame): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    FSGraphSourceAbstractPropertyGraphDataSource
  55. def writeSchema(graphName: GraphName, schema: CAPSSchema): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    JsonSerialization
  56. def writeTable(path: String, table: DataFrame): Unit

    Permalink
    Definition Classes
    EscapeAtSymbolFSGraphSource

Inherited from FSGraphSource

Inherited from JsonSerialization

Inherited from PropertyGraphDataSource

Inherited from AnyRef

Inherited from Any

Ungrouped