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) . |
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 |
---|---|
Format |
PgHbaseGraphConfig.getFormat()
graph format (Note: bin is deprecated, use pgb instead)
|
Format |
PgNosqlGraphConfig.getFormat()
graph format (Note: bin is deprecated, use pgb instead)
|
Format |
TwoTablesGraphConfig.getFormat()
graph format (Note: bin is deprecated, use pgb instead)
|
abstract Format |
GraphConfig.getFormat()
Get the format of this graph configuration
|
Format |
FileGraphConfig.getFormat()
graph format (Note: bin is deprecated, use pgb instead)
|
static Format |
Format.parseFormat(String input)
Parses a format given as string.
|
static Format |
Format.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Format[] |
Format.values()
Returns an array containing the constants of this enum type, in the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static FileGraphConfigBuilder |
GraphConfigBuilder.forFileFormat(Format format)
returns a PGX graph config builder to create file-based graph configs programmatically via Java methods.
|
static FileGraphConfigBuilder |
FileGraphConfigBuilder.forFormat(Format format)
Creates a new file graph configuration builder for a given file format.
|
static boolean |
GraphConfig.isFileFormat(Format format)
Check if a format is a file-based format
|
FileGraphConfigBuilder |
FileGraphConfigBuilder.setFormat(Format format)
Sets the file format.
|
Copyright © 2015. All rights reserved.