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 |
GraphEntityCollection<E extends PgxEntity<ID>,ID>
A collection of 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 |
---|---|
abstract void |
PgxCollection.addAll(PgxEntity[] elements)
Adds elements of a
PgxEntity array to this collection. |
void |
GraphEntityCollection.addAll(PgxEntity[] elements) |
void |
ScalarCollection.addAll(PgxEntity[] elements) |
Copyright © 2015 - 2020 Oracle and/or its affiliates. All Rights Reserved.