| Package | Description |
|---|---|
| com.thinkaurelius.titan.core.schema | |
| com.thinkaurelius.titan.diskstorage.indexing | |
| com.thinkaurelius.titan.graphdb.database |
| Modifier and Type | Method and Description |
|---|---|
static Mapping |
Mapping.getMapping(String store,
String key,
KeyInformation.IndexRetriever informations) |
| Modifier and Type | Method and Description |
|---|---|
KeyInformation.IndexRetriever |
KeyInformation.Retriever.get(String index)
Returns the
KeyInformation.IndexRetriever for a given index. |
| Modifier and Type | Method and Description |
|---|---|
void |
IndexProvider.mutate(Map<String,Map<String,IndexMutation>> mutations,
KeyInformation.IndexRetriever informations,
BaseTransaction tx)
Mutates the index (adds and removes fields or entire documents)
|
List<String> |
IndexProvider.query(IndexQuery query,
KeyInformation.IndexRetriever informations,
BaseTransaction tx)
Executes the given query against the index.
|
Iterable<RawQuery.Result<String>> |
IndexProvider.query(RawQuery query,
KeyInformation.IndexRetriever informations,
BaseTransaction tx)
Executes the given raw query against the index
|
void |
IndexProvider.restore(Map<String,Map<String,List<IndexEntry>>> documents,
KeyInformation.IndexRetriever informations,
BaseTransaction tx)
Restores the index to the state of the primary data store as given in the
documents variable. |
| Constructor and Description |
|---|
IndexTransaction(IndexProvider index,
KeyInformation.IndexRetriever keyInformations,
BaseTransactionConfig config,
java.time.Duration maxWriteTime) |
| Modifier and Type | Method and Description |
|---|---|
KeyInformation.IndexRetriever |
IndexSerializer.IndexInfoRetriever.get(String index) |
Copyright © 2012–2015. All rights reserved.