public final class HadoopVertex extends HadoopElement implements Vertex, WrappedVertex<Vertex>
Vertex.ExceptionsbaseElement, graphDEFAULT_LABEL, EMPTY_ARGS| Modifier | Constructor and Description |
|---|---|
protected |
HadoopVertex() |
|
HadoopVertex(Vertex vertex,
HadoopGraph graph) |
| Modifier and Type | Method and Description |
|---|---|
Edge |
addEdge(String label,
Vertex inVertex,
Object... keyValues) |
Iterator<Edge> |
edges(Direction direction,
String... edgeLabels) |
Vertex |
getBaseVertex() |
<V> Iterator<VertexProperty<V>> |
properties(String... propertyKeys) |
<V> VertexProperty<V> |
property(String key) |
<V> VertexProperty<V> |
property(String key,
V value) |
<V> VertexProperty<V> |
property(String key,
V value,
Object... keyValues) |
<V> VertexProperty<V> |
property(VertexProperty.Cardinality cardinality,
String key,
V value,
Object... keyValues) |
Iterator<Vertex> |
vertices(Direction direction,
String... edgeLabels) |
equals, graph, hashCode, id, label, remove, toStringprotected HadoopVertex()
public HadoopVertex(Vertex vertex, HadoopGraph graph)
public <V> VertexProperty<V> property(String key)
public <V> VertexProperty<V> property(String key, V value)
public <V> VertexProperty<V> property(String key, V value, Object... keyValues)
public <V> VertexProperty<V> property(VertexProperty.Cardinality cardinality, String key, V value, Object... keyValues)
public Vertex getBaseVertex()
getBaseVertex in interface WrappedVertex<Vertex>public <V> Iterator<VertexProperty<V>> properties(String... propertyKeys)
properties in interface Elementproperties in interface VertexCopyright © 2013–2015 Apache Software Foundation. All rights reserved.