| Modifier and Type | Method and Description |
|---|---|
static boolean |
StandardTitanGraph.acquireLock(CompositeIndexType index,
boolean acquireLocksConfig) |
MultiKeySliceQuery |
IndexSerializer.getQuery(CompositeIndexType index,
List<Object[]> values) |
static com.thinkaurelius.titan.graphdb.database.IndexSerializer.RecordEntry[] |
IndexSerializer.indexMatch(TitanRelation relation,
CompositeIndexType index) |
static IndexSerializer.IndexRecords |
IndexSerializer.indexMatches(TitanVertex vertex,
CompositeIndexType index) |
static IndexSerializer.IndexRecords |
IndexSerializer.indexMatches(TitanVertex vertex,
CompositeIndexType index,
PropertyKey replaceKey,
Object replaceValue) |
Set<IndexSerializer.IndexUpdate<StaticBuffer,Entry>> |
IndexSerializer.reindexElement(TitanElement element,
CompositeIndexType index) |
| Modifier and Type | Method and Description |
|---|---|
void |
JointIndexQuery.add(CompositeIndexType index,
MultiKeySliceQuery query) |
static List<Object[]> |
GraphCentricQueryBuilder.indexCover(CompositeIndexType index,
Condition<TitanElement> condition,
Set<Condition> covered) |
| Modifier and Type | Method and Description |
|---|---|
CompositeIndexType |
IndexLockTuple.getIndex() |
| Constructor and Description |
|---|
IndexLockTuple(CompositeIndexType index,
Object... tuple) |
| Modifier and Type | Method and Description |
|---|---|
static List<CompositeIndexType> |
TypeUtil.getUniqueIndexes(PropertyKey key) |
| Modifier and Type | Class and Description |
|---|---|
class |
CompositeIndexTypeWrapper |
| Modifier and Type | Method and Description |
|---|---|
static GraphCentricQueryBuilder |
IndexHelper.getQuery(CompositeIndexType index,
Object[] values,
StandardTitanTx tx) |
static Iterable<? extends org.apache.tinkerpop.gremlin.structure.Element> |
IndexHelper.getQueryResults(CompositeIndexType index,
Object[] values,
StandardTitanTx tx) |
Copyright © 2012–2015. All rights reserved.