Uses of Class
oracle.pgx.config.FileGraphStoringConfig
-
Packages that use FileGraphStoringConfig Package Description oracle.pgx.api This package contains the main Java APIs.oracle.pgx.config This package contains all configuration-related classes of PGX. -
-
Uses of FileGraphStoringConfig in oracle.pgx.api
Methods in oracle.pgx.api with parameters of type FileGraphStoringConfig Modifier and Type Method Description FileGraphConfig
PgxGraph. store(Format targetFormat, FileGraphStoringConfig storingConfig)
Blocking version ofPgxGraph.storeAsync(Format, FileGraphStoringConfig)
.FileGraphConfig
PgxGraph. store(Format targetFormat, FileGraphStoringConfig storingConfig, boolean overwrite)
Blocking version ofPgxGraph.storeAsync(Format, FileGraphStoringConfig, boolean)
.FileGraphConfig
PgxGraph. store(Format targetFormat, FileGraphStoringConfig storingConfig, java.util.Collection<VertexProperty<?,?>> vertexProps, java.util.Collection<EdgeProperty<?>> edgeProps, boolean overwrite)
Blocking version ofPgxGraph.storeAsync(Format, FileGraphStoringConfig, Collection, Collection, boolean)
.PgxFuture<FileGraphConfig>
PgxGraph. storeAsync(Format targetFormat, FileGraphStoringConfig storingConfig)
Stores this graph in a given file format in multiple partitions on a file system.PgxFuture<FileGraphConfig>
PgxGraph. storeAsync(Format targetFormat, FileGraphStoringConfig storingConfig, boolean overwrite)
Stores this graph in a given file format in multiple partitions on a file system.PgxFuture<FileGraphConfig>
PgxGraph. storeAsync(Format targetFormat, FileGraphStoringConfig storingConfig, 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.Method parameters in oracle.pgx.api with type arguments of type FileGraphStoringConfig Modifier and Type Method Description 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)
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 FileGraphStoringConfig in oracle.pgx.config
Methods in oracle.pgx.config that return FileGraphStoringConfig Modifier and Type Method Description FileGraphStoringConfig
FileGraphStoringConfigBuilder. build()
Build the file graph storing configuration objectFileGraphStoringConfig
FileEntityProviderConfig. getStoring()
storing-specific configurationFileGraphStoringConfig
FileGraphConfig. getStoring()
storing-specific configurationFileGraphStoringConfig
TwoTablesTextGraphConfig. getStoring()
storing-specific configurationFileGraphStoringConfig
AbstractFileEntityProviderConfig. getStoringOptions()
Get the storing configurationFileGraphStoringConfig
AbstractFileGraphConfig. getStoringOptions()
Get the storing configurationstatic FileGraphStoringConfig
FileGraphStoringConfig. parse(java.io.InputStream is, boolean strict, java.lang.String parentPath)
Parses an input stream.static FileGraphStoringConfig
FileGraphStoringConfig. parse(java.util.Map<java.lang.String,java.lang.Object> raw, boolean strict, java.lang.String parentPath)
Parses a raw key/value mapping.static FileGraphStoringConfig
FileGraphStoringConfig. parse(java.util.Properties props, boolean strict)
Parses a properties file.Methods in oracle.pgx.config with parameters of type FileGraphStoringConfig Modifier and Type Method Description T
AbstractFileGraphConfigBuilder. setStoringOptions(FileGraphStoringConfig storingConfig)
Sets the storing options to use when storing the graph data.FileEntityProviderConfigBuilder
FileEntityProviderConfigBuilder. setStoringOptions(FileGraphStoringConfig storing)
Sets the storing configuration.
-