Package | Description |
---|---|
oracle.pgx.api |
This package contains the main Java APIs.
|
Modifier and Type | Method and Description |
---|---|
<ID> VertexLabels<ID> |
PgxGraph.getVertexLabels()
Blocking version of
PgxGraph.getVertexLabelsAsync() . |
Modifier and Type | Method and Description |
---|---|
<ID> PgxFuture<VertexLabels<ID>> |
PgxGraph.getVertexLabelsAsync()
Get the vertex labels belonging to this graph.
|
Copyright © 2017 Oracle Corp. All Rights Reserved.