| Modifier and Type | Method and Description |
|---|---|
default PropertyKey |
TitanVertexProperty.propertyKey() |
PropertyKey |
TitanProperty.propertyKey() |
| Modifier and Type | Method and Description |
|---|---|
<V> V |
TitanElement.valueOrNull(PropertyKey key)
Retrieves the value associated with the given key on this element and casts it to the specified type.
|
| Modifier and Type | Method and Description |
|---|---|
PropertyKey[] |
TitanGraphIndex.getFieldKeys()
Returns the indexed keys of this index.
|
PropertyKey |
SchemaInspector.getOrCreatePropertyKey(String name)
Returns the property key with the given name.
|
PropertyKey |
SchemaInspector.getPropertyKey(String name)
Returns the property key with the given name.
|
PropertyKey |
PropertyKeyMaker.make()
Defines the
PropertyKey specified by this PropertyKeyMaker and returns the resulting key. |
default 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) |
TitanManagement.IndexBuilder |
TitanManagement.IndexBuilder.addKey(PropertyKey key)
Adds the given key to the composite key of this index
|
TitanManagement.IndexBuilder |
TitanManagement.IndexBuilder.addKey(PropertyKey key,
Parameter... parameters)
Adds the given key and associated parameters to the composite key of this index
|
RelationTypeIndex |
TitanManagement.buildEdgeIndex(EdgeLabel label,
String name,
org.apache.tinkerpop.gremlin.structure.Direction direction,
org.apache.tinkerpop.gremlin.process.traversal.Order sortOrder,
PropertyKey... sortKeys)
Creates a
RelationTypeIndex for the provided edge label. |
RelationTypeIndex |
TitanManagement.buildEdgeIndex(EdgeLabel label,
String name,
org.apache.tinkerpop.gremlin.structure.Direction direction,
PropertyKey... sortKeys)
Identical to
#buildEdgeIndex(com.thinkaurelius.titan.core.EdgeLabel, String, com.tinkerpop.gremlin.structure.Direction, com.tinkerpop.gremlin.structure.Order, com.thinkaurelius.titan.core.PropertyKey...)
with default sort order Order.incr. |
RelationTypeIndex |
TitanManagement.buildPropertyIndex(PropertyKey key,
String name,
org.apache.tinkerpop.gremlin.process.traversal.Order sortOrder,
PropertyKey... sortKeys)
Creates a
RelationTypeIndex for the provided property key. |
RelationTypeIndex |
TitanManagement.buildPropertyIndex(PropertyKey key,
String name,
org.apache.tinkerpop.gremlin.process.traversal.Order sortOrder,
PropertyKey... sortKeys)
Creates a
RelationTypeIndex for the provided property key. |
RelationTypeIndex |
TitanManagement.buildPropertyIndex(PropertyKey key,
String name,
PropertyKey... sortKeys)
Identical to
#buildPropertyIndex(com.thinkaurelius.titan.core.PropertyKey, String, com.tinkerpop.gremlin.structure.Order, com.thinkaurelius.titan.core.PropertyKey...)
with default sort order com.tinkerpop.gremlin.structure.Order#incr. |
RelationTypeIndex |
TitanManagement.buildPropertyIndex(PropertyKey key,
String name,
PropertyKey... sortKeys)
Identical to
#buildPropertyIndex(com.thinkaurelius.titan.core.PropertyKey, String, com.tinkerpop.gremlin.structure.Order, com.thinkaurelius.titan.core.PropertyKey...)
with default sort order com.tinkerpop.gremlin.structure.Order#incr. |
SchemaStatus |
TitanGraphIndex.getIndexStatus(PropertyKey key)
Returns the status of this index with respect to the provided
PropertyKey. |
Parameter[] |
TitanGraphIndex.getParametersFor(PropertyKey key)
Returns the parameters associated with an indexed key of this index.
|
EdgeLabelMaker |
EdgeLabelMaker.signature(PropertyKey... types) |
PropertyKeyMaker |
PropertyKeyMaker.signature(PropertyKey... types) |
RelationTypeMaker |
RelationTypeMaker.signature(PropertyKey... keys)
Configures the signature of this relation type.
|
| Constructor and Description |
|---|
StandardKeyInformation(PropertyKey key,
Parameter... parameters) |
| Modifier and Type | Field and Description |
|---|---|
PropertyKey |
EdgeSerializer.TypedInterval.key |
| Modifier and Type | Method and Description |
|---|---|
String |
IndexSerializer.getDefaultFieldName(PropertyKey key,
Parameter[] parameters,
String indexName) |
static IndexSerializer.IndexRecords |
IndexSerializer.indexMatches(TitanVertex vertex,
CompositeIndexType index,
PropertyKey replaceKey,
Object replaceValue) |
static void |
IndexSerializer.register(MixedIndexType index,
PropertyKey key,
BackendTransaction tx) |
| Constructor and Description |
|---|
TypedInterval(PropertyKey key,
Interval interval) |
| Modifier and Type | Method and Description |
|---|---|
PropertyKey[] |
TitanGraphIndexWrapper.getFieldKeys() |
PropertyKey |
ManagementSystem.getOrCreatePropertyKey(String name) |
PropertyKey |
ManagementSystem.getPropertyKey(String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
ManagementSystem.addIndexKey(TitanGraphIndex index,
PropertyKey key,
Parameter... parameters) |
RelationTypeIndex |
ManagementSystem.buildEdgeIndex(EdgeLabel label,
String name,
org.apache.tinkerpop.gremlin.structure.Direction direction,
org.apache.tinkerpop.gremlin.process.traversal.Order sortOrder,
PropertyKey... sortKeys) |
RelationTypeIndex |
ManagementSystem.buildEdgeIndex(EdgeLabel label,
String name,
org.apache.tinkerpop.gremlin.structure.Direction direction,
PropertyKey... sortKeys) |
RelationTypeIndex |
ManagementSystem.buildPropertyIndex(PropertyKey key,
String name,
org.apache.tinkerpop.gremlin.process.traversal.Order sortOrder,
PropertyKey... sortKeys) |
RelationTypeIndex |
ManagementSystem.buildPropertyIndex(PropertyKey key,
String name,
org.apache.tinkerpop.gremlin.process.traversal.Order sortOrder,
PropertyKey... sortKeys) |
RelationTypeIndex |
ManagementSystem.buildPropertyIndex(PropertyKey key,
String name,
PropertyKey... sortKeys) |
RelationTypeIndex |
ManagementSystem.buildPropertyIndex(PropertyKey key,
String name,
PropertyKey... sortKeys) |
SchemaStatus |
TitanGraphIndexWrapper.getIndexStatus(PropertyKey key) |
Parameter[] |
TitanGraphIndexWrapper.getParametersFor(PropertyKey key) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
AttributeUtil.hasGenericDataType(PropertyKey key) |
| Modifier and Type | Method and Description |
|---|---|
PropertyKey |
OrderList.OrderEntry.getKey() |
PropertyKey |
OrderList.getKey(int position) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<PropertyKey> |
InternalRelation.getPropertyKeysDirect() |
| Modifier and Type | Method and Description |
|---|---|
void |
OrderList.add(PropertyKey key,
Order order) |
boolean |
OrderList.containsKey(PropertyKey key) |
<O> O |
InternalRelation.getValueDirect(PropertyKey key) |
<O> O |
InternalRelation.removePropertyDirect(PropertyKey key) |
void |
InternalRelation.setPropertyDirect(PropertyKey key,
Object value) |
| Constructor and Description |
|---|
OrderEntry(PropertyKey key,
Order order) |
| Modifier and Type | Method and Description |
|---|---|
<V> V |
FulgoraVertexProperty.valueOrNull(PropertyKey key) |
| Modifier and Type | Method and Description |
|---|---|
static Iterable<TitanEdge> |
QueryUtil.getEdges(StandardTitanTx tx,
PropertyKey key,
Object equalityCondition) |
static Iterable<TitanVertex> |
QueryUtil.getVertices(StandardTitanTx tx,
PropertyKey key,
Object equalityCondition) |
| Modifier and Type | Method and Description |
|---|---|
GraphCentricQueryBuilder |
GraphCentricQueryBuilder.has(PropertyKey key,
TitanPredicate predicate,
Object condition) |
| Modifier and Type | Method and Description |
|---|---|
PropertyKey |
SimpleTitanProperty.propertyKey() |
| Modifier and Type | Method and Description |
|---|---|
Iterable<PropertyKey> |
CacheEdge.getPropertyKeysDirect() |
Iterable<PropertyKey> |
StandardEdge.getPropertyKeysDirect() |
Iterable<PropertyKey> |
CacheVertexProperty.getPropertyKeysDirect() |
Iterable<PropertyKey> |
StandardVertexProperty.getPropertyKeysDirect() |
| Modifier and Type | Method and Description |
|---|---|
<O> O |
CacheEdge.getValueDirect(PropertyKey key) |
<O> O |
StandardEdge.getValueDirect(PropertyKey type) |
<O> O |
CacheVertexProperty.getValueDirect(PropertyKey key) |
<O> O |
StandardVertexProperty.getValueDirect(PropertyKey key) |
<O> O |
CacheEdge.removePropertyDirect(PropertyKey key) |
<O> O |
StandardEdge.removePropertyDirect(PropertyKey key) |
<O> O |
CacheVertexProperty.removePropertyDirect(PropertyKey key) |
<O> O |
StandardVertexProperty.removePropertyDirect(PropertyKey key) |
void |
CacheEdge.setPropertyDirect(PropertyKey key,
Object value) |
void |
StandardEdge.setPropertyDirect(PropertyKey key,
Object value) |
void |
CacheVertexProperty.setPropertyDirect(PropertyKey key,
Object value) |
void |
StandardVertexProperty.setPropertyDirect(PropertyKey key,
Object value) |
<O> O |
AbstractTypedRelation.valueOrNull(PropertyKey key) |
| Constructor and Description |
|---|
AbstractVertexProperty(long id,
PropertyKey type,
InternalVertex vertex,
Object value) |
CacheVertexProperty(long id,
PropertyKey key,
InternalVertex start,
Object value,
Entry data) |
SimpleTitanProperty(InternalRelation relation,
PropertyKey key,
V value) |
StandardVertexProperty(long id,
PropertyKey type,
InternalVertex vertex,
Object value,
byte lifecycle) |
| Constructor and Description |
|---|
PropertyKeyDefinition(PropertyKey key) |
| Modifier and Type | Method and Description |
|---|---|
PropertyKey |
TitanBlueprintsGraph.getOrCreatePropertyKey(String name) |
PropertyKey |
TitanBlueprintsGraph.getPropertyKey(String name) |
| Modifier and Type | Method and Description |
|---|---|
PropertyKey |
StandardTitanTx.getOrCreatePropertyKey(String name) |
PropertyKey |
StandardTitanTx.getPropertyKey(String name) |
PropertyKey |
StandardTitanTx.makePropertyKey(String name,
TypeDefinitionMap definition) |
| 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) |
Object |
StandardTitanTx.verifyAttribute(PropertyKey key,
Object attribute) |
| 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 |
|---|---|
default PropertyKey |
TypeInspector.getExistingPropertyKey(long id) |
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 |
MixedIndexType.getField(PropertyKey key) |
IndexField |
IndexType.getField(PropertyKey key) |
static List<CompositeIndexType> |
TypeUtil.getUniqueIndexes(PropertyKey key) |
static boolean |
TypeUtil.hasAnyIndex(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) |
StandardRelationTypeMaker |
StandardRelationTypeMaker.signature(PropertyKey... types) |
StandardPropertyKeyMaker |
StandardPropertyKeyMaker.signature(PropertyKey... types) |
StandardEdgeLabelMaker |
StandardEdgeLabelMaker.signature(PropertyKey... types) |
StandardRelationTypeMaker |
StandardRelationTypeMaker.sortKey(PropertyKey... keys)
Configures the composite sort key for this label.
|
StandardPropertyKeyMaker |
StandardPropertyKeyMaker.sortKey(PropertyKey... types) |
StandardEdgeLabelMaker |
StandardEdgeLabelMaker.sortKey(PropertyKey... types) |
| Modifier and Type | Method and Description |
|---|---|
IndexField |
IndexTypeWrapper.getField(PropertyKey key) |
ParameterIndexField |
MixedIndexTypeWrapper.getField(PropertyKey key) |
boolean |
IndexTypeWrapper.indexesKey(PropertyKey key) |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseKey |
class |
ImplicitKey |
| Modifier and Type | Method and Description |
|---|---|
<O> O |
EmptyVertex.valueOrNull(PropertyKey key) |
| 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 |
|---|---|
<O> O |
AbstractVertex.valueOrNull(PropertyKey key) |
Copyright © 2012–2015. All rights reserved.