GraphOptimizedFor |
FileGraphConfig.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 |
PartitionedGraphConfig.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
|
GraphOptimizedFor |
ReadGraphOption.OptimizedForOption.getOptimizedFor() |
|
GraphOptimizedFor |
ReadGraphOption.ReadGraphOptionDataBuilder.getOptimizedFor() |
|
GraphOptimizedFor |
TwoTablesRdbmsGraphConfig.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
|
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.
|