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