Uses of Class
oracle.pgx.config.RandomGeneratorStrategy
-
Packages that use RandomGeneratorStrategy Package Description oracle.pgx.config This package contains all configuration-related classes of PGX. -
-
Uses of RandomGeneratorStrategy in oracle.pgx.config
Methods in oracle.pgx.config that return RandomGeneratorStrategy Modifier and Type Method Description RandomGeneratorStrategyPgxConfig. getRandomGeneratorStrategy()method of generating random numbers in pgxRandomGeneratorStrategyRuntimeConfig. getRandomGeneratorStrategy()method of generating random numbers in pgxstatic RandomGeneratorStrategyRandomGeneratorStrategy. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static RandomGeneratorStrategy[]RandomGeneratorStrategy. 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 RandomGeneratorStrategy Modifier and Type Method Description PgxConfigBuilderPgxConfigBuilder. setRandomGeneratorStrategy(RandomGeneratorStrategy randomGeneratorStrategy)method of generating random numbers in pgxRuntimeConfigBuilderRuntimeConfigBuilder. setRandomGeneratorStrategy(RandomGeneratorStrategy randomGeneratorStrategy)method of generating random numbers in pgx
-