Package | Description |
---|---|
oracle.pgx.config |
This package contains all configuration-related classes of PGX.
|
Modifier and Type | Method and Description |
---|---|
FrontierTypeStrategy |
RuntimeConfig.getMsBfsFrontierTypeStrategy()
the type strategy to use for MS-BFS frontiers
|
FrontierTypeStrategy |
PgxConfig.getMsBfsFrontierTypeStrategy()
the type strategy to use for MS-BFS frontiers
|
static FrontierTypeStrategy |
FrontierTypeStrategy.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FrontierTypeStrategy[] |
FrontierTypeStrategy.values()
Returns an array containing the constants of this enum type, in the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
PgxConfigBuilder |
PgxConfigBuilder.setMsBfsFrontierTypeStrategy(FrontierTypeStrategy msBfsFrontierTypeStrategy)
the type strategy to use for MS-BFS frontiers
|
RuntimeConfigBuilder |
RuntimeConfigBuilder.setMsBfsFrontierTypeStrategy(FrontierTypeStrategy msBfsFrontierTypeStrategy)
the type strategy to use for MS-BFS frontiers
|
Copyright © 2017 Oracle Corp. All Rights Reserved.