Package | Description |
---|---|
oracle.pgx.api |
This package contains the main Java APIs.
|
Modifier and Type | Interface and Description |
---|---|
interface |
EntryIterable<ID,K extends PgxEntity<ID>,V>
Marker interface for an iterable over map entries.
|
class |
PgxCollection<E extends PgxEntity<ID>,ID>
A collection vertices/edges.
|
class |
Property<ID,K extends PgxEntity<ID>,V>
A property of a
PgxGraph . |
Modifier and Type | Class and Description |
---|---|
class |
PgxEdge
An edge of a
PgxGraph . |
class |
PgxVertex<ID>
A vertex of a
PgxGraph . |
Modifier and Type | Method and Description |
---|---|
void |
PgxCollection.addAll(E[] elements)
Blocking version of
PgxCollection.addAllAsync(PgxEntity[]) . |
PgxFuture<java.lang.Void> |
PgxCollection.addAllAsync(E[] elements)
Add vertices/edges to an existing vertex/edge collection
|
Copyright © 2017 Oracle Corp. All Rights Reserved.