Package | Description |
---|---|
oracle.pgx.api |
This package contains the main Java APIs.
|
Modifier and Type | Class and Description |
---|---|
class |
ComponentCollection<ID> |
class |
EdgeCollection
A collection of edges.
|
class |
EdgeSequence
An ordered sequence of edges which may contain duplicates.
|
class |
EdgeSet
An unordered set of edges (no duplicates).
|
class |
VertexCollection<ID>
A collection of vertices.
|
class |
VertexSequence<ID>
An ordered sequence of vertices which may contain duplicates.
|
class |
VertexSet<ID>
An unordered set of vertices (no duplicates).
|
Modifier and Type | Method and Description |
---|---|
PgxCollection<E,ID> |
PgxCollection.clone() |
PgxCollection<E,ID> |
PgxCollection.clone(java.lang.String newName)
Blocking version of
clone(String) . |
PgxCollection<E,ID> |
PgxCollection.toMutable()
Blocking version of
toMutableAsync() . |
PgxCollection<E,ID> |
PgxCollection.toMutable(java.lang.String newName)
Blocking version of
toMutableAsync(String) . |
Modifier and Type | Method and Description |
---|---|
PgxFuture<PgxCollection<E,ID>> |
PgxCollection.cloneAsync()
Convenience method around
cloneAsync(String) passing name as null Clone an existing vertex/edge collection. |
PgxFuture<PgxCollection<PgxVertex<ID>,ID>> |
ComponentCollection.cloneAsync(java.lang.String newName) |
PgxFuture<PgxCollection<E,ID>> |
PgxCollection.cloneAsync(java.lang.String newName)
Clone an existing vertex/edge collection.
|
PgxFuture<PgxCollection<E,ID>> |
PgxCollection.toMutableAsync()
Create a mutable copy of an existing vertex/edge collection
Convenience method around toMutableAsync(String) passing name as null |
PgxFuture<PgxCollection<PgxVertex<ID>,ID>> |
ComponentCollection.toMutableAsync(java.lang.String newName) |
PgxFuture<PgxCollection<E,ID>> |
PgxCollection.toMutableAsync(java.lang.String newName)
Create a mutable copy of an existing vertex/edge collection
|
Copyright © 2017 Oracle Corp. All Rights Reserved.