Package | Description |
---|---|
oracle.pgx.api |
This package contains the main Java APIs.
|
oracle.pgx.api.spark1 | |
oracle.pgx.api.spark2 | |
oracle.pgx.config |
This package contains all configuration-related classes of PGX.
|
Modifier and Type | Method and Description |
---|---|
Pair<<any>,<any>> |
PgxSparkContext.writeToJavaRdds(TwoTablesSparkGraphConfig graphConfig,
java.lang.String graphName)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Pair<<any>,<any>> |
PgxSparkContext.writeToJavaRdds(TwoTablesSparkGraphConfig graphConfig,
java.lang.String graphName) |
Modifier and Type | Method and Description |
---|---|
Pair<<any>,<any>> |
PgxSparkContext.writeToJavaRdds(TwoTablesSparkGraphConfig graphConfig,
java.lang.String graphName) |
Modifier and Type | Method and Description |
---|---|
TwoTablesSparkGraphConfig |
TwoTablesSparkGraphConfigFactory.fromProperties(java.util.Properties props) |
static TwoTablesSparkGraphConfig |
TwoTablesSparkGraphConfig.parse(java.io.InputStream is,
boolean strict,
java.lang.String parentPath)
Parses an input stream.
|
static TwoTablesSparkGraphConfig |
TwoTablesSparkGraphConfig.parse(java.util.Map<java.lang.String,java.lang.Object> raw,
boolean strict,
java.lang.String parentPath)
Parses a raw key/value mapping.
|
static TwoTablesSparkGraphConfig |
TwoTablesSparkGraphConfig.parse(java.util.Properties props,
boolean strict)
Parses a properties file.
|
Modifier and Type | Method and Description |
---|---|
TwoTablesSparkGraphConfigBuilder |
TwoTablesSparkGraphConfigBuilder.copyFrom(TwoTablesSparkGraphConfig graphConfig) |
Copyright © 2016, 2019, Oracle and/or its affiliates. All Rights Reserved.