GraphConfig |
PgxSession.describeGraphFile(java.lang.String path,
Format format) |
|
PgxFuture<GraphConfig> |
PgxSession.describeGraphFileAsync(java.lang.String path,
Format format) |
Describes the graph contained in the file at the given path.
|
GraphConfig |
PgxSession.describeGraphFiles(java.lang.String vertexFilePath,
java.lang.String edgeFilePath,
Format format) |
|
GraphConfig |
PgxSession.describeGraphFiles(java.util.List<java.lang.String> vertexFilePaths,
java.util.List<java.lang.String> edgeFilePaths,
Format format) |
|
GraphConfig |
PgxSession.describeGraphFiles(java.util.List<java.lang.String> filePaths,
Format format) |
|
PgxFuture<GraphConfig> |
PgxSession.describeGraphFilesAsync(java.lang.String vertexFilePath,
java.lang.String edgeFilePath,
Format format) |
Describes the graph contained in the files at the given paths.
|
PgxFuture<GraphConfig> |
PgxSession.describeGraphFilesAsync(java.util.List<java.lang.String> vertexFilePaths,
java.util.List<java.lang.String> edgeFilePaths,
Format format) |
Describes the graph contained in the files at the given paths.
|
PgxFuture<GraphConfig> |
PgxSession.describeGraphFilesAsync(java.util.List<java.lang.String> filePaths,
Format format) |
Describes the graph contained in the files at the given paths.
|
PgxGraph |
PgxSession.readGraphFile(java.lang.String path,
Format format) |
|
PgxGraph |
PgxSession.readGraphFile(java.lang.String path,
Format format,
java.lang.String newGraphName) |
|
PgxFuture<PgxGraph> |
PgxSession.readGraphFileAsync(java.lang.String path,
Format format) |
Loads the graph contained in the file at the given path.
|
PgxFuture<PgxGraph> |
PgxSession.readGraphFileAsync(java.lang.String path,
Format format,
java.lang.String newGraphName) |
Loads the graph contained in the files at the given path.
|
PgxGraph |
PgxSession.readGraphFiles(java.lang.String vertexFilePath,
java.lang.String edgeFilePath,
Format format) |
|
PgxGraph |
PgxSession.readGraphFiles(java.lang.String vertexFilePath,
java.lang.String edgeFilePath,
Format format,
java.lang.String newGraphName) |
|
PgxGraph |
PgxSession.readGraphFiles(java.util.List<java.lang.String> vertexFilePaths,
java.util.List<java.lang.String> edgeFilePaths,
Format format) |
|
PgxGraph |
PgxSession.readGraphFiles(java.util.List<java.lang.String> vertexFilePaths,
java.util.List<java.lang.String> edgeFilePaths,
Format format,
java.lang.String newGraphName) |
|
PgxGraph |
PgxSession.readGraphFiles(java.util.List<java.lang.String> filePaths,
Format format) |
|
PgxGraph |
PgxSession.readGraphFiles(java.util.List<java.lang.String> filePaths,
Format format,
java.lang.String newGraphName) |
|
PgxFuture<PgxGraph> |
PgxSession.readGraphFilesAsync(java.lang.String vertexFilePath,
java.lang.String edgeFilePath,
Format format) |
Loads the graph contained in the files at the given paths.
|
PgxFuture<PgxGraph> |
PgxSession.readGraphFilesAsync(java.lang.String vertexFilePath,
java.lang.String edgeFilePath,
Format format,
java.lang.String newGraphName) |
Loads the graph contained in the files at the given paths.
|
PgxFuture<PgxGraph> |
PgxSession.readGraphFilesAsync(java.util.List<java.lang.String> vertexFilePaths,
java.util.List<java.lang.String> edgeFilePaths,
Format format) |
Loads the graph contained in the files at the given paths.
|
PgxFuture<PgxGraph> |
PgxSession.readGraphFilesAsync(java.util.List<java.lang.String> vertexFilePaths,
java.util.List<java.lang.String> edgeFilePaths,
Format format,
java.lang.String newGraphName) |
Loads the graph contained in the files at the given paths.
|
PgxFuture<PgxGraph> |
PgxSession.readGraphFilesAsync(java.util.List<java.lang.String> filePaths,
Format format) |
Loads the graph contained in the files at the given paths.
|
PgxFuture<PgxGraph> |
PgxSession.readGraphFilesAsync(java.util.List<java.lang.String> filePaths,
Format format,
java.lang.String newGraphName) |
Loads the graph contained in the files at the given paths.
|
FileGraphConfig |
PgxGraph.store(Format targetFormat,
java.lang.String targetPath) |
|
FileGraphConfig |
PgxGraph.store(Format targetFormat,
java.lang.String targetPath,
boolean overwrite) |
|
FileGraphConfig |
PgxGraph.store(Format targetFormat,
java.lang.String targetBasePath,
int numPartitions) |
|
FileGraphConfig |
PgxGraph.store(Format targetFormat,
java.lang.String targetBasePath,
int numPartitions,
boolean overwrite) |
|
FileGraphConfig |
PgxGraph.store(Format targetFormat,
java.lang.String targetBasePath,
int numPartitions,
java.util.Collection<VertexProperty<?,?>> vertexProps,
java.util.Collection<EdgeProperty<?>> edgeProps,
boolean overwrite) |
|
FileGraphConfig |
PgxGraph.store(Format targetFormat,
java.lang.String targetPath,
java.util.Collection<VertexProperty<?,?>> vertexProps,
java.util.Collection<EdgeProperty<?>> edgeProps,
boolean overwrite) |
|
FileGraphConfig |
PgxGraph.store(Format targetFormat,
FileGraphStoringConfig storingConfig) |
|
FileGraphConfig |
PgxGraph.store(Format targetFormat,
FileGraphStoringConfig storingConfig,
boolean overwrite) |
|
FileGraphConfig |
PgxGraph.store(Format targetFormat,
FileGraphStoringConfig storingConfig,
java.util.Collection<VertexProperty<?,?>> vertexProps,
java.util.Collection<EdgeProperty<?>> edgeProps,
boolean overwrite) |
|
PgxFuture<FileGraphConfig> |
PgxGraph.storeAsync(Format targetFormat,
java.lang.String targetPath) |
Stores this graph in a given file format on a file system.
|
PgxFuture<FileGraphConfig> |
PgxGraph.storeAsync(Format targetFormat,
java.lang.String targetPath,
boolean overwrite) |
Stores this graph in a given file format on a file system.
|
PgxFuture<FileGraphConfig> |
PgxGraph.storeAsync(Format targetFormat,
java.lang.String targetBasePath,
int numPartitions) |
Stores this graph in a given file format in multiple partitions on a file system.
|
PgxFuture<FileGraphConfig> |
PgxGraph.storeAsync(Format 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<FileGraphConfig> |
PgxGraph.storeAsync(Format 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<FileGraphConfig> |
PgxGraph.storeAsync(Format targetFormat,
java.lang.String targetPath,
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<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.
|