| Modifier and Type | Method and Description |
|---|---|
PropertyKey |
TitanProperty.getPropertyKey()
Returns the property key of this property
|
PropertyKey |
TitanTransaction.getPropertyKey(String name)
Returns the property key with the given name.
|
| 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 |
TitanTransaction.addProperty(TitanVertex vertex,
PropertyKey key,
Object value)
Creates a new property for the given vertex and key with the specified value.
|
Iterable<TitanEdge> |
TitanTransaction.getEdges(PropertyKey key,
Object value)
Retrieves all vertices which have a property of the given key with the specified value.
|
Iterable<TitanProperty> |
TitanVertex.getProperties(PropertyKey key)
Returns an iterable over all properties of the specified property key incident on this vertex.
|
<O> O |
TitanElement.getProperty(PropertyKey key)
Retrieves the value associated with the given key on this vertex and casts it to the specified type.
|
Iterable<TitanVertex> |
TitanTransaction.getVertices(PropertyKey key,
Object value)
Retrieves all vertices which have a property of the given key with the specified value.
|
Q |
TitanMultiVertexQuery.has(PropertyKey key,
Object value) |
Q |
BaseVertexQuery.has(PropertyKey key,
Object value)
Query only for edges or properties that have an incident property matching the given value.
|
Q |
TitanVertexQuery.has(PropertyKey key,
Object value) |
Q |
TitanMultiVertexQuery.has(PropertyKey key,
com.tinkerpop.blueprints.Predicate predicate,
Object value) |
Q |
BaseVertexQuery.has(PropertyKey key,
com.tinkerpop.blueprints.Predicate predicate,
Object value)
Query only for those edges or properties which have a property for the given key that satisfies the specified
predicate relationship to the provided value.
|
Q |
TitanVertexQuery.has(PropertyKey key,
com.tinkerpop.blueprints.Predicate predicate,
Object value) |
Q |
TitanGraphQuery.has(PropertyKey key,
TitanPredicate predicate,
Object condition)
The returned element must have a property for the given key that matches the condition according to the
specified relation
|
<T extends Comparable<?>> |
TitanMultiVertexQuery.interval(PropertyKey key,
T start,
T end) |
<T extends Comparable<?>> |
BaseVertexQuery.interval(PropertyKey key,
T start,
T end)
Query for those edges or properties that have a property for the given key
whose values lies in the interval by [start,end).
|
<T extends Comparable<?>> |
TitanVertexQuery.interval(PropertyKey key,
T start,
T end) |
Q |
TitanGraphQuery.orderBy(PropertyKey key,
Order order)
Orders the element results of this query according
to their property for the given key in the given order (increasing/decreasing).
|
Q |
TitanMultiVertexQuery.orderBy(PropertyKey key,
Order order) |
Q |
BaseVertexQuery.orderBy(PropertyKey key,
Order order)
Orders the relation results of this query according
to their property for the given key in the given order (increasing/decreasing).
|
Q |
TitanVertexQuery.orderBy(PropertyKey key,
Order order) |
void |
TitanElement.setProperty(PropertyKey key,
Object value)
Sets the value for the given key on this element.
|
| Modifier and Type | Method and Description |
|---|---|
Q |
OLAPQueryBuilder.has(PropertyKey key,
Object value) |
Q |
OLAPQueryBuilder.has(PropertyKey key,
com.tinkerpop.blueprints.Predicate predicate,
Object value) |
<T extends Comparable<?>> |
OLAPQueryBuilder.interval(PropertyKey key,
T start,
T end) |
Q |
OLAPQueryBuilder.orderBy(PropertyKey key,
Order order) |
| Modifier and Type | Method and Description |
|---|---|
PropertyKey[] |
TitanGraphIndex.getFieldKeys()
Returns the indexed keys of this index.
|
PropertyKey |
TitanManagement.getPropertyKey(String name)
Identical to
TitanTransaction.getPropertyKey(String) |
PropertyKey |
PropertyKeyMaker.make()
Defines the
PropertyKey specified by this PropertyKeyMaker and returns the resulting key. |
PropertyKey |
DefaultSchemaMaker.makePropertyKey(PropertyKeyMaker factory)
Creates a new property key with default settings against the provided
PropertyKeyMaker. |
| Modifier and Type | Method and Description |
|---|---|
void |
TitanManagement.addIndexKey(TitanGraphIndex index,
PropertyKey key,
Parameter... parameters) |
RelationTypeIndex |
TitanManagement.createPropertyIndex(PropertyKey key,
String name,
Order sortOrder,
RelationType... sortKeys)
Creates a
RelationTypeIndex for the provided property key. |
RelationTypeIndex |
TitanManagement.createPropertyIndex(PropertyKey key,
String name,
RelationType... sortKeys)
|
Parameter[] |
TitanGraphIndex.getParametersFor(PropertyKey key)
Returns the parameters associated with an indexed key of this index.
|
TitanManagement.IndexBuilder |
TitanManagement.IndexBuilder.indexKey(PropertyKey key)
Adds the given key to the composite key of this index
|
TitanManagement.IndexBuilder |
TitanManagement.IndexBuilder.indexKey(PropertyKey key,
Parameter... parameters)
Adds the given key and associated parameters to the composite key of this index
|
| Modifier and Type | Method and Description |
|---|---|
PropertyKey |
BlueprintsDefaultSchemaMaker.makePropertyKey(PropertyKeyMaker factory) |
| Modifier and Type | Method and Description |
|---|---|
static IndexSerializer.IndexRecords |
IndexSerializer.indexMatches(TitanVertex vertex,
InternalIndexType index,
PropertyKey replaceKey,
Object replaceValue) |
static void |
IndexSerializer.register(ExternalIndexType index,
PropertyKey key,
BackendTransaction tx) |
| Modifier and Type | Method and Description |
|---|---|
PropertyKey[] |
TitanGraphIndexWrapper.getFieldKeys() |
PropertyKey |
ManagementSystem.getPropertyKey(String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
ManagementSystem.addIndexKey(TitanGraphIndex index,
PropertyKey key,
Parameter... parameters) |
RelationTypeIndex |
ManagementSystem.createPropertyIndex(PropertyKey key,
String name,
Order sortOrder,
RelationType... sortKeys) |
RelationTypeIndex |
ManagementSystem.createPropertyIndex(PropertyKey key,
String name,
RelationType... sortKeys) |
Parameter[] |
TitanGraphIndexWrapper.getParametersFor(PropertyKey key) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
AttributeUtil.hasGenericDataType(PropertyKey key) |
| Modifier and Type | Method and Description |
|---|---|
TitanProperty |
FulgoraNeighborVertex.addProperty(PropertyKey key,
Object attribute) |
Iterable<TitanProperty> |
FulgoraNeighborVertex.getProperties(PropertyKey key) |
<A> A |
FulgoraVertex.getProperty(PropertyKey key) |
<O> O |
FulgoraNeighborVertex.getProperty(PropertyKey key) |
void |
FulgoraNeighborVertex.setProperty(PropertyKey key,
Object value) |
| Modifier and Type | Method and Description |
|---|---|
PropertyKey |
OrderList.OrderEntry.getKey() |
PropertyKey |
OrderList.getKey(int position) |
| Modifier and Type | Method and Description |
|---|---|
void |
OrderList.add(PropertyKey key,
Order order) |
boolean |
OrderList.containsKey(PropertyKey key) |
| Constructor and Description |
|---|
OrderList.OrderEntry(PropertyKey key,
Order order) |
| Modifier and Type | Method and Description |
|---|---|
GraphCentricQueryBuilder |
GraphCentricQueryBuilder.has(PropertyKey key,
TitanPredicate predicate,
Object condition) |
GraphCentricQueryBuilder |
GraphCentricQueryBuilder.orderBy(PropertyKey key,
Order order) |
| Modifier and Type | Method and Description |
|---|---|
Q |
AbstractVertexCentricQueryBuilder.has(PropertyKey key,
Object value) |
Q |
AbstractVertexCentricQueryBuilder.has(PropertyKey key,
com.tinkerpop.blueprints.Predicate predicate,
Object value) |
<T extends Comparable<?>> |
AbstractVertexCentricQueryBuilder.interval(PropertyKey key,
T start,
T end) |
Q |
AbstractVertexCentricQueryBuilder.orderBy(PropertyKey key,
Order order) |
| Modifier and Type | Method and Description |
|---|---|
PropertyKey |
AbstractProperty.getPropertyKey() |
| Modifier and Type | Method and Description |
|---|---|
<O> O |
AbstractTypedRelation.getProperty(PropertyKey key) |
void |
AbstractTypedRelation.setProperty(PropertyKey key,
Object value) |
| Constructor and Description |
|---|
AbstractProperty(long id,
PropertyKey type,
InternalVertex vertex,
Object value) |
CacheProperty(long id,
PropertyKey key,
InternalVertex start,
Object value,
Entry data) |
StandardProperty(long id,
PropertyKey type,
InternalVertex vertex,
Object value,
byte lifecycle) |
| Modifier and Type | Method and Description |
|---|---|
PropertyKey |
StandardTitanTx.getPropertyKey(String name) |
PropertyKey |
StandardTitanTx.makePropertyKey(String name,
TypeDefinitionMap definition) |
| Modifier and Type | Method and Description |
|---|---|
TitanProperty |
StandardTitanTx.addProperty(TitanVertex vertex,
PropertyKey key,
Object value) |
TitanProperty |
StandardTitanTx.addPropertyInternal(TitanVertex vertex,
PropertyKey key,
Object value) |
Iterable<TitanEdge> |
StandardTitanTx.getEdges(PropertyKey key,
Object attribute) |
Iterable<TitanVertex> |
StandardTitanTx.getVertices(PropertyKey key,
Object attribute) |
TitanProperty |
StandardTitanTx.setProperty(TitanVertex vertex,
PropertyKey key,
Object value) |
Object |
StandardTitanTx.verifyAttribute(PropertyKey key,
Object attribute) |
| 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 |
|---|---|
PropertyKey |
IndexField.getFieldKey() |
PropertyKey |
StandardPropertyKeyMaker.make() |
| Modifier and Type | Method and Description |
|---|---|
static Set<PropertyKey> |
TypeUtil.getIndexedKeys(IndexType index) |
| Modifier and Type | Method and Description |
|---|---|
ParameterIndexField |
ExternalIndexType.getField(PropertyKey key) |
IndexField |
IndexType.getField(PropertyKey key) |
static List<InternalIndexType> |
TypeUtil.getUniqueIndexes(PropertyKey key) |
static boolean |
TypeUtil.hasSimpleInternalVertexKeyIndex(PropertyKey key) |
boolean |
IndexType.indexesKey(PropertyKey key) |
static IndexField |
IndexField.of(PropertyKey key) |
static ParameterIndexField |
ParameterIndexField.of(PropertyKey key,
Parameter... parameters) |
| Modifier and Type | Method and Description |
|---|---|
ParameterIndexField |
ExternalIndexTypeWrapper.getField(PropertyKey key) |
IndexField |
IndexTypeWrapper.getField(PropertyKey key) |
boolean |
IndexTypeWrapper.indexesKey(PropertyKey key) |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseKey |
class |
ImplicitKey |
| Modifier and Type | Method and Description |
|---|---|
TitanProperty |
EmptyVertex.addProperty(PropertyKey key,
Object attribute) |
Iterable<TitanProperty> |
EmptyVertex.getProperties(PropertyKey key) |
<O> O |
EmptyVertex.getProperty(PropertyKey key) |
void |
EmptyVertex.setProperty(PropertyKey key,
Object value) |
| Modifier and Type | Method and Description |
|---|---|
PropertyKey |
DisableDefaultSchemaMaker.makePropertyKey(PropertyKeyMaker factory) |
| Modifier and Type | Class and Description |
|---|---|
class |
PropertyKeyVertex |
| Modifier and Type | Method and Description |
|---|---|
static Iterable<Object> |
ElementHelper.getValues(TitanElement element,
PropertyKey key) |
| Modifier and Type | Method and Description |
|---|---|
TitanProperty |
AbstractVertex.addProperty(PropertyKey key,
Object attribute) |
Iterable<TitanProperty> |
AbstractVertex.getProperties(PropertyKey key) |
<O> O |
AbstractVertex.getProperty(PropertyKey key) |
void |
AbstractVertex.setProperty(PropertyKey key,
Object value) |
Copyright © 2012–2014. All rights reserved.