| Package | Description |
|---|---|
| org.janusgraph.diskstorage.indexing |
| Modifier and Type | Method and Description |
|---|---|
KeyInformation.StoreRetriever |
KeyInformation.IndexRetriever.get(String store)
Returns a
KeyInformation.StoreRetriever for the given store on this IndexRetriever |
| Constructor and Description |
|---|
IndexMutation(KeyInformation.StoreRetriever storeRetriever,
boolean isNew,
boolean isDeleted) |
IndexMutation(KeyInformation.StoreRetriever storeRetriever,
List<IndexEntry> additions,
List<IndexEntry> deletions,
boolean isNew,
boolean isDeleted) |
Copyright © 2012–2023. All rights reserved.