Uses of Class
oracle.pgx.config.PartitionedGraphConfig
-
Packages that use PartitionedGraphConfig Package Description oracle.pgx.api This package contains the main Java APIs.oracle.pgx.api.expansion This package contains classes and utilities to support the subgraph expansion functionality.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 PartitionedGraphConfig in oracle.pgx.api
Methods in oracle.pgx.api that return PartitionedGraphConfig Modifier and Type Method Description PartitionedGraphConfig
PgxGraph. store(ProviderFormat targetFormat, java.lang.String targetBasePath)
Blocking version ofPgxGraph.storeAsync(ProviderFormat, String)
.PartitionedGraphConfig
PgxGraph. store(ProviderFormat targetFormat, java.lang.String targetBasePath, boolean overwrite)
Blocking version ofPgxGraph.storeAsync(ProviderFormat, String, boolean)
.PartitionedGraphConfig
PgxGraph. store(ProviderFormat targetFormat, java.lang.String targetBasePath, int numPartitions)
Blocking version ofPgxGraph.storeAsync(ProviderFormat, String, int)
.PartitionedGraphConfig
PgxGraph. store(ProviderFormat targetFormat, java.lang.String targetBasePath, int numPartitions, boolean overwrite)
Blocking version ofPgxGraph.storeAsync(ProviderFormat, String, int, boolean)
.PartitionedGraphConfig
PgxGraph. store(ProviderFormat targetFormat, java.lang.String targetBasePath, int numPartitions, java.util.Collection<VertexProperty<?,?>> vertexProps, java.util.Collection<EdgeProperty<?>> edgeProps, boolean overwrite)
Blocking version ofPgxGraph.storeAsync(ProviderFormat, String, int, Collection, Collection, boolean)
.PartitionedGraphConfig
PgxGraph. store(ProviderFormat targetFormat, java.lang.String targetBasePath, int numPartitions, java.util.Set<java.lang.String> vertexProvidersToStore, java.util.Set<java.lang.String> edgeProvidersToStore)
Blocking version ofPgxGraph.storeAsync(ProviderFormat, String, int, Set, Set)
.PartitionedGraphConfig
PgxGraph. store(ProviderFormat targetFormat, java.lang.String targetBasePath, int numPartitions, java.util.Set<java.lang.String> vertexProvidersToStore, java.util.Set<java.lang.String> edgeProvidersToStore, boolean overwrite)
Blocking version of {@link #storeAsync(ProviderFormat, String, int, Set, Set, , boolean)}.PartitionedGraphConfig
PgxGraph. store(ProviderFormat targetFormat, java.lang.String targetBasePath, int numPartitions, java.util.Set<java.lang.String> vertexProvidersToStore, java.util.Set<java.lang.String> edgeProvidersToStore, java.util.Collection<VertexProperty<?,?>> vertexProps, java.util.Collection<EdgeProperty<?>> edgeProps, boolean overwrite)
PartitionedGraphConfig
PgxGraph. store(ProviderFormat targetFormat, java.lang.String targetBasePath, java.util.Collection<VertexProperty<?,?>> vertexProps, java.util.Collection<EdgeProperty<?>> edgeProps, boolean overwrite)
Blocking version ofPgxGraph.storeAsync(ProviderFormat, String, Collection, Collection, boolean)
.PartitionedGraphConfig
PgxGraph. store(ProviderFormat targetFormat, java.lang.String targetBasePath, java.util.Set<java.lang.String> vertexProvidersToStore, java.util.Set<java.lang.String> edgeProvidersToStore)
Blocking version ofPgxGraph.storeAsync(ProviderFormat, String, Set, Set)
.PartitionedGraphConfig
PgxGraph. store(ProviderFormat targetFormat, java.lang.String targetBasePath, java.util.Set<java.lang.String> vertexProvidersToStore, java.util.Set<java.lang.String> edgeProvidersToStore, boolean overwrite)
Blocking version ofPgxGraph.storeAsync(ProviderFormat, String, boolean)
.PartitionedGraphConfig
PgxGraph. store(ProviderFormat targetFormat, java.lang.String targetBasePath, java.util.Set<java.lang.String> vertexProvidersToStore, java.util.Set<java.lang.String> edgeProvidersToStore, java.util.Collection<VertexProperty<?,?>> vertexProps, java.util.Collection<EdgeProperty<?>> edgeProps, boolean overwrite)
PartitionedGraphConfig
PgxGraph. store(ProviderFormat targetFormat, java.util.Map<java.lang.String,FileGraphStoringConfig> vertexStoringConfigs, java.util.Map<java.lang.String,FileGraphStoringConfig> edgeStoringConfigs)
Blocking version ofPgxGraph.storeAsync(ProviderFormat, Map, Map)
.PartitionedGraphConfig
PgxGraph. store(ProviderFormat targetFormat, java.util.Map<java.lang.String,FileGraphStoringConfig> vertexStoringConfigs, java.util.Map<java.lang.String,FileGraphStoringConfig> edgeStoringConfigs, boolean overwrite)
Blocking version ofPgxGraph.storeAsync(ProviderFormat, Map, Map, boolean)
.PartitionedGraphConfig
PgxGraph. store(ProviderFormat targetFormat, java.util.Map<java.lang.String,FileGraphStoringConfig> vertexStoringConfigs, java.util.Map<java.lang.String,FileGraphStoringConfig> edgeStoringConfigs, java.util.Collection<VertexProperty<?,?>> vertexProps, java.util.Collection<EdgeProperty<?>> edgeProps, boolean overwrite)
Blocking version ofPgxGraph.storeAsync(ProviderFormat, Map, Map, Collection, Collection, boolean)
.PartitionedGraphConfig
PgxGraph. store(ProviderFormat targetFormat, java.util.Set<java.lang.String> vertexProvidersToStore, java.util.Set<java.lang.String> edgeProvidersToStore, java.util.Map<java.lang.String,FileGraphStoringConfig> vertexStoringConfigs, java.util.Map<java.lang.String,FileGraphStoringConfig> edgeStoringConfigs, boolean overwrite)
Blocking version ofPgxGraph.storeAsync(ProviderFormat, Set, Set, Map, Map, boolean)
.PartitionedGraphConfig
PgxGraph. store(ProviderFormat targetFormat, java.util.Set<java.lang.String> vertexProvidersToStore, java.util.Set<java.lang.String> edgeProvidersToStore, java.util.Map<java.lang.String,FileGraphStoringConfig> vertexStoringConfigs, java.util.Map<java.lang.String,FileGraphStoringConfig> edgeStoringConfigs, java.util.Collection<VertexProperty<?,?>> vertexProps, java.util.Collection<EdgeProperty<?>> edgeProps, boolean overwrite)
Methods in oracle.pgx.api that return types with arguments of type PartitionedGraphConfig Modifier and Type Method Description PgxFuture<PartitionedGraphConfig>
PgxGraph. storeAsync(ProviderFormat targetFormat, java.lang.String targetBasePath)
Stores this graph in a given file format on a file system.PgxFuture<PartitionedGraphConfig>
PgxGraph. storeAsync(ProviderFormat targetFormat, java.lang.String targetBasePath, boolean overwrite)
Stores this graph in a given file format on a file system.PgxFuture<PartitionedGraphConfig>
PgxGraph. storeAsync(ProviderFormat targetFormat, java.lang.String targetBasePath, int numPartitions)
Stores this graph in a given file format in multiple partitions on a file system.PgxFuture<PartitionedGraphConfig>
PgxGraph. storeAsync(ProviderFormat targetFormat, java.lang.String targetBasePath, int numPartitions, boolean overwrite)
Stores this graph in a given file format in multiple partitions on a file system.PgxFuture<PartitionedGraphConfig>
PgxGraph. storeAsync(ProviderFormat targetFormat, java.lang.String targetBasePath, int numPartitions, java.util.Collection<VertexProperty<?,?>> vertexProps, java.util.Collection<EdgeProperty<?>> edgeProps, boolean overwrite)
Stores this graph in a given file format in multiple partitions on a file system.PgxFuture<PartitionedGraphConfig>
PgxGraph. storeAsync(ProviderFormat targetFormat, java.lang.String targetBasePath, int numPartitions, java.util.Set<java.lang.String> vertexProvidersToStore, java.util.Set<java.lang.String> edgeProvidersToStore)
Stores this graph in a given file format in multiple partitions on a file system.PgxFuture<PartitionedGraphConfig>
PgxGraph. storeAsync(ProviderFormat targetFormat, java.lang.String targetBasePath, int numPartitions, java.util.Set<java.lang.String> vertexProvidersToStore, java.util.Set<java.lang.String> edgeProvidersToStore, boolean overwrite)
Stores this graph in a given file format in multiple partitions on a file system.PgxFuture<PartitionedGraphConfig>
PgxGraph. storeAsync(ProviderFormat targetFormat, java.lang.String targetBasePath, int numPartitions, java.util.Set<java.lang.String> vertexProvidersToStore, java.util.Set<java.lang.String> edgeProvidersToStore, java.util.Collection<VertexProperty<?,?>> vertexProps, java.util.Collection<EdgeProperty<?>> edgeProps, boolean overwrite)
Stores this graph in a given file format in multiple partitions on a file system.PgxFuture<PartitionedGraphConfig>
PgxGraph. storeAsync(ProviderFormat targetFormat, java.lang.String targetBasePath, java.util.Collection<VertexProperty<?,?>> vertexProps, java.util.Collection<EdgeProperty<?>> edgeProps, boolean overwrite)
Stores this graph in a given file format on a file system.PgxFuture<PartitionedGraphConfig>
PgxGraph. storeAsync(ProviderFormat targetFormat, java.lang.String targetBasePath, java.util.Set<java.lang.String> vertexProvidersToStore, java.util.Set<java.lang.String> edgeProvidersToStore)
Stores this graph in a given file format on a file system.PgxFuture<PartitionedGraphConfig>
PgxGraph. storeAsync(ProviderFormat targetFormat, java.lang.String targetBasePath, java.util.Set<java.lang.String> vertexProvidersToStore, java.util.Set<java.lang.String> edgeProvidersToStore, boolean overwrite)
Stores this graph in a given file format on a file system.PgxFuture<PartitionedGraphConfig>
PgxGraph. storeAsync(ProviderFormat targetFormat, java.lang.String targetBasePath, java.util.Set<java.lang.String> vertexProvidersToStore, java.util.Set<java.lang.String> edgeProvidersToStore, java.util.Collection<VertexProperty<?,?>> vertexProps, java.util.Collection<EdgeProperty<?>> edgeProps, boolean overwrite)
Stores this graph in a given file format on a file system.PgxFuture<PartitionedGraphConfig>
PgxGraph. storeAsync(ProviderFormat targetFormat, java.util.Map<java.lang.String,FileGraphStoringConfig> vertexStoringConfigs, java.util.Map<java.lang.String,FileGraphStoringConfig> edgeStoringConfigs)
Stores this graph in a given file format in multiple partitions on a file system.PgxFuture<PartitionedGraphConfig>
PgxGraph. storeAsync(ProviderFormat targetFormat, java.util.Map<java.lang.String,FileGraphStoringConfig> vertexStoringConfigs, java.util.Map<java.lang.String,FileGraphStoringConfig> edgeStoringConfigs, boolean overwrite)
Stores this graph in a given file format in multiple partitions on a file system.PgxFuture<PartitionedGraphConfig>
PgxGraph. storeAsync(ProviderFormat targetFormat, java.util.Map<java.lang.String,FileGraphStoringConfig> vertexStoringConfigs, java.util.Map<java.lang.String,FileGraphStoringConfig> edgeStoringConfigs, java.util.Collection<VertexProperty<?,?>> vertexProps, java.util.Collection<EdgeProperty<?>> edgeProps, boolean overwrite)
Stores this graph in a given file format in multiple partitions on a file system.PgxFuture<PartitionedGraphConfig>
PgxGraph. storeAsync(ProviderFormat targetFormat, java.util.Set<java.lang.String> vertexProvidersToStore, java.util.Set<java.lang.String> edgeProvidersToStore, java.util.Map<java.lang.String,FileGraphStoringConfig> vertexStoringConfigs, java.util.Map<java.lang.String,FileGraphStoringConfig> edgeStoringConfigs, boolean overwrite)
Stores this graph in a given file format in multiple partitions on a file system.PgxFuture<PartitionedGraphConfig>
PgxGraph. storeAsync(ProviderFormat targetFormat, java.util.Set<java.lang.String> vertexProvidersToStore, java.util.Set<java.lang.String> edgeProvidersToStore, java.util.Map<java.lang.String,FileGraphStoringConfig> vertexStoringConfigs, java.util.Map<java.lang.String,FileGraphStoringConfig> edgeStoringConfigs, java.util.Collection<VertexProperty<?,?>> vertexProps, java.util.Collection<EdgeProperty<?>> edgeProps, boolean overwrite)
Stores this graph in a given file format in multiple partitions on a file system. -
Uses of PartitionedGraphConfig in oracle.pgx.api.expansion
Methods in oracle.pgx.api.expansion with parameters of type PartitionedGraphConfig Modifier and Type Method Description E
AbstractGraphExpander. withConfig(PartitionedGraphConfig config)
Specify a graph config used to load the additional graph data.Constructors in oracle.pgx.api.expansion with parameters of type PartitionedGraphConfig Constructor Description AbstractGraphExpander(PartitionedGraphConfig graphConfig, PgxSession session, java.util.function.Function<oracle.pgx.api.expansion.internal.GraphExpansionConfig,PgxFuture<PgxGraph>> expansionFunction, oracle.pgx.api.subgraph.internal.KeystoreLookup keystoreLookup)
GenericGraphExpander(PartitionedGraphConfig graphConfig, PgxSession session, java.util.function.Function<oracle.pgx.api.expansion.internal.GraphExpansionConfig,PgxFuture<PgxGraph>> expansionFunction, oracle.pgx.api.subgraph.internal.KeystoreLookup keystoreLookup)
Create a new instance of this generic expander.PgqlViewGraphExpander(PartitionedGraphConfig graphConfig, PgxSession session, java.util.function.Function<oracle.pgx.api.expansion.internal.GraphExpansionConfig,PgxFuture<PgxGraph>> expansionFunction, oracle.pgx.api.subgraph.internal.KeystoreLookup keystoreLookup)
Create a new expander from a base graph. -
Uses of PartitionedGraphConfig in oracle.pgx.api.subgraph
Methods in oracle.pgx.api.subgraph with parameters of type PartitionedGraphConfig Modifier and Type Method Description R
PgqlBasedSubgraphReader. withConfig(PartitionedGraphConfig config)
sets the graph configuration to use for loading the subgraph. -
Uses of PartitionedGraphConfig in oracle.pgx.config
Methods in oracle.pgx.config that return PartitionedGraphConfig Modifier and Type Method Description PartitionedGraphConfig
PartitionedGraphConfigFactory. fromProperties(java.util.Properties props)
static PartitionedGraphConfig
PartitionedGraphConfig. parse(java.io.InputStream is, boolean strict, java.lang.String parentPath)
Parses an input stream.static PartitionedGraphConfig
PartitionedGraphConfig. parse(java.util.Map<java.lang.String,java.lang.Object> raw, boolean strict, java.lang.String parentPath)
Parses a raw key/value mapping.static PartitionedGraphConfig
PartitionedGraphConfig. parse(java.util.Properties props, boolean strict)
Parses a properties file.Methods in oracle.pgx.config with parameters of type PartitionedGraphConfig Modifier and Type Method Description PartitionedGraphConfigBuilder
PartitionedGraphConfigBuilder. copyFrom(PartitionedGraphConfig graphConfig)
-