Package | Description |
---|---|
oracle.pgx.api |
This package contains the main Java APIs.
|
oracle.pgx.api.graphalteration |
Modifier and Type | Method and Description |
---|---|
GraphAlterationBuilder |
PgxGraph.alterGraph()
Create a graph alteration builder to define the graph schema alterations to perform on the graph
|
Modifier and Type | Method and Description |
---|---|
GraphAlterationBuilder |
GraphAlterationBuilder.addEdgeProvider(EntityProviderConfig edgeProviderConfig)
Adds an edge provider specified by the provided configuration
|
GraphAlterationBuilder |
GraphAlterationBuilder.addEdgeProvider(java.lang.String pathToEdgeProviderConfig)
Adds an edge provider for which the configuration is in a file at the specified path
|
GraphAlterationBuilder |
GraphAlterationBuilder.addVertexProvider(EntityProviderConfig vertexProviderConfig)
Adds a vertex provider specified by the provided configuration
|
GraphAlterationBuilder |
GraphAlterationBuilder.addVertexProvider(java.lang.String pathToVertexProviderConfig)
Adds a vertex provider for which the configuration is in a file at the specified path
|
GraphAlterationBuilder |
GraphAlterationBuilder.cascadeEdgeProviderRemovals(boolean cascadeEdgeProviderRemovals)
Specifies if the edge providers associated to a vertex provider (the vertex provider is either the source or
destination provider for that edge provider) being removed should be automatically removed too or not.
|
GraphAlterationBuilder |
GraphAlterationBuilder.removeEdgeProvider(java.lang.String edgeProviderName)
Removes the edge provider that has the given name
|
GraphAlterationBuilder |
GraphAlterationBuilder.removeVertexProvider(java.lang.String vertexProviderName)
Removes the vertex provider that has the given name.
|
Copyright © 2015 - 2020 Oracle and/or its affiliates. All Rights Reserved.