Package | Description |
---|---|
oracle.pgx.api.graphalteration |
This package contains the APIs for the alterGraph mutation.
|
oracle.pgx.config |
This package contains all configuration-related classes of PGX.
|
Modifier and Type | Method and Description |
---|---|
GraphAlterationBuilder |
GraphAlterationBuilder.addEdgeProvider(EntityProviderConfig edgeProviderConfig)
Adds an edge provider specified by the provided configuration
|
GraphAlterationBuilder |
GraphAlterationBuilder.addVertexProvider(EntityProviderConfig vertexProviderConfig)
Adds a vertex provider specified by the provided configuration
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractEntityProviderConfigBuilder<T extends AbstractEntityProviderConfigBuilder<T,GTC>,GTC extends EntityProviderConfig>
base class for entity provider configuration builder classes
|
class |
AbstractEntityProviderConfigFactory<T extends EntityProviderConfig>
Base factory class for creating entity provider configuration objects.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractFileEntityProviderConfig
Abstract super-class for all file-based provider configs
|
class |
AbstractRdbmsEntityProviderConfig |
class |
FileEntityProviderConfig
PGX Engine File Entity Provider Config
|
class |
RdbmsEntityProviderConfig
PGX Engine Rdbms Entity Provider Config
|
Modifier and Type | Method and Description |
---|---|
java.util.List<EntityProviderConfig> |
PartitionedGraphConfig.getEdgeProviders()
list of edge providers in this graph
|
abstract java.util.List<EntityProviderConfig> |
AbstractPartitionedGraphConfig.getEdgeProviders()
Get the vertex providers of this graph configuration
|
java.util.List<EntityProviderConfig> |
PartitionedGraphConfig.getVertexProviders()
list of vertex providers in this graph
|
abstract java.util.List<EntityProviderConfig> |
AbstractPartitionedGraphConfig.getVertexProviders()
Get the vertex providers of this graph configuration
|
Modifier and Type | Method and Description |
---|---|
PartitionedGraphConfigBuilder |
PartitionedGraphConfigBuilder.addEdgeProvider(EntityProviderConfig provider)
Adds a edge provider to the graph
|
PartitionedGraphConfigBuilder |
PartitionedGraphConfigBuilder.addVertexProvider(EntityProviderConfig provider)
Adds a vertex provider to the graph
|
T |
AbstractEntityProviderConfigBuilder.copyBaseFrom(EntityProviderConfig providerConfig)
Sets this builder with the values of the given provider config, this only includes base settings (format, temporal formats, vertex properties, edge properties, loading configuration and error handling configuration).
|
Copyright © 2010, 2020 Oracle and/or its affiliates. All Rights Reserved.