PartitionWhileLoading |
AbstractPartitionedGraphConfig.getPartitionWhileLoading() |
|
PartitionWhileLoading |
FileGraphConfig.getPartitionWhileLoading() |
Indicates if the graph should be partitioned while loading
|
abstract PartitionWhileLoading |
GraphConfig.getPartitionWhileLoading() |
Indicates if the graph should be heterogenized during loading
|
PartitionWhileLoading |
RdfGraphConfig.getPartitionWhileLoading() |
Indicates if the graph should be partitioned while loading
|
PartitionWhileLoading |
TwoTablesRdbmsGraphConfig.getPartitionWhileLoading() |
Indicates if the graph should be partitioned while loading
|
PartitionWhileLoading |
TwoTablesTextGraphConfig.getPartitionWhileLoading() |
Indicates if the graph should be partitioned while loading
|
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.
|