Package | Description |
---|---|
oracle.pgx.api |
This package contains the main Java APIs.
|
oracle.pgx.api.filter |
This package contains filter data objects.
|
Modifier and Type | Method and Description |
---|---|
EdgeSet |
PgxGraph.getEdges(EdgeFilter filter)
Blocking version of
PgxGraph.getEdges(EdgeFilter) . |
<E> PgxFuture<EdgeSet> |
PgxGraph.getEdgesAsync(EdgeFilter filter)
Creates a new edge set containing edges according to the given filter expression.
|
Modifier and Type | Method and Description |
---|---|
EdgeFilter |
EdgeFilter.asEdgeFilter() |
EdgeFilter |
GraphFilter.asEdgeFilter()
Gets this filter object as edge filter, if possible.
|
Copyright © 2017 Oracle Corp. All Rights Reserved.