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 PartitionedGraphConfigFactory |
forPartitioned()
returns a new graph config factory to parse partitioned graph config
|
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 TwoTablesTextGraphConfigFactory |
forTwoTablesText()
returns a new graph config factory to create graph configs targeting files in the two-tables format.
|
static void |
init() |
static void |
init(boolean wantStrictMode) |
fromProperties
fromFile, fromFilePath, fromInputStream, fromInputStream, fromJson, fromJson, fromPath, fromProperties
public static GraphConfigFactory forAnyFormat()
public static FileGraphConfigFactory forFileFormats()
public static PartitionedGraphConfigFactory forPartitioned()
public static PgHbaseGraphConfigFactory forPropertyGraphHbase()
public static PgNosqlGraphConfigFactory forPropertyGraphNosql()
public static PgRdbmsGraphConfigFactory forPropertyGraphRdbms()
public static RdfGraphConfigFactory forRdf()
public static TwoTablesRdbmsGraphConfigFactory forTwoTablesRdbms()
public static TwoTablesTextGraphConfigFactory forTwoTablesText()
public static void init()
public static void init(boolean wantStrictMode)