Package | Description |
---|---|
oracle.pgx.config |
This package contains all configuration-related classes of PGX.
|
Modifier and Type | Method and Description |
---|---|
PartitionedGraphConfigBuilder |
PartitionedGraphConfigBuilder.addEdgeProvider(AbstractEntityProviderConfigBuilder providerBuilder)
Adds an edge provider to the graph
|
PartitionedGraphConfigBuilder |
PartitionedGraphConfigBuilder.addEdgeProvider(EntityProviderConfig provider)
Adds a edge provider to the graph
|
PartitionedGraphConfigBuilder |
PartitionedGraphConfigBuilder.addVertexProvider(AbstractEntityProviderConfigBuilder providerBuilder)
Adds a vertex provider to the graph
|
PartitionedGraphConfigBuilder |
PartitionedGraphConfigBuilder.addVertexProvider(EntityProviderConfig provider)
Adds a vertex provider to the graph
|
PartitionedGraphConfigBuilder |
PartitionedGraphConfigBuilder.clearEdgeProviders()
Clears the edge providers of the graph
|
PartitionedGraphConfigBuilder |
PartitionedGraphConfigBuilder.clearVertexProviders()
Clears the vertex providers of the graph
|
PartitionedGraphConfigBuilder |
PartitionedGraphConfigBuilder.copyFrom(PartitionedGraphConfig graphConfig) |
static PartitionedGraphConfigBuilder |
GraphConfigBuilder.forPartitioned()
returns a PGX graph config builder to create partitioned graph configs
|
PartitionedGraphConfigBuilder |
PartitionedGraphConfigBuilder.removeEdgeProvider(java.lang.String name)
Removes an edge provider from this builder
|
PartitionedGraphConfigBuilder |
PartitionedGraphConfigBuilder.removeVertexProvider(java.lang.String name)
Removes a vertex provider from this builder
|
PartitionedGraphConfigBuilder |
PartitionedGraphConfigBuilder.setArrayCompactionThreshold(java.lang.Double arrayCompactionThreshold)
For graphs optimized for updates, set the array compaction threshold.
|
PartitionedGraphConfigBuilder |
PartitionedGraphConfigBuilder.setDataSourceId(java.lang.String dataSourceId)
Sets the default data source id to use to connect to database (for providers in RDBMS format only)
|
PartitionedGraphConfigBuilder |
PartitionedGraphConfigBuilder.setEdgeProviders(oracle.pgx.config.internal.ConvertibleToEntityProviderConfigBuilder... providers)
Set the edge providers of the graph
|
PartitionedGraphConfigBuilder |
PartitionedGraphConfigBuilder.setEdgeProviders(java.lang.Iterable<? extends oracle.pgx.config.internal.ConvertibleToEntityProviderConfigBuilder> providers)
Set the edge providers of the graph
|
PartitionedGraphConfigBuilder |
PartitionedGraphConfigBuilder.setJdbcUrl(java.lang.String jdbcUrl)
Sets the default jdbc URL pointing to database (for providers in RDBMS format only)
|
PartitionedGraphConfigBuilder |
PartitionedGraphConfigBuilder.setMaxPrefetchedRows(int maxPrefetchedRows)
Sets the default maximun number or rows prefetched during each round trip resultset-database
(for providers in RDBMS format only)
|
PartitionedGraphConfigBuilder |
PartitionedGraphConfigBuilder.setName(java.lang.String name)
Set the name of the graph
|
PartitionedGraphConfigBuilder |
PartitionedGraphConfigBuilder.setNumConnections(int numConnections)
Sets the default number of connections to read/write data from/to the database provider
(for providers in RDBMS format only)
|
PartitionedGraphConfigBuilder |
PartitionedGraphConfigBuilder.setSchema(java.lang.String schema)
Sets default schema where the provider is going to be written (for providers in RDBMS format only)
|
PartitionedGraphConfigBuilder |
PartitionedGraphConfigBuilder.setUsername(java.lang.String username)
Sets the default username to use when connecting to database (for providers in RDBMS format only)
|
PartitionedGraphConfigBuilder |
PartitionedGraphConfigBuilder.setVertexProviders(oracle.pgx.config.internal.ConvertibleToEntityProviderConfigBuilder... providers)
Set the vertex providers of the graph
|
PartitionedGraphConfigBuilder |
PartitionedGraphConfigBuilder.setVertexProviders(java.lang.Iterable<? extends oracle.pgx.config.internal.ConvertibleToEntityProviderConfigBuilder> providers)
Set the vertex providers of the graph
|
PartitionedGraphConfigBuilder |
AbstractPartitionedGraphConfig.toGraphConfigBuilder() |
Copyright © 2015 - 2020 Oracle and/or its affiliates. All Rights Reserved.