public interface IndexCache
| Modifier and Type | Method and Description |
|---|---|
void |
add(JanusGraphVertexProperty property) |
Iterable<JanusGraphVertexProperty> |
get(Object value,
PropertyKey key) |
void |
remove(JanusGraphVertexProperty property) |
void add(JanusGraphVertexProperty property)
void remove(JanusGraphVertexProperty property)
Iterable<JanusGraphVertexProperty> get(Object value, PropertyKey key)
Copyright © 2012–2018. All rights reserved.