public class ConcurrentIndexCache extends Object implements IndexCache
| Constructor and Description |
|---|
ConcurrentIndexCache() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(JanusGraphVertexProperty property) |
void |
close()
Closes the cache which allows the cache to release allocated memory.
|
Iterable<JanusGraphVertexProperty> |
get(Object value,
PropertyKey key) |
void |
remove(JanusGraphVertexProperty property) |
public void add(JanusGraphVertexProperty property)
add in interface IndexCachepublic void remove(JanusGraphVertexProperty property)
remove in interface IndexCachepublic Iterable<JanusGraphVertexProperty> get(Object value, PropertyKey key)
get in interface IndexCachepublic void close()
IndexCacheclose in interface IndexCacheCopyright © 2012–2023. All rights reserved.