Uses of Class
oracle.pgx.api.VertexLabels
-
Packages that use VertexLabels Package Description oracle.pgx.api This package contains the main Java APIs. -
-
Uses of VertexLabels in oracle.pgx.api
Methods in oracle.pgx.api that return VertexLabels Modifier and Type Method Description <ID> VertexLabels<ID>
PgxGraph. getVertexLabels()
Blocking version ofPgxGraph.getVertexLabelsAsync()
.Methods in oracle.pgx.api that return types with arguments of type VertexLabels Modifier and Type Method Description <ID> PgxFuture<VertexLabels<ID>>
PgxGraph. getVertexLabelsAsync()
Get the vertex labels belonging to this graph.
-