| Package | Description |
|---|---|
| com.thinkaurelius.titan.core.schema | |
| com.thinkaurelius.titan.diskstorage.indexing | |
| com.thinkaurelius.titan.graphdb.database.indexing |
| Modifier and Type | Method and Description |
|---|---|
static Mapping |
Mapping.getMapping(KeyInformation information) |
| Modifier and Type | Class and Description |
|---|---|
class |
StandardKeyInformation |
| Modifier and Type | Method and Description |
|---|---|
KeyInformation |
KeyInformation.StoreRetriever.get(String key)
Returns the
KeyInformation for a particular key for this store |
KeyInformation |
KeyInformation.IndexRetriever.get(String store,
String key)
Returns the
KeyInformation for a particular key in a given store. |
| Modifier and Type | Method and Description |
|---|---|
String |
IndexInformation.mapKey2Field(String key,
KeyInformation information)
Adjusts the name of the key so that it is a valid field name that can be used in the index.
|
void |
IndexTransaction.register(String store,
String key,
KeyInformation information) |
void |
IndexProvider.register(String store,
String key,
KeyInformation information,
BaseTransaction tx)
This method registers a new key for the specified index store with the given data type.
|
boolean |
IndexInformation.supports(KeyInformation information)
Whether the index supports indexing a key with the given information
|
boolean |
IndexInformation.supports(KeyInformation information,
TitanPredicate titanPredicate)
Whether the index supports executing queries with the given predicate against a key with the given information
|
| Modifier and Type | Method and Description |
|---|---|
String |
StandardIndexInformation.mapKey2Field(String key,
KeyInformation information) |
boolean |
StandardIndexInformation.supports(KeyInformation information) |
boolean |
StandardIndexInformation.supports(KeyInformation information,
TitanPredicate titanPredicate) |
Copyright © 2012–2015. All rights reserved.