| Modifier and Type | Method and Description |
|---|---|
default <V> TitanVertexProperty<V> |
TitanVertex.property(String key,
V value)
Creates a new property for this vertex and given key with the specified value.
|
<V> TitanVertexProperty<V> |
TitanVertex.property(String key,
V value,
Object... keyValues) |
<V> TitanVertexProperty<V> |
TitanVertex.property(org.apache.tinkerpop.gremlin.structure.VertexProperty.Cardinality cardinality,
String key,
V value,
Object... keyValues) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<TitanIndexQuery.Result<TitanVertexProperty>> |
TitanIndexQuery.properties()
Returns all properties that match the query in the indexing backend.
|
Iterable<TitanVertexProperty> |
TitanGraphQuery.properties()
Returns all properties that match the conditions
|
Map<TitanVertex,Iterable<TitanVertexProperty>> |
TitanMultiVertexQuery.properties()
Returns an iterable over all incident properties that match this query for each vertex
|
Iterable<TitanVertexProperty> |
TitanVertexQuery.properties()
Returns an iterable over all incident properties that match this query
|
| Modifier and Type | Method and Description |
|---|---|
Iterable<TitanVertexProperty> |
ChangeState.getProperties(org.apache.tinkerpop.gremlin.structure.Vertex vertex,
Change change,
String... keys)
Returns all properties incident for the given vertex that match the provided change state and property keys.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FulgoraVertexProperty<V> |
| Modifier and Type | Method and Description |
|---|---|
Iterable<TitanVertexProperty> |
GraphCentricQueryBuilder.properties() |
Iterable<TitanIndexQuery.Result<TitanVertexProperty>> |
IndexQueryBuilder.properties() |
| Modifier and Type | Method and Description |
|---|---|
Iterable<TitanVertexProperty> |
VertexCentricQueryBuilder.properties() |
Map<TitanVertex,Iterable<TitanVertexProperty>> |
MultiVertexCentricQueryBuilder.properties() |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractVertexProperty<V> |
class |
CacheVertexProperty |
class |
StandardVertexProperty |
| Modifier and Type | Method and Description |
|---|---|
TitanVertexProperty |
RelationIdentifier.findProperty(TitanTransaction tx) |
| Modifier and Type | Method and Description |
|---|---|
TitanVertexProperty |
StandardTitanTx.addProperty(TitanVertex vertex,
PropertyKey key,
Object value) |
TitanVertexProperty |
StandardTitanTx.addProperty(org.apache.tinkerpop.gremlin.structure.VertexProperty.Cardinality cardi,
TitanVertex vertex,
PropertyKey key,
Object value) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<TitanVertexProperty> |
ConcurrentIndexCache.get(Object value,
PropertyKey key) |
Iterable<TitanVertexProperty> |
IndexCache.get(Object value,
PropertyKey key) |
Iterable<TitanVertexProperty> |
SimpleIndexCache.get(Object value,
PropertyKey key) |
| Modifier and Type | Method and Description |
|---|---|
void |
ConcurrentIndexCache.add(TitanVertexProperty property) |
void |
IndexCache.add(TitanVertexProperty property) |
void |
SimpleIndexCache.add(TitanVertexProperty property) |
void |
ConcurrentIndexCache.remove(TitanVertexProperty property) |
void |
IndexCache.remove(TitanVertexProperty property) |
void |
SimpleIndexCache.remove(TitanVertexProperty property) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
TypeUtil.hasSimpleInternalVertexKeyIndex(TitanVertexProperty prop) |
| Modifier and Type | Method and Description |
|---|---|
<V> TitanVertexProperty<V> |
EmptyVertex.property(String key,
V value,
Object... keyValues) |
<V> TitanVertexProperty<V> |
EmptyVertex.property(org.apache.tinkerpop.gremlin.structure.VertexProperty.Cardinality cardinality,
String key,
V value,
Object... keyValues) |
| Modifier and Type | Method and Description |
|---|---|
<V> TitanVertexProperty<V> |
AbstractVertex.property(String key,
V value,
Object... keyValues) |
<V> TitanVertexProperty<V> |
PreloadedVertex.property(String key,
V value,
Object... keyValues) |
<V> TitanVertexProperty<V> |
PreloadedVertex.PropertyMixing.property(org.apache.tinkerpop.gremlin.structure.VertexProperty.Cardinality cardinality,
String key,
V value) |
<V> TitanVertexProperty<V> |
AbstractVertex.property(org.apache.tinkerpop.gremlin.structure.VertexProperty.Cardinality cardinality,
String key,
V value,
Object... keyValues) |
<V> TitanVertexProperty<V> |
PreloadedVertex.property(org.apache.tinkerpop.gremlin.structure.VertexProperty.Cardinality cardinality,
String key,
V value,
Object... keyValues) |
Copyright © 2012–2015. All rights reserved.