| 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 | 
|---|---|
java.util.Map<java.lang.String,PgxCollection<? extends PgxEntity<?>,?>> | 
PgxGraph.getCollections()
Blocking version of  
PgxGraph.getCollectionsAsync(). | 
PgxFuture<java.util.Map<java.lang.String,PgxCollection<? extends PgxEntity<?>,?>>> | 
PgxGraph.getCollectionsAsync()
Retrieves all currently allocated collections associated with the graph. 
 | 
| 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 © 2016, 2018 Oracle and/or its affiliates. All Rights Reserved.