| Package | Description |
|---|---|
| org.janusgraph.core.schema | |
| org.janusgraph.diskstorage.indexing | |
| org.janusgraph.diskstorage.util | |
| org.janusgraph.graphdb.database.index |
| Modifier and Type | Method and Description |
|---|---|
static Mapping |
Mapping.getMapping(String store,
String key,
KeyInformation.IndexRetriever information) |
| 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 information,
BaseTransaction tx)
Mutates the index (adds and removes fields or entire documents)
|
Stream<String> |
IndexProvider.query(IndexQuery query,
KeyInformation.IndexRetriever information,
BaseTransaction tx)
Executes the given query against the index.
|
Stream<RawQuery.Result<String>> |
IndexProvider.query(RawQuery query,
KeyInformation.IndexRetriever information,
BaseTransaction tx)
Executes the given raw query against the index
|
Number |
IndexProvider.queryAggregation(IndexQuery query,
KeyInformation.IndexRetriever information,
BaseTransaction tx,
Aggregation aggregation) |
void |
IndexProvider.restore(Map<String,Map<String,List<IndexEntry>>> documents,
KeyInformation.IndexRetriever information,
BaseTransaction tx)
Restores the index to the state of the primary data store as given in the
documents variable. |
Long |
IndexProvider.totals(RawQuery query,
KeyInformation.IndexRetriever information,
BaseTransaction tx)
Executes the given raw query against the index and returns the total hits after specified offset and in limit scope if specified.
|
| Constructor and Description |
|---|
IndexTransaction(IndexProvider index,
KeyInformation.IndexRetriever keyInformation,
BaseTransactionConfig config,
Duration maxWriteTime) |
| Modifier and Type | Method and Description |
|---|---|
KeyInformation.IndexRetriever |
IndexInfoRetriever.get(String index) |
Copyright © 2012–2023. All rights reserved.