Modifier and Type | Method and Description |
---|---|
<V> VertexProperty<V> |
HadoopVertex.property(VertexProperty.Cardinality cardinality,
String key,
V value,
Object... keyValues) |
Modifier and Type | Method and Description |
---|---|
VertexProperty.Cardinality |
Neo4jGraph.Neo4jGraphFeatures.Neo4jVertexFeatures.getCardinality(String key) |
Modifier and Type | Method and Description |
---|---|
<V> VertexProperty<V> |
Neo4jVertex.property(VertexProperty.Cardinality cardinality,
String key,
V value,
Object... keyValues) |
Modifier and Type | Method and Description |
---|---|
VertexProperty.Cardinality |
NoMultiNoMetaNeo4jTrait.getCardinality(String key)
Deprecated.
|
VertexProperty.Cardinality |
MultiMetaNeo4jTrait.getCardinality(String key)
Deprecated.
|
VertexProperty.Cardinality |
Neo4jTrait.getCardinality(String key)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
<V> VertexProperty<V> |
NoMultiNoMetaNeo4jTrait.setVertexProperty(Neo4jVertex vertex,
VertexProperty.Cardinality cardinality,
String key,
V value,
Object... keyValues)
Deprecated.
|
<V> VertexProperty<V> |
MultiMetaNeo4jTrait.setVertexProperty(Neo4jVertex vertex,
VertexProperty.Cardinality cardinality,
String key,
V value,
Object... keyValues)
Deprecated.
|
<V> VertexProperty<V> |
Neo4jTrait.setVertexProperty(Neo4jVertex vertex,
VertexProperty.Cardinality cardinality,
String key,
V value,
Object... keyValues)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
<V> VertexProperty<V> |
ComputerGraph.ComputerVertex.property(VertexProperty.Cardinality cardinality,
String key,
V value,
Object... keyValues) |
<V> VertexProperty<V> |
ComputerGraph.ComputerAdjacentVertex.property(VertexProperty.Cardinality cardinality,
String key,
V value,
Object... keyValues) |
Modifier and Type | Method and Description |
---|---|
default GraphTraversal<S,E> |
GraphTraversal.property(VertexProperty.Cardinality cardinality,
Object key,
Object value,
Object... keyValues)
Sets a
Property value and related meta properties if supplied, if supported by the Graph
and if the Element is a VertexProperty . |
static <A> GraphTraversal<A,A> |
__.property(VertexProperty.Cardinality cardinality,
Object key,
Object value,
Object... keyValues) |
Constructor and Description |
---|
AddPropertyStep(Traversal.Admin traversal,
VertexProperty.Cardinality cardinality,
Object keyObject,
Object valueObject) |
Modifier and Type | Method and Description |
---|---|
default VertexProperty.Cardinality |
Graph.Features.VertexFeatures.getCardinality(String key)
Gets the
VertexProperty.Cardinality for a key. |
static VertexProperty.Cardinality |
VertexProperty.Cardinality.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VertexProperty.Cardinality[] |
VertexProperty.Cardinality.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
<V> VertexProperty<V> |
Vertex.property(VertexProperty.Cardinality cardinality,
String key,
V value,
Object... keyValues)
Create a new vertex property.
|
Modifier and Type | Method and Description |
---|---|
static void |
ElementHelper.attachProperties(Vertex vertex,
VertexProperty.Cardinality cardinality,
Object... propertyKeyValues)
Assign key/value pairs as properties to a
Vertex . |
static <V> Optional<VertexProperty<V>> |
ElementHelper.stageVertexProperty(Vertex vertex,
VertexProperty.Cardinality cardinality,
String key,
V value,
Object... keyValues)
This is a helper method for dealing with vertex property cardinality and typically used in
Vertex.property(org.apache.tinkerpop.gremlin.structure.VertexProperty.Cardinality, String, Object, Object...) . |
Modifier and Type | Method and Description |
---|---|
<V> VertexProperty<V> |
DetachedVertex.property(VertexProperty.Cardinality cardinality,
String key,
V value,
Object... keyValues) |
Modifier and Type | Method and Description |
---|---|
VertexProperty.Cardinality |
EmptyGraph.EmptyGraphFeatures.EmptyGraphVertexFeatures.getCardinality(String key) |
Modifier and Type | Method and Description |
---|---|
<V> VertexProperty<V> |
ReferenceVertex.property(VertexProperty.Cardinality cardinality,
String key,
V value,
Object... keyValues) |
Modifier and Type | Method and Description |
---|---|
<V> VertexProperty<V> |
StarGraph.StarVertex.property(VertexProperty.Cardinality cardinality,
String key,
V value,
Object... keyValues) |
<V> VertexProperty<V> |
StarGraph.StarAdjacentVertex.property(VertexProperty.Cardinality cardinality,
String key,
V value,
Object... keyValues) |
Modifier and Type | Field and Description |
---|---|
protected VertexProperty.Cardinality |
TinkerGraph.defaultVertexPropertyCardinality |
Modifier and Type | Method and Description |
---|---|
VertexProperty.Cardinality |
TinkerGraph.TinkerGraphVertexFeatures.getCardinality(String key) |
Modifier and Type | Method and Description |
---|---|
<V> VertexProperty<V> |
TinkerVertex.property(VertexProperty.Cardinality cardinality,
String key,
V value,
Object... keyValues) |
Copyright © 2013–2019 Apache Software Foundation. All rights reserved.