Class

org.opencypher.spark.api.io.neo4j

Neo4jPropertyGraphDataSource

Related Doc: package neo4j

Permalink

case class Neo4jPropertyGraphDataSource(config: Neo4jConfig, maybeSchema: Option[Schema] = None, omitIncompatibleProperties: Boolean = false)(implicit caps: CAPSSession) extends AbstractNeo4jDataSource with Logging with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, Logging, AbstractNeo4jDataSource, AbstractPropertyGraphDataSource, CAPSPropertyGraphDataSource, PropertyGraphDataSource, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Neo4jPropertyGraphDataSource
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Logging
  7. AbstractNeo4jDataSource
  8. AbstractPropertyGraphDataSource
  9. CAPSPropertyGraphDataSource
  10. PropertyGraphDataSource
  11. AnyRef
  12. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Neo4jPropertyGraphDataSource(config: Neo4jConfig, maybeSchema: Option[Schema] = None, omitIncompatibleProperties: Boolean = false)(implicit caps: CAPSSession)

    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 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. val config: Neo4jConfig

    Permalink
  9. def delete(graphName: GraphName): Unit

    Permalink
    Definition Classes
    AbstractPropertyGraphDataSource → PropertyGraphDataSource
  10. def deleteGraph(graphName: GraphName): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Neo4jPropertyGraphDataSourceAbstractPropertyGraphDataSource
  11. final def eq(arg0: AnyRef): Boolean

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

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

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

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

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

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

    Permalink
    Definition Classes
    Neo4jPropertyGraphDataSourceAbstractPropertyGraphDataSource → PropertyGraphDataSource
  18. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  19. def listGraphNames: List[String]

    Permalink
    Attributes
    protected
    Definition Classes
    Neo4jPropertyGraphDataSourceAbstractPropertyGraphDataSource
  20. val logger: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  21. val maybeSchema: Option[Schema]

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

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

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

    Permalink
    Definition Classes
    AnyRef
  25. val omitIncompatibleProperties: Boolean

    Permalink
  26. def readCAPSGraphMetaData(graphName: GraphName): CAPSGraphMetaData

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    Neo4jPropertyGraphDataSourceAbstractPropertyGraphDataSource
  29. def readSchema(graphName: GraphName): CAPSSchema

    Permalink
  30. def schema(graphName: GraphName): Option[CAPSSchema]

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

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

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

    Permalink
    Definition Classes
    AnyRef
  34. def tableStorageFormat: StorageFormat

    Permalink
  35. final def wait(): Unit

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

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

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

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

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    AbstractNeo4jDataSourceAbstractPropertyGraphDataSource

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Logging

Inherited from AbstractNeo4jDataSource

Inherited from PropertyGraphDataSource

Inherited from AnyRef

Inherited from Any

Ungrouped