| Package | Description |
|---|---|
| com.mware.ge | |
| com.mware.ge.inmemory | |
| com.mware.ge.mutation | |
| com.mware.ge.query | |
| com.mware.ge.store | |
| com.mware.ge.traversal |
| Modifier and Type | Method and Description |
|---|---|
Direction |
EdgeInfo.getDirection() |
Direction |
Direction.reverse() |
static Direction |
Direction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Direction[] |
Direction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
int |
EdgesSummary.getCountOfEdges(Direction direction) |
default int |
Vertex.getEdgeCount(Direction direction,
Authorizations authorizations)
Gets count of edges on this vertex.
|
Iterable<String> |
Vertex.getEdgeIds(Direction direction,
Authorizations authorizations)
Gets the connected edge ids.
|
Iterable<String> |
Vertex.getEdgeIds(Direction direction,
String[] labels,
Authorizations authorizations)
Gets the connected edge ids.
|
Iterable<String> |
Vertex.getEdgeIds(Direction direction,
String label,
Authorizations authorizations)
Gets the connected edge ids.
|
Iterable<String> |
Vertex.getEdgeIds(Vertex otherVertex,
Direction direction,
Authorizations authorizations)
Gets the connected edge ids.
|
Iterable<String> |
Vertex.getEdgeIds(Vertex otherVertex,
Direction direction,
String[] labels,
Authorizations authorizations)
Gets a list of edge ids between this vertex and another vertex.
|
Iterable<String> |
Vertex.getEdgeIds(Vertex otherVertex,
Direction direction,
String label,
Authorizations authorizations)
Gets the connected edge ids.
|
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.
|
com.google.common.collect.ImmutableSet<String> |
EdgesSummary.getEdgeLabels(Direction direction) |
default Iterable<String> |
Vertex.getEdgeLabels(Direction direction,
Authorizations authorizations)
Gets a list of edge labels.
|
default Iterable<Edge> |
Vertex.getEdges(Direction direction,
Authorizations authorizations)
Gets all edges attached to this vertex.
|
default Iterable<Edge> |
Vertex.getEdges(Direction direction,
FetchHints fetchHints,
Authorizations authorizations)
Gets all edges attached to this vertex.
|
Iterable<Edge> |
Vertex.getEdges(Direction direction,
FetchHints fetchHints,
Long endTime,
Authorizations authorizations)
Gets all edges attached to this vertex.
|
default Iterable<Edge> |
Vertex.getEdges(Direction direction,
String[] labels,
Authorizations authorizations)
Gets all edges with any of the given labels attached to this vertex.
|
default Iterable<Edge> |
Vertex.getEdges(Direction direction,
String[] labels,
FetchHints fetchHints,
Authorizations authorizations)
Gets all edges with any of the given labels attached to this vertex.
|
default Iterable<Edge> |
Vertex.getEdges(Direction direction,
String label,
Authorizations authorizations)
Gets all edges with the given label attached to this vertex.
|
default Iterable<Edge> |
Vertex.getEdges(Direction direction,
String label,
FetchHints fetchHints,
Authorizations authorizations)
Gets all edges with the given label attached to this vertex.
|
default Iterable<Edge> |
Vertex.getEdges(Vertex otherVertex,
Direction direction,
Authorizations authorizations)
Gets all edges between this vertex and another vertex.
|
default Iterable<Edge> |
Vertex.getEdges(Vertex otherVertex,
Direction direction,
FetchHints fetchHints,
Authorizations authorizations)
Gets all edges between this vertex and another vertex.
|
default Iterable<Edge> |
Vertex.getEdges(Vertex otherVertex,
Direction direction,
String[] labels,
Authorizations authorizations)
Gets all edges between this vertex and another vertex matching any of the given labels.
|
default Iterable<Edge> |
Vertex.getEdges(Vertex otherVertex,
Direction direction,
String[] labels,
FetchHints fetchHints,
Authorizations authorizations)
Gets all edges between this vertex and another vertex matching any of the given labels.
|
default Iterable<Edge> |
Vertex.getEdges(Vertex otherVertex,
Direction direction,
String label,
Authorizations authorizations)
Gets all edges between this vertex and another vertex matching the given label.
|
default Iterable<Edge> |
Vertex.getEdges(Vertex otherVertex,
Direction direction,
String label,
FetchHints fetchHints,
Authorizations authorizations)
Gets all edges between this vertex and another vertex matching the given label.
|
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.
|
default Vertex |
Edge.getVertex(Direction direction,
Authorizations authorizations)
Get the attach vertex on either side of the edge.
|
default Vertex |
Edge.getVertex(Direction direction,
FetchHints fetchHints,
Authorizations authorizations)
Get the attach vertex on either side of the edge.
|
String |
EdgeElementLocation.getVertexId(Direction direction) |
String |
Edge.getVertexId(Direction direction)
Get the attach vertex id on either side of the edge.
|
String |
EdgeBuilderBase.getVertexId(Direction direction) |
default Iterable<String> |
Vertex.getVertexIds(Direction direction,
Authorizations authorizations)
Gets vertex ids of connected vertices.
|
default Iterable<String> |
Vertex.getVertexIds(Direction direction,
String[] labels,
Authorizations authorizations)
Gets vertex ids of connected vertices.
|
default Iterable<String> |
Vertex.getVertexIds(Direction direction,
String label,
Authorizations authorizations)
Gets vertex ids of connected vertices.
|
default String |
Edge.getVertexType(Direction direction,
Authorizations authorizations) |
default Iterable<Vertex> |
Vertex.getVertices(Direction direction,
Authorizations authorizations)
Similar to getEdges but gets the vertices on the other side of the edges attached to this vertex.
|
default Iterable<Vertex> |
Vertex.getVertices(Direction direction,
FetchHints fetchHints,
Authorizations authorizations)
Similar to getEdges but gets the vertices on the other side of the edges attached to this vertex.
|
default Iterable<Vertex> |
Vertex.getVertices(Direction direction,
String[] labels,
Authorizations authorizations)
Similar to getEdges but gets the vertices on the other side of the edges attached to this vertex that have any of the given labels.
|
default Iterable<Vertex> |
Vertex.getVertices(Direction direction,
String[] labels,
FetchHints fetchHints,
Authorizations authorizations)
Similar to getEdges but gets the vertices on the other side of the edges attached to this vertex that have any of the given labels.
|
default Iterable<Vertex> |
Vertex.getVertices(Direction direction,
String label,
Authorizations authorizations)
Similar to getEdges but gets the vertices on the other side of the edges attached to this vertex that have the given label.
|
default Iterable<Vertex> |
Vertex.getVertices(Direction direction,
String label,
FetchHints fetchHints,
Authorizations authorizations)
Similar to getEdges but gets the vertices on the other side of the edges attached to this vertex that have the given label.
|
void |
FetchHints.validateHasEdgeFetchHints(Direction direction,
String... labels) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<String> |
InMemoryVertex.getEdgeIds(Direction direction,
Authorizations authorizations) |
Iterable<String> |
InMemoryVertex.getEdgeIds(Direction direction,
String[] labels,
Authorizations authorizations) |
Iterable<String> |
InMemoryVertex.getEdgeIds(Direction direction,
String label,
Authorizations authorizations) |
Iterable<String> |
InMemoryVertex.getEdgeIds(Vertex otherVertex,
Direction direction,
Authorizations authorizations) |
Iterable<String> |
InMemoryVertex.getEdgeIds(Vertex otherVertex,
Direction direction,
String[] labels,
Authorizations authorizations) |
Iterable<String> |
InMemoryVertex.getEdgeIds(Vertex otherVertex,
Direction direction,
String label,
Authorizations authorizations) |
Iterable<EdgeInfo> |
InMemoryVertex.getEdgeInfos(Direction direction,
String[] labels,
Authorizations authorizations) |
Iterable<Edge> |
InMemoryVertex.getEdges(Direction direction,
FetchHints fetchHints,
Long endTime,
Authorizations authorizations) |
Vertex |
InMemoryEdge.getVertex(Direction direction,
Authorizations authorizations) |
String |
InMemoryEdge.getVertexId(Direction direction) |
| Modifier and Type | Method and Description |
|---|---|
String |
EdgeMutation.getVertexId(Direction direction) |
String |
ExistingEdgeMutation.getVertexId(Direction direction) |
| Modifier and Type | Method and Description |
|---|---|
Direction |
VertexQueryBase.getDirection() |
| Modifier and Type | Method and Description |
|---|---|
VertexQuery |
VertexQuery.hasDirection(Direction direction)
Sets the direction of edges to search
|
VertexQuery |
VertexQueryBase.hasDirection(Direction direction) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<String> |
StorableVertex.getEdgeIds(Direction direction,
Authorizations authorizations) |
Iterable<String> |
StorableVertex.getEdgeIds(Direction direction,
String[] labels,
Authorizations authorizations) |
Iterable<String> |
StorableVertex.getEdgeIds(Direction direction,
String label,
Authorizations authorizations) |
Iterable<String> |
StorableVertex.getEdgeIds(Vertex otherVertex,
Direction direction,
Authorizations authorizations) |
Iterable<String> |
StorableVertex.getEdgeIds(Vertex otherVertex,
Direction direction,
String[] labels,
Authorizations authorizations) |
Iterable<String> |
StorableVertex.getEdgeIds(Vertex otherVertex,
Direction direction,
String label,
Authorizations authorizations) |
Iterable<String> |
StorableVertex.getEdgeIdsWithOtherVertexId(String otherVertexId,
Direction direction,
String[] labels,
Authorizations authorizations) |
Iterable<EdgeInfo> |
StorableVertex.getEdgeInfos(Direction direction,
String[] labels,
Authorizations authorizations) |
Iterable<Edge> |
StorableVertex.getEdges(Direction direction,
FetchHints fetchHints,
Long endTime,
Authorizations authorizations) |
Iterable<Edge> |
StorableVertex.getEdges(Direction direction,
String[] labels,
FetchHints fetchHints,
Authorizations authorizations) |
Iterable<Edge> |
StorableVertex.getEdges(Direction direction,
String label,
FetchHints fetchHints,
Authorizations authorizations) |
Iterable<Edge> |
StorableVertex.getEdges(Vertex otherVertex,
Direction direction,
FetchHints fetchHints,
Authorizations authorizations) |
Iterable<Edge> |
StorableVertex.getEdges(Vertex otherVertex,
Direction direction,
String[] labels,
FetchHints fetchHints,
Authorizations authorizations) |
Iterable<Edge> |
StorableVertex.getEdges(Vertex otherVertex,
Direction direction,
String label,
FetchHints fetchHints,
Authorizations authorizations) |
Vertex |
StorableEdge.getVertex(Direction direction,
Authorizations authorizations) |
String |
StorableEdge.getVertexId(Direction direction) |
Iterable<String> |
StorableVertex.getVertexIds(Direction direction,
String[] labels,
Authorizations authorizations) |
Iterable<Vertex> |
StorableVertex.getVertices(Direction direction,
FetchHints fetchHints,
Authorizations authorizations) |
Iterable<Vertex> |
StorableVertex.getVertices(Direction direction,
String[] labels,
FetchHints fetchHints,
Authorizations authorizations) |
| Modifier and Type | Method and Description |
|---|---|
protected Iterator<Edge> |
GeTraverser.edgesOfVertex(String source,
Direction dir,
String label,
long limit) |
Path |
ShortestPathGeTraverser.shortestPath(String sourceV,
String targetV,
Direction dir,
String label,
int depth,
long degree,
long skipDegree,
long capacity) |
Copyright © 2016–2021 MWARE SOLUTIONS. All rights reserved.