public final class HadoopVertexProperty<V> extends Object implements VertexProperty<V>, WrappedVertexProperty<VertexProperty<V>>
VertexProperty.Cardinality, VertexProperty.ExceptionsDEFAULT_LABEL| Constructor and Description |
|---|
HadoopVertexProperty(VertexProperty<V> baseVertexProperty,
HadoopVertex hadoopVertex) |
| Modifier and Type | Method and Description |
|---|---|
Vertex |
element() |
boolean |
equals(Object object) |
VertexProperty<V> |
getBaseVertexProperty() |
int |
hashCode() |
Object |
id() |
boolean |
isPresent() |
String |
key() |
<U> Iterator<Property<U>> |
properties(String... propertyKeys) |
<U> Property<U> |
property(String key) |
<U> Property<U> |
property(String key,
U value) |
void |
remove() |
String |
toString() |
V |
value() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitempty, graph, labelifPresent, orElse, orElseGet, orElseThrowpublic HadoopVertexProperty(VertexProperty<V> baseVertexProperty, HadoopVertex hadoopVertex)
public void remove()
public Vertex element()
public VertexProperty<V> getBaseVertexProperty()
getBaseVertexProperty in interface WrappedVertexProperty<VertexProperty<V>>public <U> Iterator<Property<U>> properties(String... propertyKeys)
properties in interface Elementproperties in interface VertexProperty<V>Copyright © 2013–2015 Apache Software Foundation. All rights reserved.