Package | Description |
---|---|
oracle.pgx.config |
This package contains all configuration-related classes of PGX.
|
Modifier and Type | Method and Description |
---|---|
static ExternalStoreConfig |
ExternalStoreConfig.parse(java.io.InputStream is,
boolean strict,
java.lang.String parentPath)
Parses an input stream.
|
static ExternalStoreConfig |
ExternalStoreConfig.parse(java.util.Map<java.lang.String,java.lang.Object> raw,
boolean strict,
java.lang.String parentPath)
Parses a raw key/value mapping.
|
static ExternalStoreConfig |
ExternalStoreConfig.parse(java.util.Properties props,
boolean strict)
Parses a properties file.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<ExternalStoreConfig> |
PgHbaseGraphConfig.getExternalStores()
Specification of the external stores where external string properties reside.
|
abstract java.util.List<ExternalStoreConfig> |
AbstractFileGraphConfig.getExternalStores() |
abstract java.util.List<ExternalStoreConfig> |
GraphConfig.getExternalStores() |
java.util.List<ExternalStoreConfig> |
FileGraphConfig.getExternalStores()
Specification of the external stores where external string properties reside.
|
java.util.List<ExternalStoreConfig> |
TwoTablesTextGraphConfig.getExternalStores()
Specification of the external stores where external string properties reside.
|
java.util.List<ExternalStoreConfig> |
TwoTablesRdbmsGraphConfig.getExternalStores()
Specification of the external stores where external string properties reside.
|
java.util.List<ExternalStoreConfig> |
PgRdbmsGraphConfig.getExternalStores()
Specification of the external stores where external string properties reside.
|
java.util.List<ExternalStoreConfig> |
MultipleTablesGraphConfig.getExternalStores()
Specification of the external stores where external string properties reside.
|
java.util.List<ExternalStoreConfig> |
PgNosqlGraphConfig.getExternalStores()
Specification of the external stores where external string properties reside.
|
java.util.List<ExternalStoreConfig> |
RdfGraphConfig.getExternalStores()
Specification of the external stores where external string properties reside.
|
java.util.List<ExternalStoreConfig> |
AbstractPartitionedGraphConfig.getExternalStores() |
Copyright © 2015 - 2020 Oracle and/or its affiliates. All Rights Reserved.