public class GraphConfigFactory extends AnyFormatGraphConfigFactory
Modifier and Type | Method and Description |
---|---|
static GraphConfigFactory |
forAnyFormat()
returns a new graph config factory to parse any graph config from various input sources
|
static FileGraphConfigFactory |
forFileFormats()
returns a new graph config factory to parse file-based graph configs from various input sources
|
static PgHbaseGraphConfigFactory |
forPropertyGraphHbase()
returns a new graph config factory to create graph configs targeting the Apache HBase database in the property graph format.
|
static PgNosqlGraphConfigFactory |
forPropertyGraphNosql()
returns a new graph config factory to create graph configs targeting the Oracle NoSQL database in the property graph format.
|
static PgRdbmsGraphConfigFactory |
forPropertyGraphRdbms()
returns a new graph config factory to create graph configs targeting the Oracle RDBMS database in the property graph format.
|
static RdfGraphConfigFactory |
forRdf()
returns a new RDF graph config factory
|
static TwoTablesRdbmsGraphConfigFactory |
forTwoTablesRdbms()
returns a new graph config factory to create graph configs targeting the Oracle RDBMS database in the two-tables format.
|
static TwoTablesSparkGraphConfigFactory |
forTwoTablesSpark()
returns a new graph config factory to create graph configs targeting Spark cluster in the two-tables format.
|
static TwoTablesTextGraphConfigFactory |
forTwoTablesText()
returns a new graph config factory to create graph configs targeting files in the two-tables format.
|
fromProperties
fromFile, fromFilePath, fromInputStream, fromInputStream, fromJson, fromJson, fromPath, fromProperties
public static GraphConfigFactory forAnyFormat()
public static FileGraphConfigFactory forFileFormats()
public static PgHbaseGraphConfigFactory forPropertyGraphHbase()
public static PgNosqlGraphConfigFactory forPropertyGraphNosql()
public static PgRdbmsGraphConfigFactory forPropertyGraphRdbms()
public static RdfGraphConfigFactory forRdf()
public static TwoTablesRdbmsGraphConfigFactory forTwoTablesRdbms()
public static TwoTablesSparkGraphConfigFactory forTwoTablesSpark()
public static TwoTablesTextGraphConfigFactory forTwoTablesText()
Copyright © 2017 Oracle Corp. All Rights Reserved.