public class GraphConfigBuilder
extends java.lang.Object
| Constructor and Description | 
|---|
GraphConfigBuilder()  | 
| Modifier and Type | Method and Description | 
|---|---|
static FileGraphConfigBuilder | 
forFileFormat(Format format)
returns a PGX graph config builder to create file-based graph configs programmatically via Java methods. 
 | 
static FileGraphConfigBuilder | 
forFileFormats()
returns a PGX graph config builder to create single file-based graph configs programmatically via Java methods. 
 | 
static PgHbaseGraphConfigBuilder | 
forPropertyGraphHbase()
returns a PGX graph config builder to create Apache HBASE graph configs programmatically via Java methods. 
 | 
static PgNosqlGraphConfigBuilder | 
forPropertyGraphNosql()
returns a PGX graph config builder to create Oracle NoSQL graph configs programmatically via Java methods. 
 | 
static PgRdbmsGraphConfigBuilder | 
forPropertyGraphRdbms()
returns a PGX graph config builder to create Oracle RDBMS graph configs programmatically via Java methods. 
 | 
static RdfGraphConfigBuilder | 
forRdf()
returns a PGX graph config builder to create RDF graph programmatically via Java methods. 
 | 
static TwoTablesRdbmsGraphConfigBuilder | 
forTwoTablesRdbms()
returns a PGX graph config builder to create two-tables graph programmatically via Java methods. 
 | 
static TwoTablesSparkGraphConfigBuilder | 
forTwoTablesSpark()
returns a PGX graph config builder to create two-tables graph programmatically via Java methods. 
 | 
static TwoTablesTextGraphConfigBuilder | 
forTwoTablesText()
returns a PGX graph config builder to create two-tables graph programmatically via Java methods. 
 | 
public static FileGraphConfigBuilder forFileFormat(Format format)
forFileFormats(), the returned builder of this method has FileGraphConfig.Field.FORMAT setpublic static FileGraphConfigBuilder forFileFormats()
public static PgHbaseGraphConfigBuilder forPropertyGraphHbase()
PgHbaseGraphConfig.Field.FORMAT set to Format.PG and PgHbaseGraphConfig.Field.DB_ENGINE set to DbEngine.HBASE.public static PgNosqlGraphConfigBuilder forPropertyGraphNosql()
PgNosqlGraphConfig.Field.FORMAT set to Format.PG and PgNosqlGraphConfig.Field.DB_ENGINE set to DbEngine.NOSQL.public static PgRdbmsGraphConfigBuilder forPropertyGraphRdbms()
PgRdbmsGraphConfig.Field.FORMAT set to Format.PG and PgRdbmsGraphConfig.Field.DB_ENGINE set to DbEngine.RDBMS.public static RdfGraphConfigBuilder forRdf()
RdfGraphConfig.Field.FORMAT set to Format.RDFpublic static TwoTablesRdbmsGraphConfigBuilder forTwoTablesRdbms()
TwoTablesRdbmsGraphConfig.Field.FORMAT set to Format.TWO_TABLES and TwoTablesRdbmsGraphConfig.Field.DATASTORE set to TwoTablesDatastore.RDBMSpublic static TwoTablesSparkGraphConfigBuilder forTwoTablesSpark()
TwoTablesSparkGraphConfig.Field.FORMAT set to Format.TWO_TABLES and TwoTablesSparkGraphConfig.Field.DATASTORE set to TwoTablesDatastore.SPARKpublic static TwoTablesTextGraphConfigBuilder forTwoTablesText()
TwoTablesTextGraphConfig.Field.FORMAT set to Format.TWO_TABLES and TwoTablesTextGraphConfig.Field.DATASTORE set to TwoTablesDatastore.FILECopyright © 2016, 2018 Oracle and/or its affiliates. All Rights Reserved.