Package | Description |
---|---|
oracle.pgx.config |
This package contains all configuration-related classes of PGX.
|
Modifier and Type | Method and Description |
---|---|
GraphOptimizedFor |
PgHbaseGraphConfig.getOptimizedFor()
Indicates if the graph should use data-structures optimized for read-intensive scenarios or for fast updates
|
abstract GraphOptimizedFor |
GraphConfig.getOptimizedFor()
Indicates if the graph should be partitioned during loading
|
GraphOptimizedFor |
FileGraphConfig.getOptimizedFor()
Indicates if the graph should use data-structures optimized for read-intensive scenarios or for fast updates
|
GraphOptimizedFor |
TwoTablesTextGraphConfig.getOptimizedFor()
Indicates if the graph should use data-structures optimized for read-intensive scenarios or for fast updates
|
GraphOptimizedFor |
TwoTablesRdbmsGraphConfig.getOptimizedFor()
Indicates if the graph should use data-structures optimized for read-intensive scenarios or for fast updates
|
GraphOptimizedFor |
PgRdbmsGraphConfig.getOptimizedFor()
Indicates if the graph should use data-structures optimized for read-intensive scenarios or for fast updates
|
GraphOptimizedFor |
PartitionedGraphConfig.getOptimizedFor()
Indicates if the graph should use data-structures optimized for read-intensive scenarios or for fast updates
|
GraphOptimizedFor |
MultipleTablesGraphConfig.getOptimizedFor()
Indicates if the graph should use data-structures optimized for read-intensive scenarios or for fast updates
|
GraphOptimizedFor |
PgNosqlGraphConfig.getOptimizedFor()
Indicates if the graph should use data-structures optimized for read-intensive scenarios or for fast updates
|
GraphOptimizedFor |
RdfGraphConfig.getOptimizedFor()
Indicates if the graph should use data-structures optimized for read-intensive scenarios or for fast updates
|
static GraphOptimizedFor |
GraphOptimizedFor.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GraphOptimizedFor[] |
GraphOptimizedFor.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
T |
AbstractGraphConfigBuilder.setOptimizedFor(GraphOptimizedFor strategy)
Indicates if the graph should use data-structures optimized for updates.
|
Copyright © 2015 - 2020 Oracle and/or its affiliates. All Rights Reserved.