Package | Description |
---|---|
oracle.pgx.config |
This package contains all configuration-related classes of PGX.
|
Modifier and Type | Method and Description |
---|---|
RandomGeneratorStrategy |
RuntimeConfig.getRandomGeneratorStrategy()
method of generating random numbers in pgx
|
RandomGeneratorStrategy |
PgxConfig.getRandomGeneratorStrategy()
method of generating random numbers in pgx
|
static 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.
|
Modifier and Type | Method and Description |
---|---|
PgxConfigBuilder |
PgxConfigBuilder.setRandomGeneratorStrategy(RandomGeneratorStrategy randomGeneratorStrategy)
method of generating random numbers in pgx
|
RuntimeConfigBuilder |
RuntimeConfigBuilder.setRandomGeneratorStrategy(RandomGeneratorStrategy randomGeneratorStrategy)
method of generating random numbers in pgx
|
Copyright © 2017 Oracle Corp. All Rights Reserved.