| Modifier and Type | Method and Description |
|---|---|
TitanProperty |
TitanVertex.addProperty(PropertyKey key,
Object value)
Creates a new property for this vertex and given key with the specified value.
|
TitanProperty |
TitanVertex.addProperty(String key,
Object value)
Creates a new property for this vertex and given key with the specified value.
|
TitanProperty |
TitanTransaction.addProperty(TitanVertex vertex,
PropertyKey key,
Object value)
Creates a new property for the given vertex and key with the specified value.
|
TitanProperty |
TitanTransaction.addProperty(TitanVertex vertex,
String key,
Object value)
Creates a new property for the given vertex and key with the specified value.
|
| Modifier and Type | Method and Description |
|---|---|
Iterable<TitanProperty> |
TitanVertex.getProperties()
Returns an iterable over all properties incident on this vertex.
|
Iterable<TitanProperty> |
TitanVertex.getProperties(PropertyKey key)
Returns an iterable over all properties of the specified property key incident on this vertex.
|
Iterable<TitanProperty> |
TitanVertex.getProperties(String key)
Returns an iterable over all properties of the specified property key incident on this vertex.
|
Iterable<TitanIndexQuery.Result<TitanProperty>> |
TitanIndexQuery.properties()
Returns all properties that match the query in the indexing backend.
|
Iterable<TitanProperty> |
TitanGraphQuery.properties()
Returns all properties that match the conditions
|
Map<TitanVertex,Iterable<TitanProperty>> |
TitanMultiVertexQuery.properties()
Returns an iterable over all incident properties that match this query for each vertex
|
Iterable<TitanProperty> |
TitanVertexQuery.properties()
Returns an iterable over all incident properties that match this query
|
| Modifier and Type | Method and Description |
|---|---|
<M> OLAPJobBuilder<S> |
OLAPQueryBuilder.properties(com.google.common.base.Function<TitanProperty,M> gather,
Combiner<M> combiner)
Defines an adjacency aggregate over the properties identified by this query.
|
| Modifier and Type | Method and Description |
|---|---|
TitanProperty |
TitanBlueprintsTransaction.addProperty(TitanVertex vertex,
String key,
Object attribute) |
| Modifier and Type | Method and Description |
|---|---|
TitanProperty |
FulgoraNeighborVertex.addProperty(PropertyKey key,
Object attribute) |
TitanProperty |
FulgoraNeighborVertex.addProperty(String key,
Object attribute) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<TitanProperty> |
FulgoraNeighborVertex.getProperties() |
Iterable<TitanProperty> |
FulgoraNeighborVertex.getProperties(PropertyKey key) |
Iterable<TitanProperty> |
FulgoraNeighborVertex.getProperties(String key) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<TitanIndexQuery.Result<TitanProperty>> |
IndexQueryBuilder.properties() |
Iterable<TitanProperty> |
GraphCentricQueryBuilder.properties() |
| Modifier and Type | Method and Description |
|---|---|
Map<TitanVertex,Iterable<TitanProperty>> |
MultiVertexCentricQueryBuilder.properties() |
Iterable<TitanProperty> |
VertexCentricQueryBuilder.properties() |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractProperty |
class |
CacheProperty |
class |
StandardProperty |
| Modifier and Type | Method and Description |
|---|---|
TitanProperty |
RelationIdentifier.findProperty(TitanTransaction tx) |
| Modifier and Type | Method and Description |
|---|---|
TitanProperty |
StandardTitanTx.addProperty(TitanVertex vertex,
PropertyKey key,
Object value) |
TitanProperty |
StandardTitanTx.addPropertyInternal(TitanVertex vertex,
PropertyKey key,
Object value) |
TitanProperty |
StandardTitanTx.setProperty(TitanVertex vertex,
PropertyKey key,
Object value) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<TitanProperty> |
SimpleIndexCache.get(Object value,
PropertyKey key) |
Iterable<TitanProperty> |
ConcurrentIndexCache.get(Object value,
PropertyKey key) |
Iterable<TitanProperty> |
IndexCache.get(Object value,
PropertyKey key) |
| Modifier and Type | Method and Description |
|---|---|
void |
SimpleIndexCache.add(TitanProperty property) |
void |
ConcurrentIndexCache.add(TitanProperty property) |
void |
IndexCache.add(TitanProperty property) |
void |
SimpleIndexCache.remove(TitanProperty property) |
void |
ConcurrentIndexCache.remove(TitanProperty property) |
void |
IndexCache.remove(TitanProperty property) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
TypeUtil.hasSimpleInternalVertexKeyIndex(TitanProperty prop) |
| Modifier and Type | Method and Description |
|---|---|
TitanProperty |
EmptyVertex.addProperty(PropertyKey key,
Object attribute) |
TitanProperty |
EmptyVertex.addProperty(String key,
Object attribute) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<TitanProperty> |
EmptyVertex.getProperties() |
Iterable<TitanProperty> |
EmptyVertex.getProperties(PropertyKey key) |
Iterable<TitanProperty> |
EmptyVertex.getProperties(String key) |
| Modifier and Type | Method and Description |
|---|---|
TitanProperty |
AbstractVertex.addProperty(PropertyKey key,
Object attribute) |
TitanProperty |
AbstractVertex.addProperty(String key,
Object attribute) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<TitanProperty> |
AbstractVertex.getProperties() |
Iterable<TitanProperty> |
AbstractVertex.getProperties(PropertyKey key) |
Iterable<TitanProperty> |
AbstractVertex.getProperties(String key) |
Copyright © 2012–2014. All rights reserved.