Uses of Class
oracle.pgx.config.GraphConfig
-
Packages that use GraphConfig Package Description oracle.pgx.api This package contains the main Java APIs.oracle.pgx.api.subgraph This package contains classes and utilities to support the subgraph reading functionality.oracle.pgx.config This package contains all configuration-related classes of PGX. -
-
Uses of GraphConfig in oracle.pgx.api
Methods in oracle.pgx.api that return GraphConfig Modifier and Type Method Description GraphConfig
PgxSession. describeGraphFile(java.lang.String path)
Blocking version ofPgxSession.describeGraphFileAsync(String)
.GraphConfig
PgxSession. describeGraphFile(java.lang.String path, Format format)
Blocking version ofPgxSession.describeGraphFileAsync(String, Format)
.GraphConfig
PgxSession. describeGraphFiles(java.lang.String vertexFilePath, java.lang.String edgeFilePath)
Blocking version ofPgxSession.describeGraphFilesAsync(String, String)
.GraphConfig
PgxSession. describeGraphFiles(java.lang.String vertexFilePath, java.lang.String edgeFilePath, Format format)
Blocking version ofPgxSession.describeGraphFilesAsync(String, String, Format)
.GraphConfig
PgxSession. describeGraphFiles(java.util.List<java.lang.String> filePaths)
Blocking version ofPgxSession.describeGraphFilesAsync(List)
.GraphConfig
PgxSession. describeGraphFiles(java.util.List<java.lang.String> vertexFilePaths, java.util.List<java.lang.String> edgeFilePaths)
Blocking version ofPgxSession.describeGraphFilesAsync(List, List)
.GraphConfig
PgxSession. describeGraphFiles(java.util.List<java.lang.String> vertexFilePaths, java.util.List<java.lang.String> edgeFilePaths, Format format)
Blocking version ofPgxSession.describeGraphFilesAsync(List, List, Format)
.GraphConfig
PgxSession. describeGraphFiles(java.util.List<java.lang.String> filePaths, Format format)
Blocking version ofPgxSession.describeGraphFilesAsync(List, Format)
.GraphConfig
GraphMetaData. getConfig()
Gets the graph configuration object used to specify the data source of this graph.GraphConfig
PgxGraph. getConfig()
Gets the graph configuration object used to specify the data source of this graph.GraphConfig
PgxGraph. store(GraphConfig targetConfig, boolean overwrite)
Blocking version ofPgxGraph.storeAsync(GraphConfig, boolean)
.GraphConfig
PgxGraph. store(GraphConfig targetConfig, java.util.Set<java.lang.String> vertexProvidersToStore, java.util.Set<java.lang.String> edgeProvidersToStore, boolean overwrite)
Blocking version ofPgxGraph.storeAsync(GraphConfig, Set, Set, boolean)
.Methods in oracle.pgx.api that return types with arguments of type GraphConfig Modifier and Type Method Description PgxFuture<GraphConfig>
PgxSession. describeGraphAsync(oracle.pgx.loaders.location.GraphLocation location)
Describes the graph contained in a given graph locationPgxFuture<GraphConfig>
PgxSession. describeGraphFileAsync(java.lang.String path)
Describes the graph contained in the file at the given path.PgxFuture<GraphConfig>
PgxSession. describeGraphFileAsync(java.lang.String path, Format format)
Describes the graph contained in the file at the given path.PgxFuture<GraphConfig>
PgxSession. describeGraphFilesAsync(java.lang.String vertexFilePath, java.lang.String edgeFilePath)
Describes the graph contained in the files at the given paths.PgxFuture<GraphConfig>
PgxSession. describeGraphFilesAsync(java.lang.String vertexFilePath, java.lang.String edgeFilePath, Format format)
Describes the graph contained in the files at the given paths.PgxFuture<GraphConfig>
PgxSession. describeGraphFilesAsync(java.util.List<java.lang.String> filePaths)
Describes the graph contained in the files at the given paths.PgxFuture<GraphConfig>
PgxSession. describeGraphFilesAsync(java.util.List<java.lang.String> vertexFilePaths, java.util.List<java.lang.String> edgeFilePaths)
Describes the graph contained in the files at the given paths.PgxFuture<GraphConfig>
PgxSession. describeGraphFilesAsync(java.util.List<java.lang.String> vertexFilePaths, java.util.List<java.lang.String> edgeFilePaths, Format format)
Describes the graph contained in the files at the given paths.PgxFuture<GraphConfig>
PgxSession. describeGraphFilesAsync(java.util.List<java.lang.String> filePaths, Format format)
Describes the graph contained in the files at the given paths.PgxFuture<GraphConfig>
PgxGraph. storeAsync(GraphConfig targetConfig, boolean overwrite)
Stores this graph in a file or database.PgxFuture<GraphConfig>
PgxGraph. storeAsync(GraphConfig targetConfig, java.util.Set<java.lang.String> vertexProvidersToStore, java.util.Set<java.lang.String> edgeProvidersToStore, boolean overwrite)
Stores this graph in a file or database.Methods in oracle.pgx.api with parameters of type GraphConfig Modifier and Type Method Description PgxGraph
PgxSession. readGraphAsOf(GraphConfig config, long creationTimestamp)
Blocking version ofPgxSession.readGraphAsOfAsync(GraphConfig, long)
.PgxGraph
PgxSession. readGraphAsOf(GraphConfig config, long creationTimestamp, java.lang.String newGraphName)
Blocking version ofPgxSession.readGraphAsOfAsync(GraphConfig, long, String)
.PgxGraph
PgxSession. readGraphAsOf(GraphConfig config, GraphMetaData metaData)
Blocking version ofPgxSession.readGraphAsOfAsync(GraphConfig, GraphMetaData)
.PgxGraph
PgxSession. readGraphAsOf(GraphConfig config, GraphMetaData metaData, java.lang.String newGraphName)
Blocking version ofPgxSession.readGraphAsOfAsync(GraphConfig, GraphMetaData, String)
.PgxFuture<PgxGraph>
PgxSession. readGraphAsOfAsync(GraphConfig config, long creationTimestamp)
Reads a graph and its properties of a specific version (creationTimestamp) into memory.PgxFuture<PgxGraph>
PgxSession. readGraphAsOfAsync(GraphConfig config, long creationTimestamp, java.lang.String newGraphName)
Reads a graph and its properties of a specific version (creationTimestamp) into memory.PgxFuture<PgxGraph>
PgxSession. readGraphAsOfAsync(GraphConfig config, GraphMetaData metaData)
Reads a graph and its properties of a specific version (metaData) into memory.PgxFuture<PgxGraph>
PgxSession. readGraphAsOfAsync(GraphConfig config, GraphMetaData metaData, java.lang.String newGraphName)
Reads a graph and its properties of a specific version (metaData) into memory.PgxGraph
PgxSession. readGraphWithProperties(GraphConfig config)
Blocking version ofPgxSession.readGraphWithPropertiesAsync(GraphConfig)
.PgxGraph
PgxSession. readGraphWithProperties(GraphConfig config, boolean updateIfNotFresh)
Blocking version ofPgxSession.readGraphWithPropertiesAsync(GraphConfig, boolean)
.PgxGraph
PgxSession. readGraphWithProperties(GraphConfig config, boolean updateIfNotFresh, java.lang.String newGraphName)
Blocking version ofPgxSession.readGraphWithPropertiesAsync(GraphConfig, boolean, String)
.PgxGraph
PgxSession. readGraphWithProperties(GraphConfig config, long maxAge, java.util.concurrent.TimeUnit maxAgeTimeUnit)
Blocking version ofPgxSession.readGraphWithPropertiesAsync(GraphConfig, long, TimeUnit)
.PgxGraph
PgxSession. readGraphWithProperties(GraphConfig config, long maxAge, java.util.concurrent.TimeUnit maxAgeTimeUnit, boolean blockIfFull, java.lang.String newGraphName)
PgxGraph
PgxSession. readGraphWithProperties(GraphConfig config, java.lang.String newGraphName)
Blocking version ofPgxSession.readGraphWithPropertiesAsync(GraphConfig, String)
.PgxFuture<PgxGraph>
PgxSession. readGraphWithPropertiesAsync(GraphConfig config)
Reads a graph and its properties, specified in the graph config, into memory.PgxFuture<PgxGraph>
PgxSession. readGraphWithPropertiesAsync(GraphConfig config, boolean updateIfNotFresh)
Reads a graph and its properties, specified in the graph config, into memory.PgxFuture<PgxGraph>
PgxSession. readGraphWithPropertiesAsync(GraphConfig config, boolean updateIfNotFresh, java.lang.String newGraphName)
Reads a graph and its properties, specified in the graph config, into memory.PgxFuture<PgxGraph>
PgxSession. readGraphWithPropertiesAsync(GraphConfig config, long maxAge, java.util.concurrent.TimeUnit maxAgeTimeUnit)
Reads a graph and its properties, specified in the graph config, into memory.PgxFuture<PgxGraph>
PgxSession. readGraphWithPropertiesAsync(GraphConfig config, long maxAge, java.util.concurrent.TimeUnit maxAgeTimeUnit, boolean blockIfFull, java.lang.String newGraphName)
Reads a graph and its properties, specified in the graph config, into memory.PgxFuture<PgxGraph>
PgxSession. readGraphWithPropertiesAsync(GraphConfig config, java.lang.String newGraphName)
Reads a graph and its properties, specified a graph config, into memory.void
GraphMetaData. setConfig(GraphConfig config)
Synchronizer.Builder<T>
Synchronizer.Builder. setGraphConfiguration(GraphConfig graphConfig)
Sets the graph configuration to use for synchronization.GraphConfig
PgxGraph. store(GraphConfig targetConfig, boolean overwrite)
Blocking version ofPgxGraph.storeAsync(GraphConfig, boolean)
.GraphConfig
PgxGraph. store(GraphConfig targetConfig, java.util.Set<java.lang.String> vertexProvidersToStore, java.util.Set<java.lang.String> edgeProvidersToStore, boolean overwrite)
Blocking version ofPgxGraph.storeAsync(GraphConfig, Set, Set, boolean)
.PgxFuture<GraphConfig>
PgxGraph. storeAsync(GraphConfig targetConfig, boolean overwrite)
Stores this graph in a file or database.PgxFuture<GraphConfig>
PgxGraph. storeAsync(GraphConfig targetConfig, java.util.Set<java.lang.String> vertexProvidersToStore, java.util.Set<java.lang.String> edgeProvidersToStore, boolean overwrite)
Stores this graph in a file or database. -
Uses of GraphConfig in oracle.pgx.api.subgraph
Constructor parameters in oracle.pgx.api.subgraph with type arguments of type GraphConfig Constructor Description GenericSubgraphReader(PgxSession session, oracle.pgx.api.subgraph.internal.KeystoreLookup keystoreLookup, java.util.function.Function<GraphConfig,PgxFuture<PgxGraph>> readFunction)
Create an instance of this generic reader.PgqlBasedSubgraphReader(PgxSession session, oracle.pgx.api.subgraph.internal.KeystoreLookup keystoreLookup, java.util.function.Function<GraphConfig,PgxFuture<PgxGraph>> readFunction, SourceType graphSourceType, java.lang.String owner, java.lang.String dbGraphName)
-
Uses of GraphConfig in oracle.pgx.config
Classes in oracle.pgx.config with type parameters of type GraphConfig Modifier and Type Class Description class
AbstractGraphConfigBuilder<T extends AbstractGraphConfigBuilder<T,GC>,GC extends GraphConfig>
base class for graph configuration builder classesclass
AbstractGraphConfigFactory<T extends GraphConfig>
Base factory class for creating graph configuration objects.Subclasses of GraphConfig in oracle.pgx.config Modifier and Type Class Description class
AbstractFileGraphConfig
Abstract super-class for all file-base graph configsclass
AbstractPartitionedGraphConfig
Abstract super-class for all partitioned graph configsclass
AbstractRdfGraphConfig
class
AbstractTwoTablesRdbmsGraphConfig
class
AbstractTwoTablesTextGraphConfig
Base class for Two Tables Text (TWO_TABLES) graph configuration objectsclass
FileGraphConfig
PGX Engine File Graph Configclass
PartitionedGraphConfig
PGX Engine Partitioned Graph Configclass
RdfGraphConfig
PGX Engine RDF Graph Configclass
TwoTablesRdbmsGraphConfig
PGX Engine Two Tables Rdbms Graph Configclass
TwoTablesTextGraphConfig
PGX Engine Two Tables Text Graph ConfigMethods in oracle.pgx.config that return GraphConfig Modifier and Type Method Description GraphConfig
AnyFormatGraphConfigFactory. fromProperties(java.util.Properties props)
Methods in oracle.pgx.config with parameters of type GraphConfig Modifier and Type Method Description T
AbstractGraphConfigBuilder. copyBaseFrom(GraphConfig graphConfig)
Sets this builder with the values of the given graph config, this only includes base settings (format, temporal formats, vertex properties, edge properties, loading configuration and error handling configuration).
-