Package | Description |
---|---|
oracle.pgx.api |
This package contains the Java APIs of PGX.
|
oracle.pgx.config |
This package contains all configuration-related classes of PGX.
|
Modifier and Type | Method and Description |
---|---|
FileGraphConfig |
PgxGraph.store(Format targetFormat, String targetPath)
Blocking version of
PgxGraph.storeAsync(Format, String) . |
FileGraphConfig |
PgxGraph.store(Format targetFormat, String targetPath, boolean overwrite)
Blocking version of
PgxGraph.storeAsync(Format, String, boolean) . |
FileGraphConfig |
PgxGraph.store(Format targetFormat, String targetPath, Collection<VertexProperty<?,?>> vertexProps, Collection<EdgeProperty<?>> edgeProps, boolean overwrite)
Blocking version of
PgxGraph.storeAsync(Format, String, Collection, Collection, boolean) . |
Modifier and Type | Method and Description |
---|---|
PgxFuture<FileGraphConfig> |
PgxGraph.storeAsync(Format targetFormat, String targetPath) |
PgxFuture<FileGraphConfig> |
PgxGraph.storeAsync(Format targetFormat, String targetPath, boolean overwrite) |
PgxFuture<FileGraphConfig> |
PgxGraph.storeAsync(Format targetFormat, String targetPath, Collection<VertexProperty<?,?>> vertexProps, Collection<EdgeProperty<?>> edgeProps, boolean overwrite) |
Modifier and Type | Method and Description |
---|---|
FileGraphConfig |
FileGraphConfigFactory.fromProperties(Properties props) |
static FileGraphConfig |
FileGraphConfig.parse(InputStream is, boolean strict, File parent)
Parses an input stream.
|
static FileGraphConfig |
FileGraphConfig.parse(Map<String,Object> raw, boolean strict, File parent)
Parses a raw key/value mapping.
|
static FileGraphConfig |
FileGraphConfig.parse(Properties props, boolean strict)
Parses a properties file.
|
Copyright © 2015. All rights reserved.