Package | Description |
---|---|
oracle.pgx.config |
This package contains all configuration-related classes of PGX.
|
Modifier and Type | Method and Description |
---|---|
PartitionWhileLoading |
PgHbaseGraphConfig.getPartitionWhileLoading()
Indicates if the graph should be partitioned while loading
|
abstract PartitionWhileLoading |
GraphConfig.getPartitionWhileLoading()
Indicates if the graph should be heterogenized during loading
|
PartitionWhileLoading |
FileGraphConfig.getPartitionWhileLoading()
Indicates if the graph should be partitioned while loading
|
PartitionWhileLoading |
TwoTablesTextGraphConfig.getPartitionWhileLoading()
Indicates if the graph should be partitioned while loading
|
PartitionWhileLoading |
TwoTablesRdbmsGraphConfig.getPartitionWhileLoading()
Indicates if the graph should be partitioned while loading
|
PartitionWhileLoading |
PgRdbmsGraphConfig.getPartitionWhileLoading()
Indicates if the graph should be partitioned while loading
|
PartitionWhileLoading |
MultipleTablesGraphConfig.getPartitionWhileLoading()
Indicates if the graph should be partitioned while loading
|
PartitionWhileLoading |
PgNosqlGraphConfig.getPartitionWhileLoading()
Indicates if the graph should be partitioned while loading
|
PartitionWhileLoading |
RdfGraphConfig.getPartitionWhileLoading()
Indicates if the graph should be partitioned while loading
|
PartitionWhileLoading |
AbstractPartitionedGraphConfig.getPartitionWhileLoading() |
static PartitionWhileLoading |
PartitionWhileLoading.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PartitionWhileLoading[] |
PartitionWhileLoading.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.setPartitionWhileLoading(PartitionWhileLoading partitionWhileLoading)
Indicates if the graph should be transformed into a heterogeneous graph while loading the graph data.
|
Copyright © 2015 - 2020 Oracle and/or its affiliates. All Rights Reserved.