Package | Description |
---|---|
oracle.pgx.config |
This package contains all configuration-related classes of PGX.
|
Modifier and Type | Method and Description |
---|---|
abstract TableLoadingConfig |
GraphTableConfig.getLoading()
Get the loading configuration of this table configuration
|
TableLoadingConfig |
FileTableConfig.getLoading()
loading-specific configuration
|
static TableLoadingConfig |
TableLoadingConfig.parse(java.io.InputStream is,
boolean strict,
java.lang.String parentPath)
Parses an input stream.
|
static TableLoadingConfig |
TableLoadingConfig.parse(java.util.Map<java.lang.String,java.lang.Object> raw,
boolean strict,
java.lang.String parentPath)
Parses a raw key/value mapping.
|
static TableLoadingConfig |
TableLoadingConfig.parse(java.util.Properties props,
boolean strict)
Parses a properties file.
|
Copyright © 2016, 2019, Oracle and/or its affiliates. All Rights Reserved.