| Package | Description |
|---|---|
| com.mware.ge | |
| com.mware.ge.inmemory | |
| com.mware.ge.store |
| Modifier and Type | Method and Description |
|---|---|
default Iterable<EdgeInfo> |
Vertex.getEdgeInfos(Direction direction,
Authorizations authorizations)
Get a list of EdgeInfo.
|
Iterable<EdgeInfo> |
Vertex.getEdgeInfos(Direction direction,
String[] labels,
Authorizations authorizations)
Get a list of EdgeInfo.
|
default Iterable<EdgeInfo> |
Vertex.getEdgeInfos(Direction direction,
String label,
Authorizations authorizations)
Get a list of EdgeInfo.
|
| Modifier and Type | Method and Description |
|---|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<EdgeInfo> |
InMemoryVertex.getEdgeInfos(Direction direction,
String[] labels,
Authorizations authorizations) |
| Modifier and Type | Method and Description |
|---|---|
protected Iterable<EdgeInfo> |
StorableVertex.filterEdgeInfosByLabel(Iterable<EdgeInfo> edgeInfos,
String[] labels) |
Iterable<EdgeInfo> |
StorableVertex.getEdgeInfos(Direction direction,
String[] labels,
Authorizations authorizations) |
| Modifier and Type | Method and Description |
|---|---|
protected Iterable<EdgeInfo> |
StorableVertex.filterEdgeInfosByLabel(Iterable<EdgeInfo> edgeInfos,
String[] labels) |
Copyright © 2016–2021 MWARE SOLUTIONS. All rights reserved.