PgNosqlGraphConfigBuilder |
PgNosqlGraphConfigBuilder.copyFrom(PgNosqlGraphConfig graphConfig) |
|
static PgNosqlGraphConfigBuilder |
GraphConfigBuilder.forPropertyGraphNosql() |
returns a PGX graph config builder to create Oracle NoSQL graph configs programmatically via Java methods.
|
PgNosqlGraphConfigBuilder |
PgNosqlGraphConfigBuilder.setHosts(java.util.List<java.lang.String> hosts) |
Sets the lists of hosts.
|
PgNosqlGraphConfigBuilder |
PgNosqlGraphConfigBuilder.setKeystoreAlias(java.lang.String keystoreAlias) |
Sets the keystore alias.
|
PgNosqlGraphConfigBuilder |
PgNosqlGraphConfigBuilder.setPassword(java.lang.String p) |
Sets the password
|
PgNosqlGraphConfigBuilder |
PgNosqlGraphConfigBuilder.setRequestTimeout(long timeout,
java.util.concurrent.TimeUnit unit) |
Sets the request timeout.
|
PgNosqlGraphConfigBuilder |
PgNosqlGraphConfigBuilder.setStoreName(java.lang.String storeName) |
Sets the store name.
|
PgNosqlGraphConfigBuilder |
PgNosqlGraphConfigBuilder.setUsername(java.lang.String u) |
Sets the username
|