Uses of Class
oracle.pgx.config.FrontierTypeStrategy
-
Packages that use FrontierTypeStrategy Package Description oracle.pgx.config This package contains all configuration-related classes of PGX. -
-
Uses of FrontierTypeStrategy in oracle.pgx.config
Methods in oracle.pgx.config that return FrontierTypeStrategy Modifier and Type Method Description FrontierTypeStrategyPgxConfig. getMsBfsFrontierTypeStrategy()the type strategy to use for MS-BFS frontiersFrontierTypeStrategyRuntimeConfig. getMsBfsFrontierTypeStrategy()the type strategy to use for MS-BFS frontiersstatic FrontierTypeStrategyFrontierTypeStrategy. 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.Methods in oracle.pgx.config with parameters of type FrontierTypeStrategy Modifier and Type Method Description PgxConfigBuilderPgxConfigBuilder. setMsBfsFrontierTypeStrategy(FrontierTypeStrategy msBfsFrontierTypeStrategy)the type strategy to use for MS-BFS frontiersRuntimeConfigBuilderRuntimeConfigBuilder. setMsBfsFrontierTypeStrategy(FrontierTypeStrategy msBfsFrontierTypeStrategy)the type strategy to use for MS-BFS frontiers
-