Package | Description |
---|---|
com.blazegraph.gremlin.structure |
Modifier and Type | Class and Description |
---|---|
class |
EmptyBlazeVertexProperty<V>
Wanted to extend TP3's
EmptyVertexProperty , but it's final. |
Modifier and Type | Method and Description |
---|---|
static <V> BlazeVertexProperty<V> |
EmptyBlazeVertexProperty.instance() |
<V> BlazeVertexProperty<V> |
BlazeVertex.property(String key)
Strengthen return type to
BlazeVertexProperty . |
<V> BlazeVertexProperty<V> |
BlazeVertex.property(String key,
V val)
Strengthen return type to
BlazeVertexProperty and use
Cardinality.single by default. |
<V> BlazeVertexProperty<V> |
BlazeVertex.property(org.apache.tinkerpop.gremlin.structure.VertexProperty.Cardinality cardinality,
String key,
V val,
Object... kvs)
Strengthen return type to
BlazeVertexProperty . |
Copyright © 2015–2016 SYSTAP, LLC DBA Blazegraph. All rights reserved.