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 RandomGeneratorStrategy
PgxConfig. getRandomGeneratorStrategy()
method of generating random numbers in pgxRandomGeneratorStrategy
RuntimeConfig. getRandomGeneratorStrategy()
method of generating random numbers in pgxstatic RandomGeneratorStrategy
RandomGeneratorStrategy. 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 PgxConfigBuilder
PgxConfigBuilder. setRandomGeneratorStrategy(RandomGeneratorStrategy randomGeneratorStrategy)
method of generating random numbers in pgxRuntimeConfigBuilder
RuntimeConfigBuilder. setRandomGeneratorStrategy(RandomGeneratorStrategy randomGeneratorStrategy)
method of generating random numbers in pgx
-