Instance Constructors
-
new
AbstractNeo4jDataSource()
Abstract Value Members
-
implicit abstract
val
caps: CAPSSession
-
abstract
def
config: Neo4jConfig
-
abstract
def
deleteGraph(graphName: GraphName): Unit
-
abstract
def
listGraphNames: List[String]
-
abstract
def
readNodeTable(graphName: GraphName, labelCombination: Set[String], sparkSchema: StructType): DataFrame
-
abstract
def
readRelationshipTable(graphName: GraphName, relKey: String, sparkSchema: StructType): DataFrame
-
abstract
def
writeNodeTable(graphName: GraphName, labelCombination: Set[String], table: DataFrame): Unit
-
abstract
def
writeRelationshipTable(graphName: GraphName, relKey: String, table: DataFrame): Unit
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
def
checkStorable(name: GraphName): Unit
-
def
clone(): AnyRef
-
def
delete(graphName: GraphName): Unit
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
def
graph(name: GraphName): PropertyGraph
-
var
graphNameCache: Set[GraphName]
-
def
graphNames: Set[GraphName]
-
def
hasGraph(graphName: GraphName): Boolean
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
omitIncompatibleProperties: Boolean
-
def
readCAPSGraphMetaData(graphName: GraphName): CAPSGraphMetaData
-
def
readSchema(graphName: GraphName): CAPSSchema
-
def
schema(graphName: GraphName): Option[CAPSSchema]
-
var
schemaCache: Map[GraphName, CAPSSchema]
-
def
store(graphName: GraphName, graph: PropertyGraph): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
def
waitForWriteCompletion(writeFutures: Set[Future[Unit]])(implicit ec: ExecutionContext): Unit
-
def
writeCAPSGraphMetaData(graphName: GraphName, capsGraphMetaData: CAPSGraphMetaData): Unit
-
def
writeSchema(graphName: GraphName, schema: CAPSSchema): Unit
Inherited from PropertyGraphDataSource
Inherited from AnyRef
Inherited from Any