public class IndexRecordEntry extends Object
| Constructor and Description |
|---|
IndexRecordEntry(JanusGraphVertexProperty property) |
IndexRecordEntry(long relationId,
Object value,
PropertyKey key) |
| Modifier and Type | Method and Description |
|---|---|
PropertyKey |
getKey() |
long |
getRelationId() |
Object |
getValue() |
public IndexRecordEntry(long relationId,
Object value,
PropertyKey key)
public IndexRecordEntry(JanusGraphVertexProperty property)
public long getRelationId()
public Object getValue()
public PropertyKey getKey()
Copyright © 2012–2024. All rights reserved.