Package | Description |
---|---|
oracle.pgx.config |
This package contains all configuration-related classes of PGX.
|
Modifier and Type | Method and Description |
---|---|
TwoTablesDatastore |
MultipleTablesGraphConfig.getDatastore()
underlying datastore
|
TwoTablesDatastore |
TwoTablesSparkGraphConfig.getDatastore()
underlying datastore
|
TwoTablesDatastore |
TwoTablesRdbmsGraphConfig.getDatastore()
underlying datastore
|
TwoTablesDatastore |
TwoTablesGraphConfig.getDatastore()
Gets the target datastore of this configuration.
|
TwoTablesDatastore |
TwoTablesTextGraphConfig.getDatastore()
underlying datastore
|
static TwoTablesDatastore |
TwoTablesDatastore.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TwoTablesDatastore[] |
TwoTablesDatastore.values()
Returns an array containing the constants of this enum type, in the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
TwoTablesTextGraphConfigBuilder |
TwoTablesTextGraphConfigBuilder.setDatastore(TwoTablesDatastore datastore)
Sets the datastore.
|
TwoTablesRdbmsGraphConfigBuilder |
TwoTablesRdbmsGraphConfigBuilder.setDatastore(TwoTablesDatastore datastore)
Sets the datastore.
|
TwoTablesSparkGraphConfigBuilder |
TwoTablesSparkGraphConfigBuilder.setDatastore(TwoTablesDatastore datastore)
Sets the datastore.
|
Copyright © 2017 Oracle Corp. All Rights Reserved.