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 GraphConfigPgxSession. describeGraphFile(java.lang.String path)Blocking version ofPgxSession.describeGraphFileAsync(String).GraphConfigPgxSession. describeGraphFile(java.lang.String path, Format format)Blocking version ofPgxSession.describeGraphFileAsync(String, Format).GraphConfigPgxSession. describeGraphFiles(java.lang.String vertexFilePath, java.lang.String edgeFilePath)Blocking version ofPgxSession.describeGraphFilesAsync(String, String).GraphConfigPgxSession. describeGraphFiles(java.lang.String vertexFilePath, java.lang.String edgeFilePath, Format format)Blocking version ofPgxSession.describeGraphFilesAsync(String, String, Format).GraphConfigPgxSession. describeGraphFiles(java.util.List<java.lang.String> filePaths)Blocking version ofPgxSession.describeGraphFilesAsync(List).GraphConfigPgxSession. describeGraphFiles(java.util.List<java.lang.String> vertexFilePaths, java.util.List<java.lang.String> edgeFilePaths)Blocking version ofPgxSession.describeGraphFilesAsync(List, List).GraphConfigPgxSession. describeGraphFiles(java.util.List<java.lang.String> vertexFilePaths, java.util.List<java.lang.String> edgeFilePaths, Format format)Blocking version ofPgxSession.describeGraphFilesAsync(List, List, Format).GraphConfigPgxSession. describeGraphFiles(java.util.List<java.lang.String> filePaths, Format format)Blocking version ofPgxSession.describeGraphFilesAsync(List, Format).GraphConfigGraphMetaData. getConfig()Gets the graph configuration object used to specify the data source of this graph.GraphConfigPgxGraph. getConfig()Gets the graph configuration object used to specify the data source of this graph.GraphConfigPgxGraph. store(GraphConfig targetConfig, boolean overwrite)Blocking version ofPgxGraph.storeAsync(GraphConfig, boolean).GraphConfigPgxGraph. 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 PgxGraphPgxSession. readGraphAsOf(GraphConfig config, long creationTimestamp)Blocking version ofPgxSession.readGraphAsOfAsync(GraphConfig, long).PgxGraphPgxSession. readGraphAsOf(GraphConfig config, long creationTimestamp, java.lang.String newGraphName)Blocking version ofPgxSession.readGraphAsOfAsync(GraphConfig, long, String).PgxGraphPgxSession. readGraphAsOf(GraphConfig config, GraphMetaData metaData)Blocking version ofPgxSession.readGraphAsOfAsync(GraphConfig, GraphMetaData).PgxGraphPgxSession. 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.PgxGraphPgxSession. readGraphWithProperties(GraphConfig config)Blocking version ofPgxSession.readGraphWithPropertiesAsync(GraphConfig).PgxGraphPgxSession. readGraphWithProperties(GraphConfig config, boolean updateIfNotFresh)Blocking version ofPgxSession.readGraphWithPropertiesAsync(GraphConfig, boolean).PgxGraphPgxSession. readGraphWithProperties(GraphConfig config, boolean updateIfNotFresh, java.lang.String newGraphName)Blocking version ofPgxSession.readGraphWithPropertiesAsync(GraphConfig, boolean, String).PgxGraphPgxSession. readGraphWithProperties(GraphConfig config, long maxAge, java.util.concurrent.TimeUnit maxAgeTimeUnit)Blocking version ofPgxSession.readGraphWithPropertiesAsync(GraphConfig, long, TimeUnit).PgxGraphPgxSession. readGraphWithProperties(GraphConfig config, long maxAge, java.util.concurrent.TimeUnit maxAgeTimeUnit, boolean blockIfFull, java.lang.String newGraphName)PgxGraphPgxSession. 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.voidGraphMetaData. setConfig(GraphConfig config)Synchronizer.Builder<T>Synchronizer.Builder. setGraphConfiguration(GraphConfig graphConfig)Sets the graph configuration to use for synchronization.GraphConfigPgxGraph. store(GraphConfig targetConfig, boolean overwrite)Blocking version ofPgxGraph.storeAsync(GraphConfig, boolean).GraphConfigPgxGraph. 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 classAbstractGraphConfigBuilder<T extends AbstractGraphConfigBuilder<T,GC>,GC extends GraphConfig>base class for graph configuration builder classesclassAbstractGraphConfigFactory<T extends GraphConfig>Base factory class for creating graph configuration objects.Subclasses of GraphConfig in oracle.pgx.config Modifier and Type Class Description classAbstractFileGraphConfigAbstract super-class for all file-base graph configsclassAbstractPartitionedGraphConfigAbstract super-class for all partitioned graph configsclassAbstractPgGraphConfigBase class for Property Graph (PG) graph configuration objectsclassAbstractRdfGraphConfigclassAbstractTwoTablesRdbmsGraphConfigclassAbstractTwoTablesTextGraphConfigBase class for Two Tables Text (TWO_TABLES) graph configuration objectsclassFileGraphConfigPGX Engine File Graph ConfigclassPartitionedGraphConfigPGX Engine Partitioned Graph ConfigclassPgHbaseGraphConfigPGX Engine PG Hbase Graph ConfigclassPgNosqlGraphConfigPGX Engine PG NoSQL Graph ConfigclassPgRdbmsGraphConfigPGX Engine PG RDBMS Graph ConfigclassRdfGraphConfigPGX Engine RDF Graph ConfigclassTwoTablesRdbmsGraphConfigPGX Engine Two Tables Rdbms Graph ConfigclassTwoTablesTextGraphConfigPGX Engine Two Tables Text Graph ConfigMethods in oracle.pgx.config that return GraphConfig Modifier and Type Method Description GraphConfigAnyFormatGraphConfigFactory. fromProperties(java.util.Properties props)Methods in oracle.pgx.config with parameters of type GraphConfig Modifier and Type Method Description TAbstractGraphConfigBuilder. 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).
-