| Package | Description |
|---|---|
| com.thinkaurelius.titan.graphdb.database | |
| com.thinkaurelius.titan.graphdb.query.graph | |
| com.thinkaurelius.titan.graphdb.types.indextype |
| Modifier and Type | Method and Description |
|---|---|
IndexQuery |
IndexSerializer.getQuery(MixedIndexType index,
Condition condition,
OrderList orders) |
static void |
IndexSerializer.register(MixedIndexType index,
PropertyKey key,
BackendTransaction tx) |
void |
IndexSerializer.reindexElement(TitanElement element,
MixedIndexType index,
Map<String,Map<String,List<IndexEntry>>> documentsPerStore) |
void |
IndexSerializer.removeElement(Object elementId,
MixedIndexType index,
Map<String,Map<String,List<IndexEntry>>> documentsPerStore) |
boolean |
IndexSerializer.supports(MixedIndexType index,
ParameterIndexField field) |
boolean |
IndexSerializer.supports(MixedIndexType index,
ParameterIndexField field,
TitanPredicate predicate) |
| Modifier and Type | Method and Description |
|---|---|
void |
JointIndexQuery.add(MixedIndexType index,
IndexQuery query) |
static Condition<TitanElement> |
GraphCentricQueryBuilder.indexCover(MixedIndexType index,
Condition<TitanElement> condition,
IndexSerializer indexInfo,
Set<Condition> covered) |
static boolean |
GraphCentricQueryBuilder.indexCoversOrder(MixedIndexType index,
OrderList orders) |
| Modifier and Type | Class and Description |
|---|---|
class |
MixedIndexTypeWrapper |
Copyright © 2012–2015. All rights reserved.