public final class HadoopEdge extends HadoopElement implements Edge, WrappedEdge<Edge>
Edge.ExceptionsbaseElement, graphDEFAULT_LABEL| Modifier | Constructor and Description | 
|---|---|
protected  | 
HadoopEdge()  | 
  | 
HadoopEdge(Edge edge,
          HadoopGraph graph)  | 
| Modifier and Type | Method and Description | 
|---|---|
Edge | 
getBaseEdge()  | 
<V> Iterator<Property<V>> | 
properties(String... propertyKeys)
Get an  
Iterator of properties where the propertyKeys is meant to be a filter on the available
 keys. | 
Iterator<Vertex> | 
vertices(Direction direction)
Retrieve the vertex (or vertices) associated with this edge as defined by the direction. 
 | 
equals, graph, hashCode, id, label, property, property, remove, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitbothVertices, inVertex, outVertexprotected HadoopEdge()
public HadoopEdge(Edge edge, HadoopGraph graph)
public Edge getBaseEdge()
getBaseEdge in interface WrappedEdge<Edge>public Iterator<Vertex> vertices(Direction direction)
EdgeDirection.BOTH then the iterator order is: Direction.OUT then Direction.IN.public <V> Iterator<Property<V>> properties(String... propertyKeys)
EdgeIterator of properties where the propertyKeys is meant to be a filter on the available
 keys. If no keys are provide then return all the properties.properties in interface Edgeproperties in interface ElementCopyright © 2013–2021 Apache Software Foundation. All rights reserved.