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 MultipleFileGraphConfigFactory |
forMultipleFileFormats()
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 SingleFileGraphConfigFactory |
forSingleFileFormats()
returns a new graph config factory to parse file-based graph configs from various input sources
|
static TwoTablesRdbmsGraphConfigFactory |
forTwoTablesRdbms()
returns a new graph config factory to create graph configs targeting the Oracle RDBMS database in the two-table format.
|
static TwoTablesSparkGraphConfigFactory |
forTwoTablesSpark()
returns a new graph config factory to create graph configs targeting the Oracle RDBMS database in the two-table format.
|
fromProperties
fromFile, fromFilePath, fromInputStream, fromInputStream, fromJson, fromJson, fromPath, fromProperties
public static GraphConfigFactory forAnyFormat()
public static MultipleFileGraphConfigFactory forMultipleFileFormats()
public static PgHbaseGraphConfigFactory forPropertyGraphHbase()
public static PgNosqlGraphConfigFactory forPropertyGraphNosql()
public static PgRdbmsGraphConfigFactory forPropertyGraphRdbms()
public static RdfGraphConfigFactory forRdf()
public static SingleFileGraphConfigFactory forSingleFileFormats()
public static TwoTablesRdbmsGraphConfigFactory forTwoTablesRdbms()
public static TwoTablesSparkGraphConfigFactory forTwoTablesSpark()
Copyright © 2016 Oracle Corp. All Rights Reserved.