Package | Description |
---|---|
oracle.pgx.api |
This package contains the Java APIs of PGX.
|
Modifier and Type | Class and Description |
---|---|
class |
EdgeProperty<V extends Comparable<V>>
An edge property of a
PgxGraph . |
class |
VertexProperty<ID extends Comparable<ID>,V extends Comparable<V>>
A vertex property of a
PgxGraph . |
Modifier and Type | Method and Description |
---|---|
Property<ID,K,V> |
Property.clone()
Blocking version of
cloneAsync() . |
Property<ID,K,V> |
Property.clone(String newPropertyName)
Blocking version of
cloneAsync() . |
Modifier and Type | Method and Description |
---|---|
PgxFuture<? extends Property<ID,K,V>> |
Property.cloneAsync()
Create a copy of this property.
Convenience method for cloneAsync(String) passing newPropertyName as null |
PgxFuture<? extends Property<ID,K,V>> |
Property.cloneAsync(String newPropertyName)
Create a copy of this property.
|
Copyright © 2015. All rights reserved.