| Package | Description |
|---|---|
| com.mware.ge |
| Modifier and Type | Method and Description |
|---|---|
default Iterable<EdgeVertexPair> |
Vertex.getEdgeVertexPairs(Direction direction,
Authorizations authorizations)
Gets all edge/vertex pairs attached to this vertex.
|
default Iterable<EdgeVertexPair> |
Vertex.getEdgeVertexPairs(Direction direction,
FetchHints fetchHints,
Authorizations authorizations)
Gets all edge/vertex pairs attached to this vertex.
|
default Iterable<EdgeVertexPair> |
Vertex.getEdgeVertexPairs(Direction direction,
FetchHints fetchHints,
Long endTime,
Authorizations authorizations)
Gets all edge/vertex pairs attached to this vertex.
|
default Iterable<EdgeVertexPair> |
Vertex.getEdgeVertexPairs(Direction direction,
String[] labels,
Authorizations authorizations)
Gets all edge/vertex pairs with any of the given labels attached to this vertex.
|
default Iterable<EdgeVertexPair> |
Vertex.getEdgeVertexPairs(Direction direction,
String[] labels,
FetchHints fetchHints,
Authorizations authorizations)
Gets all edge/vertex pairs with any of the given labels attached to this vertex.
|
default Iterable<EdgeVertexPair> |
Vertex.getEdgeVertexPairs(Direction direction,
String label,
Authorizations authorizations)
Gets all edge/vertex pairs with the given label attached to this vertex.
|
default Iterable<EdgeVertexPair> |
Vertex.getEdgeVertexPairs(Direction direction,
String label,
FetchHints fetchHints,
Authorizations authorizations)
Gets all edge/vertex pairs with the given label attached to this vertex.
|
static Iterable<EdgeVertexPair> |
EdgeVertexPair.getEdgeVertexPairs(Graph graph,
String sourceVertexId,
Iterable<EdgeInfo> edgeInfos,
FetchHints fetchHints,
Long endTime,
Authorizations authorizations) |
default Iterable<EdgeVertexPair> |
Vertex.getEdgeVertexPairs(Iterable<EdgeInfo> edgeInfos,
FetchHints fetchHints,
Long endTime,
Authorizations authorizations) |
Copyright © 2016–2021 MWARE SOLUTIONS. All rights reserved.