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 TwoTablesGraphConfigFactory |
forTwoTables()
returns a new graph config factory to create graph configs targeting the Oracle RDBMS database in the two-table format.
|
fromPropertiesfromFile, fromFilePath, fromInputStream, fromInputStream, fromJson, fromJson, fromPath, fromPropertiespublic 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 TwoTablesGraphConfigFactory forTwoTables()
Copyright © 2016, 2017 Oracle Corp. All Rights Reserved.