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
|
GraphOptimizedFor |
FileGraphConfig.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 |
PgRdbmsGraphConfig.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 |
RdfGraphConfig.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 |
TwoTablesRdbmsGraphConfig.getOptimizedFor()
Indicates if the graph should use data-structures optimized for read-intensive scenarios or for fast updates
|
GraphOptimizedFor |
ReadGraphOption.OptimizedForOption.getOptimizedFor() |
GraphOptimizedFor |
ReadGraphOption.ReadGraphOptionDataBuilder.getOptimizedFor() |
GraphOptimizedFor |
PartitionedGraphConfig.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 |
---|---|
static ReadGraphOption.OptimizedForOption |
ReadGraphOption.optimizeFor(GraphOptimizedFor optimizedFor)
Creates an option, which specifies whether a graph should be optimized for read or update
|
T |
AbstractGraphConfigBuilder.setOptimizedFor(GraphOptimizedFor strategy)
Indicates if the graph should use data-structures optimized for updates.
|
Constructor and Description |
---|
OptimizedForOption(GraphOptimizedFor optimizedFor) |