Uses of Class
org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerEdge
-
Packages that use TinkerEdge Package Description org.apache.tinkerpop.gremlin.tinkergraph.structure -
-
Uses of TinkerEdge in org.apache.tinkerpop.gremlin.tinkergraph.structure
Fields in org.apache.tinkerpop.gremlin.tinkergraph.structure with type parameters of type TinkerEdge Modifier and Type Field Description protected AbstractTinkerIndex<TinkerEdge>
AbstractTinkerGraph. edgeIndex
Methods in org.apache.tinkerpop.gremlin.tinkergraph.structure that return TinkerEdge Modifier and Type Method Description protected TinkerEdge
AbstractTinkerGraph. createTinkerEdge(Object id, Vertex outVertex, String label, Vertex inVertex)
protected TinkerEdge
AbstractTinkerGraph. createTinkerEdge(Object id, Vertex outVertex, String label, Vertex inVertex, long currentVersion)
Methods in org.apache.tinkerpop.gremlin.tinkergraph.structure that return types with arguments of type TinkerEdge Modifier and Type Method Description static Iterator<TinkerEdge>
TinkerHelper. getEdges(TinkerVertex vertex, Direction direction, String... edgeLabels)
static Iterator<TinkerEdge>
TinkerHelper. getEdgesTx(TinkerVertex vertex, Direction direction, String... edgeLabels)
static List<TinkerEdge>
TinkerIndexHelper. queryEdgeIndex(AbstractTinkerGraph graph, String key, Object value)
Methods in org.apache.tinkerpop.gremlin.tinkergraph.structure with parameters of type TinkerEdge Modifier and Type Method Description static void
TinkerIndexHelper. autoUpdateIndex(TinkerEdge edge, String key, Object newValue, Object oldValue)
static void
TinkerIndexHelper. removeElementIndex(TinkerEdge edge)
static void
TinkerIndexHelper. removeIndex(TinkerEdge edge, String key, Object value)
void
AbstractTinkerGraph. touch(TinkerEdge edge)
MarkEdge
as changed in transaction.void
TinkerTransactionGraph. touch(TinkerEdge edge)
-