Package | Description |
---|---|
oracle.pgx.api |
This package contains the Java APIs of PGX.
|
Modifier and Type | Class and Description |
---|---|
class |
PgxCollection<E extends PgxEntity<ID>,ID extends Comparable<ID>>
A collection vertices/edges.
|
class |
Property<ID extends Comparable<ID>,K extends PgxEntity<ID>,V extends Comparable<V>>
A property of a
PgxGraph . |
Modifier and Type | Class and Description |
---|---|
class |
PgxEdge
An edge of a
PgxGraph . |
class |
PgxVertex<ID extends Comparable<ID>>
A vertex of a
PgxGraph . |
Modifier and Type | Method and Description |
---|---|
void |
PgxCollection.addAll(E[] elements)
Blocking version of
#addAllAsync() . |
PgxFuture<Void> |
PgxCollection.addAllAsync(E[] elements)
Add vertices/edges to an existing vertex/edge collection
|
Copyright © 2015. All rights reserved.