Package | Description |
---|---|
oracle.pgx.api |
This package contains the main Java APIs.
|
oracle.pgx.config |
This package contains all configuration-related classes of PGX.
|
Modifier and Type | Method and Description |
---|---|
FileGraphConfig |
PgxGraph.store(Format targetFormat, FileGraphStoringConfig storingConfig)
Blocking version of
PgxGraph.storeAsync(Format, FileGraphStoringConfig) . |
FileGraphConfig |
PgxGraph.store(Format targetFormat, FileGraphStoringConfig storingConfig, boolean overwrite)
Blocking version of
PgxGraph.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 of
PgxGraph.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.
|
Modifier and Type | Method and Description |
---|---|
FileGraphStoringConfig |
FileGraphStoringConfigBuilder.build()
Build the file graph storing configuration object
|
FileGraphStoringConfig |
FileGraphConfig.getStoring()
storing-specific configuration
|
FileGraphStoringConfig |
TwoTablesTextGraphConfig.getStoring()
storing-specific configuration
|
abstract FileGraphStoringConfig |
AbstractFileGraphConfig.getStoring()
Get the storing configuration
|
static 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.
|
Modifier and Type | Method and Description |
---|---|
T |
AbstractFileGraphConfigBuilder.setStoringConfig(FileGraphStoringConfig storingConfig)
Sets the configuration to use when storing the graph data.
|
Copyright © 2016, 2018 Oracle and/or its affiliates. All Rights Reserved.