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, entireGraphName: GraphName = defaultEntireGraphName)(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, entireGraphName: GraphName = defaultEntireGraphName)(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. val entireGraphName: GraphName

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  26. val omitIncompatibleProperties: Boolean

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  35. def tableStorageFormat: String

    Permalink
  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. final def wait(): Unit

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

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    Neo4jPropertyGraphDataSourceAbstractPropertyGraphDataSource
  43. 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