| Package | Description |
|---|---|
| org.janusgraph.graphdb.database.util |
| Modifier and Type | Method and Description |
|---|---|
static IndexRecords |
IndexRecordUtil.indexMatches(JanusGraphVertex vertex,
CompositeIndexType index) |
static IndexRecords |
IndexRecordUtil.indexMatches(JanusGraphVertex vertex,
CompositeIndexType index,
boolean onlyLoaded,
PropertyKey replaceKey,
IndexRecordEntry replaceValue) |
static IndexRecords |
IndexRecordUtil.indexMatches(JanusGraphVertex vertex,
CompositeIndexType index,
PropertyKey replaceKey,
Object replaceValue) |
| Modifier and Type | Method and Description |
|---|---|
static void |
IndexRecordUtil.indexMatches(JanusGraphVertex vertex,
IndexRecordEntry[] current,
IndexRecords matches,
IndexField[] fields,
int pos,
boolean onlyLoaded,
PropertyKey replaceKey,
IndexRecordEntry replaceValue) |
Copyright © 2012–2024. All rights reserved.