Package | Description |
---|---|
oracle.pgx.config |
This package contains all configuration-related classes of PGX.
|
Modifier and Type | Method and Description |
---|---|
GraphErrorHandlingConfig |
PgHbaseGraphConfig.getErrorHandling()
error handling configuration
|
GraphErrorHandlingConfig |
PgNosqlGraphConfig.getErrorHandling()
error handling configuration
|
GraphErrorHandlingConfig |
TwoTablesGraphConfig.getErrorHandling()
error handling configuration
|
abstract GraphErrorHandlingConfig |
GraphConfig.getErrorHandling()
Get the error handling configuration of this graph configuration
|
GraphErrorHandlingConfig |
FileGraphConfig.getErrorHandling()
error handling configuration
|
static GraphErrorHandlingConfig |
GraphErrorHandlingConfig.parse(InputStream is, boolean strict, File parent)
Parses an input stream.
|
static GraphErrorHandlingConfig |
GraphErrorHandlingConfig.parse(Map<String,Object> raw, boolean strict, File parent)
Parses a raw key/value mapping.
|
static GraphErrorHandlingConfig |
GraphErrorHandlingConfig.parse(Properties props, boolean strict)
Parses a properties file.
|
Copyright © 2015. All rights reserved.